@agoric/xsnap 0.14.3-upgrade-16-dev-f908f89.0 → 0.14.3-upgrade-16-dev-d492653.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-dev-f908f89.0+f908f89",
3
+ "version": "0.14.3-upgrade-16-dev-d492653.0+d492653",
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-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",
30
+ "@agoric/assert": "0.6.1-upgrade-16-dev-d492653.0+d492653",
31
+ "@agoric/internal": "0.3.3-upgrade-16-dev-d492653.0+d492653",
32
+ "@agoric/xsnap-lockdown": "0.14.1-upgrade-16-dev-d492653.0+d492653",
33
33
  "@endo/bundle-source": "^3.2.3",
34
34
  "@endo/eventual-send": "^1.2.2",
35
35
  "@endo/init": "^1.1.2",
@@ -76,5 +76,5 @@
76
76
  "typeCoverage": {
77
77
  "atLeast": 93.95
78
78
  },
79
- "gitHead": "f908f89186162df83b540f6aeb1f4c665c3a56b4"
79
+ "gitHead": "d49265372b3cdd681558791b0c780e1c3062bdcc"
80
80
  }
@@ -228,8 +228,6 @@ 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
233
231
  assert,
234
232
  truthy,
235
233
  /**