@agoric/vats 0.15.2-dev-3f2b479.0 → 0.15.2-dev-841f246.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/vats",
3
- "version": "0.15.2-dev-3f2b479.0+3f2b479",
3
+ "version": "0.15.2-dev-841f246.0+841f246",
4
4
  "description": "Agoric's Vat library",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -22,19 +22,19 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/assert": "0.6.1-dev-3f2b479.0+3f2b479",
26
- "@agoric/cosmic-proto": "0.4.1-dev-3f2b479.0+3f2b479",
27
- "@agoric/ertp": "0.16.3-dev-3f2b479.0+3f2b479",
28
- "@agoric/governance": "0.10.4-dev-3f2b479.0+3f2b479",
29
- "@agoric/internal": "0.3.3-dev-3f2b479.0+3f2b479",
30
- "@agoric/network": "0.1.1-dev-3f2b479.0+3f2b479",
31
- "@agoric/notifier": "0.6.3-dev-3f2b479.0+3f2b479",
32
- "@agoric/store": "0.9.3-dev-3f2b479.0+3f2b479",
33
- "@agoric/swingset-vat": "0.32.3-dev-3f2b479.0+3f2b479",
34
- "@agoric/time": "0.3.3-dev-3f2b479.0+3f2b479",
35
- "@agoric/vat-data": "0.5.3-dev-3f2b479.0+3f2b479",
36
- "@agoric/zoe": "0.26.3-dev-3f2b479.0+3f2b479",
37
- "@agoric/zone": "0.2.3-dev-3f2b479.0+3f2b479",
25
+ "@agoric/assert": "0.6.1-dev-841f246.0+841f246",
26
+ "@agoric/cosmic-proto": "0.4.1-dev-841f246.0+841f246",
27
+ "@agoric/ertp": "0.16.3-dev-841f246.0+841f246",
28
+ "@agoric/governance": "0.10.4-dev-841f246.0+841f246",
29
+ "@agoric/internal": "0.3.3-dev-841f246.0+841f246",
30
+ "@agoric/network": "0.1.1-dev-841f246.0+841f246",
31
+ "@agoric/notifier": "0.6.3-dev-841f246.0+841f246",
32
+ "@agoric/store": "0.9.3-dev-841f246.0+841f246",
33
+ "@agoric/swingset-vat": "0.32.3-dev-841f246.0+841f246",
34
+ "@agoric/time": "0.3.3-dev-841f246.0+841f246",
35
+ "@agoric/vat-data": "0.5.3-dev-841f246.0+841f246",
36
+ "@agoric/zoe": "0.26.3-dev-841f246.0+841f246",
37
+ "@agoric/zone": "0.2.3-dev-841f246.0+841f246",
38
38
  "@endo/base64": "^1.0.4",
39
39
  "@endo/far": "^1.1.1",
40
40
  "@endo/import-bundle": "^1.1.1",
@@ -46,7 +46,7 @@
46
46
  "jessie.js": "^0.3.4"
47
47
  },
48
48
  "devDependencies": {
49
- "@agoric/swingset-liveslots": "0.10.3-dev-3f2b479.0+3f2b479",
49
+ "@agoric/swingset-liveslots": "0.10.3-dev-841f246.0+841f246",
50
50
  "@endo/bundle-source": "^3.2.2",
51
51
  "@endo/init": "^1.1.1",
52
52
  "ava": "^5.3.0",
@@ -79,5 +79,5 @@
79
79
  "typeCoverage": {
80
80
  "atLeast": 91.5
81
81
  },
82
- "gitHead": "3f2b479d60917c90a1e9fc3013247812747fa3c0"
82
+ "gitHead": "841f2461a5c21f094889836ddccfbdc99db3a2ff"
83
83
  }
@@ -348,7 +348,7 @@ type ChainBootstrapSpaceT = {
348
348
  namesByAddress: import('../types.js').NameHub;
349
349
  namesByAddressAdmin: import('../types.js').NamesByAddressAdmin;
350
350
  networkVat: NetworkVat;
351
- orchestration: import('@agoric/orchestration/src/orchestration.js').Orchestration;
351
+ orchestration: import('@agoric/orchestration/src/service.js').OrchestrationService;
352
352
  pegasusConnections: import('@agoric/vats').NameHubKit;
353
353
  pegasusConnectionsAdmin: import('@agoric/vats').NameAdmin;
354
354
  priceAuthorityVat: Awaited<PriceAuthorityVat>;