@agoric/swingset-xsnap-supervisor 0.9.1-dev-e7f11fd.0 → 0.9.1-dev-720a16f.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
- b7ba83e23aaacbd2805cae1f98937e5f8090cc1f875711c74c6babfc1e068cd1
1
+ bba92ebdc66c1b4ced1df6ccab10f0cadb9693fe232acea56802b8bc0171f7e8
@@ -1,7 +1,6 @@
1
1
  /* global globalThis WeakRef FinalizationRegistry */
2
2
  import { assert, Fail } from '@agoric/assert';
3
3
  import { importBundle } from '@endo/import-bundle';
4
- import { makeMarshal } from '@endo/marshal';
5
4
  import {
6
5
  makeLiveSlots,
7
6
  insistVatDeliveryObject,
@@ -208,7 +207,6 @@ function makeWorker(port) {
208
207
  const syscall = makeSupervisorSyscall(syscallToManager);
209
208
 
210
209
  const vatPowers = {
211
- makeMarshal,
212
210
  testLog: (...args) =>
213
211
  port.send([
214
212
  'testLog',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.9.1-dev-e7f11fd.0+e7f11fd",
3
+ "version": "0.9.1-dev-720a16f.0+720a16f",
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.5.2-dev-e7f11fd.0+e7f11fd",
27
- "@agoric/swingset-liveslots": "0.9.1-dev-e7f11fd.0+e7f11fd",
26
+ "@agoric/assert": "0.5.2-dev-720a16f.0+720a16f",
27
+ "@agoric/swingset-liveslots": "0.9.1-dev-720a16f.0+720a16f",
28
28
  "@endo/bundle-source": "^2.5.1",
29
29
  "@endo/import-bundle": "^0.3.4",
30
30
  "@endo/init": "^0.5.56",
@@ -48,5 +48,5 @@
48
48
  "timeout": "2m",
49
49
  "workerThreads": false
50
50
  },
51
- "gitHead": "e7f11fd06e3b8de5946c31bb920141a1d4c0cf9e"
51
+ "gitHead": "720a16fd76a528868364bf107153c87e8a00e54c"
52
52
  }