@agoric/xsnap 0.14.3-upgrade-16-fi-dev-8879538.0 → 0.14.3-upgrade-16-dev-f908f89.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/xsnap",
3
- "version": "0.14.3-upgrade-16-fi-dev-8879538.0+8879538",
3
+ "version": "0.14.3-upgrade-16-dev-f908f89.0+f908f89",
4
4
  "description": "Snapshotting VM worker based on Moddable's XS Javascript engine",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -27,9 +27,9 @@
27
27
  "test:xs": "exit 0"
28
28
  },
29
29
  "dependencies": {
30
- "@agoric/assert": "0.6.1-upgrade-16-fi-dev-8879538.0+8879538",
31
- "@agoric/internal": "0.3.3-upgrade-16-fi-dev-8879538.0+8879538",
32
- "@agoric/xsnap-lockdown": "0.14.1-upgrade-16-fi-dev-8879538.0+8879538",
30
+ "@agoric/assert": "0.6.1-upgrade-16-dev-f908f89.0+f908f89",
31
+ "@agoric/internal": "0.3.3-upgrade-16-dev-f908f89.0+f908f89",
32
+ "@agoric/xsnap-lockdown": "0.14.1-upgrade-16-dev-f908f89.0+f908f89",
33
33
  "@endo/bundle-source": "^3.2.3",
34
34
  "@endo/eventual-send": "^1.2.2",
35
35
  "@endo/init": "^1.1.2",
@@ -74,7 +74,7 @@
74
74
  "workerThreads": false
75
75
  },
76
76
  "typeCoverage": {
77
- "atLeast": 94.04
77
+ "atLeast": 93.95
78
78
  },
79
- "gitHead": "8879538cd1d125a08346f02dd5701d0d70c90bb8"
79
+ "gitHead": "f908f89186162df83b540f6aeb1f4c665c3a56b4"
80
80
  }
@@ -228,6 +228,8 @@ function makeTester(htest, out) {
228
228
  fail(message) {
229
229
  assert(false, message);
230
230
  },
231
+ // Not the SES or @endo/errors `assert`
232
+ // See https://github.com/Agoric/agoric-sdk/issues/9515
231
233
  assert,
232
234
  truthy,
233
235
  /**