@agoric/xsnap 0.14.3-u13.0 → 0.14.3-upgrade-14-dev-c2ea6db.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agoric/xsnap",
3
- "version": "0.14.3-u13.0",
4
- "description": "Description forthcoming.",
3
+ "version": "0.14.3-upgrade-14-dev-c2ea6db.0+c2ea6db",
4
+ "description": "Snapshotting VM worker based on Moddable's XS Javascript engine",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
7
7
  "type": "module",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "scripts": {
14
14
  "repl": "node src/xsrepl.js",
15
- "build:bin": "if git status >/dev/null 2>&1; then node src/build.js; else yarn build:from-env; fi",
16
- "build:env": "if git status >/dev/null 2>&1; then node src/build.js --show-env > build.env; fi",
15
+ "build:bin": "if test -d ./test; then node src/build.js; else yarn build:from-env; fi",
16
+ "build:env": "test -d ./test && node src/build.js --show-env > build.env",
17
17
  "build:from-env": "{ cat build.env; echo node src/build.js; } | xargs env",
18
18
  "build": "yarn build:bin && yarn build:env",
19
19
  "postinstall": "yarn build:from-env",
@@ -27,9 +27,9 @@
27
27
  "test:xs": "exit 0"
28
28
  },
29
29
  "dependencies": {
30
- "@agoric/assert": "^0.6.1-u11wf.0",
31
- "@agoric/internal": "^0.4.0-u13.0",
32
- "@agoric/xsnap-lockdown": "^0.14.1-u13.0",
30
+ "@agoric/assert": "0.6.1-upgrade-14-dev-c2ea6db.0+c2ea6db",
31
+ "@agoric/internal": "0.4.0-upgrade-14-dev-c2ea6db.0+c2ea6db",
32
+ "@agoric/xsnap-lockdown": "0.14.1-upgrade-14-dev-c2ea6db.0+c2ea6db",
33
33
  "@endo/bundle-source": "2.5.2-upstream-rollup",
34
34
  "@endo/eventual-send": "0.17.2",
35
35
  "@endo/init": "0.5.56",
@@ -61,5 +61,5 @@
61
61
  "timeout": "2m",
62
62
  "workerThreads": false
63
63
  },
64
- "gitHead": "5a6cdeb0c18ae9700d706445acf402f8d1e873c3"
64
+ "gitHead": "c2ea6db4813f678974bacc032db3142802af6516"
65
65
  }