Merge branch 'feat/test-env-updates'

This commit is contained in:
liyasthomas
2022-02-22 12:59:07 +05:30
28 changed files with 1963 additions and 297 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hoppscotch/js-sandbox",
"version": "1.0.0",
"version": "2.0.0",
"description": "JavaScript sandboxes for running external scripts used by Hoppscotch clients",
"main": "./lib/index.js",
"types": "./lib/",
@@ -35,7 +35,8 @@
"dependencies": {
"fp-ts": "^2.11.8",
"lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0"
"quickjs-emscripten": "^0.15.0",
"@hoppscotch/data": "workspace:^0.4.0"
},
"devDependencies": {
"@digitak/esrun": "^3.1.2",