@agoric/swingset-xsnap-supervisor 0.10.3-upgrade-16-dev-f908f89.0 → 0.10.3-upgrade-16-dev-d45b478.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
|
-
|
|
1
|
+
1ec82cc601115d9d61943ffd6a7252909cd042a8070a316ae2ecaaa938fee05a
|
|
@@ -255,8 +255,7 @@ function makeWorker(port) {
|
|
|
255
255
|
|
|
256
256
|
const workerEndowments = {
|
|
257
257
|
console: makeVatConsole(makeLogMaker('vat')),
|
|
258
|
-
|
|
259
|
-
assert: globalThis.assert,
|
|
258
|
+
assert,
|
|
260
259
|
// bootstrap provides HandledPromise
|
|
261
260
|
HandledPromise: globalThis.HandledPromise,
|
|
262
261
|
TextEncoder,
|
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-
|
|
3
|
+
"version": "0.10.3-upgrade-16-dev-d45b478.0+d45b478",
|
|
4
4
|
"description": "Supervisor/Liveslots bundle for swingset xsnap workers",
|
|
5
5
|
"author": "Agoric",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"test:xs": "exit 0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@agoric/assert": "0.6.1-upgrade-16-dev-
|
|
27
|
-
"@agoric/swingset-liveslots": "0.10.3-upgrade-16-dev-
|
|
26
|
+
"@agoric/assert": "0.6.1-upgrade-16-dev-d45b478.0+d45b478",
|
|
27
|
+
"@agoric/swingset-liveslots": "0.10.3-upgrade-16-dev-d45b478.0+d45b478",
|
|
28
28
|
"@endo/bundle-source": "^3.2.3",
|
|
29
29
|
"@endo/import-bundle": "^1.1.2",
|
|
30
30
|
"@endo/init": "^1.1.2",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"typeCoverage": {
|
|
55
55
|
"atLeast": 83.64
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "d45b478fe2dd21ff463660522e1998ab3e8bbe65"
|
|
58
58
|
}
|