@agoric/swingset-xsnap-supervisor 0.10.3-upgrade-16-dev-d492653.0 → 0.10.3-upgrade-16-dev-0549112.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
|
+
7cd7b3cdaafeba43a6fc38036b482d8f09d248d84c8102bf14165d4f53068ce6
|
|
@@ -255,7 +255,8 @@ function makeWorker(port) {
|
|
|
255
255
|
|
|
256
256
|
const workerEndowments = {
|
|
257
257
|
console: makeVatConsole(makeLogMaker('vat')),
|
|
258
|
-
|
|
258
|
+
// See https://github.com/Agoric/agoric-sdk/issues/9515
|
|
259
|
+
assert: globalThis.assert,
|
|
259
260
|
// bootstrap provides HandledPromise
|
|
260
261
|
HandledPromise: globalThis.HandledPromise,
|
|
261
262
|
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-0549112.0+0549112",
|
|
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-0549112.0+0549112",
|
|
27
|
+
"@agoric/swingset-liveslots": "0.10.3-upgrade-16-dev-0549112.0+0549112",
|
|
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": "05491122ee61362c8310a7924ac67f033b02e38f"
|
|
58
58
|
}
|