@agoric/swingset-xsnap-supervisor 0.10.3-upgrade-16-dev-0df76a7.0 → 0.10.3-upgrade-17-dev-e67cd91.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.
@@ -1 +1 @@
1
- 7cd7b3cdaafeba43a6fc38036b482d8f09d248d84c8102bf14165d4f53068ce6
1
+ c9d912f829eaaa18e9c4474fb046483f389cc5aa47cc4918bd71427589d9f6d4
package/lib/capdata.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Fail } from '@agoric/assert';
1
+ import { Fail } from '@endo/errors';
2
2
 
3
3
  /**
4
4
  * Assert function to ensure that something expected to be a capdata object
@@ -1,5 +1,5 @@
1
1
  /* global globalThis WeakRef FinalizationRegistry */
2
- import { assert, Fail } from '@agoric/assert';
2
+ import { assert, Fail } from '@endo/errors';
3
3
  import { importBundle } from '@endo/import-bundle';
4
4
  import {
5
5
  makeLiveSlots,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.10.3-upgrade-16-dev-0df76a7.0+0df76a7",
3
+ "version": "0.10.3-upgrade-17-dev-e67cd91.0+e67cd91",
4
4
  "description": "Supervisor/Liveslots bundle for swingset xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -23,12 +23,12 @@
23
23
  "test:xs": "exit 0"
24
24
  },
25
25
  "devDependencies": {
26
- "@agoric/assert": "0.6.1-upgrade-16-dev-0df76a7.0+0df76a7",
27
- "@agoric/swingset-liveslots": "0.10.3-upgrade-16-dev-0df76a7.0+0df76a7",
28
- "@endo/bundle-source": "^3.2.3",
29
- "@endo/import-bundle": "^1.1.2",
30
- "@endo/init": "^1.1.2",
31
- "@endo/marshal": "^1.5.0",
26
+ "@agoric/swingset-liveslots": "0.10.3-upgrade-17-dev-e67cd91.0+e67cd91",
27
+ "@endo/bundle-source": "^3.4.0",
28
+ "@endo/errors": "^1.2.5",
29
+ "@endo/import-bundle": "^1.2.2",
30
+ "@endo/init": "^1.1.4",
31
+ "@endo/marshal": "^1.5.3",
32
32
  "ava": "^5.3.0",
33
33
  "c8": "^9.1.0"
34
34
  },
@@ -52,7 +52,7 @@
52
52
  "workerThreads": false
53
53
  },
54
54
  "typeCoverage": {
55
- "atLeast": 83.64
55
+ "atLeast": 83.68
56
56
  },
57
- "gitHead": "0df76a71058eda04cdc75a54fb4312d286f323a3"
57
+ "gitHead": "e67cd918f33dafb1708bd4341f2a737b79fa574f"
58
58
  }