refactor: bump js-sandbox version to 1.0.0

This commit is contained in:
Andrew Bastin
2021-09-25 22:25:33 +05:30
parent 680937e50b
commit de2d3361a7
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.4.12", "@apollo/client": "^3.4.12",
"@hoppscotch/js-sandbox": "workspace:^0.3.1", "@hoppscotch/js-sandbox": "workspace:^1.0.0",
"@nuxtjs/axios": "^5.13.6", "@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.29.0", "@nuxtjs/composition-api": "^0.29.0",
"@nuxtjs/gtm": "^2.4.0", "@nuxtjs/gtm": "^2.4.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@hoppscotch/js-sandbox", "name": "@hoppscotch/js-sandbox",
"version": "0.3.1", "version": "1.0.0",
"description": "JavaScript sandboxes for running external scripts used by Hoppscotch clients", "description": "JavaScript sandboxes for running external scripts used by Hoppscotch clients",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/", "types": "./lib/",

2
pnpm-lock.yaml generated
View File

@@ -22,7 +22,7 @@ importers:
'@babel/preset-env': ^7.15.6 '@babel/preset-env': ^7.15.6
'@commitlint/cli': ^13.1.0 '@commitlint/cli': ^13.1.0
'@commitlint/config-conventional': ^13.1.0 '@commitlint/config-conventional': ^13.1.0
'@hoppscotch/js-sandbox': workspace:^0.3.1 '@hoppscotch/js-sandbox': workspace:^1.0.0
'@nuxt/types': ^2.15.8 '@nuxt/types': ^2.15.8
'@nuxt/typescript-build': ^2.1.0 '@nuxt/typescript-build': ^2.1.0
'@nuxtjs/axios': ^5.13.6 '@nuxtjs/axios': ^5.13.6