@agoric/vats 0.15.2-dev-442f07c.0 → 0.15.2-dev-c9ce088.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-442f07c.0+442f07c",
3
+ "version": "0.15.2-dev-c9ce088.0+c9ce088",
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/cosmic-proto": "0.4.1-dev-442f07c.0+442f07c",
26
- "@agoric/ertp": "0.16.3-dev-442f07c.0+442f07c",
27
- "@agoric/governance": "0.10.4-dev-442f07c.0+442f07c",
28
- "@agoric/internal": "0.3.3-dev-442f07c.0+442f07c",
29
- "@agoric/network": "0.1.1-dev-442f07c.0+442f07c",
30
- "@agoric/notifier": "0.6.3-dev-442f07c.0+442f07c",
31
- "@agoric/store": "0.9.3-dev-442f07c.0+442f07c",
32
- "@agoric/swingset-vat": "0.32.3-dev-442f07c.0+442f07c",
33
- "@agoric/time": "0.3.3-dev-442f07c.0+442f07c",
34
- "@agoric/vat-data": "0.5.3-dev-442f07c.0+442f07c",
35
- "@agoric/vow": "0.1.1-dev-442f07c.0+442f07c",
36
- "@agoric/zoe": "0.26.3-dev-442f07c.0+442f07c",
37
- "@agoric/zone": "0.2.3-dev-442f07c.0+442f07c",
25
+ "@agoric/cosmic-proto": "0.4.1-dev-c9ce088.0+c9ce088",
26
+ "@agoric/ertp": "0.16.3-dev-c9ce088.0+c9ce088",
27
+ "@agoric/governance": "0.10.4-dev-c9ce088.0+c9ce088",
28
+ "@agoric/internal": "0.3.3-dev-c9ce088.0+c9ce088",
29
+ "@agoric/network": "0.1.1-dev-c9ce088.0+c9ce088",
30
+ "@agoric/notifier": "0.6.3-dev-c9ce088.0+c9ce088",
31
+ "@agoric/store": "0.9.3-dev-c9ce088.0+c9ce088",
32
+ "@agoric/swingset-vat": "0.32.3-dev-c9ce088.0+c9ce088",
33
+ "@agoric/time": "0.3.3-dev-c9ce088.0+c9ce088",
34
+ "@agoric/vat-data": "0.5.3-dev-c9ce088.0+c9ce088",
35
+ "@agoric/vow": "0.1.1-dev-c9ce088.0+c9ce088",
36
+ "@agoric/zoe": "0.26.3-dev-c9ce088.0+c9ce088",
37
+ "@agoric/zone": "0.2.3-dev-c9ce088.0+c9ce088",
38
38
  "@endo/errors": "^1.2.5",
39
39
  "@endo/far": "^1.1.5",
40
40
  "@endo/import-bundle": "^1.2.2",
@@ -47,7 +47,7 @@
47
47
  "jessie.js": "^0.3.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@agoric/swingset-liveslots": "0.10.3-dev-442f07c.0+442f07c",
50
+ "@agoric/swingset-liveslots": "0.10.3-dev-c9ce088.0+c9ce088",
51
51
  "@endo/bundle-source": "^3.4.0",
52
52
  "@endo/init": "^1.1.4",
53
53
  "ava": "^5.3.0",
@@ -77,7 +77,7 @@
77
77
  "workerThreads": false
78
78
  },
79
79
  "typeCoverage": {
80
- "atLeast": 91.51
80
+ "atLeast": 91.5
81
81
  },
82
- "gitHead": "442f07c8f0af03281b52b90e90c27131eef6f331"
82
+ "gitHead": "c9ce08800ded20a0dc4039b64f470cafbbd96277"
83
83
  }
@@ -335,7 +335,7 @@ type StartedInstanceKitWithLabel = {
335
335
  type ChainBootstrapSpaceT = {
336
336
  agoricNames: import('../types.js').NameHub;
337
337
  agoricNamesAdmin: import('@agoric/vats').NameAdmin;
338
- bankManager: BankManager;
338
+ bankManager: import('@agoric/vats/src/vat-bank.js').BankManager;
339
339
  bldIssuerKit: RemoteIssuerKit;
340
340
  board: import('@agoric/vats').Board;
341
341
  bridgeManager: import('../types.js').BridgeManager | undefined;
@@ -371,7 +371,7 @@ type ChainBootstrapSpaceT = {
371
371
  namesByAddress: import('../types.js').NameHub;
372
372
  namesByAddressAdmin: import('../types.js').NamesByAddressAdmin;
373
373
  networkVat: NetworkVat;
374
- orchestration?: CosmosInterchainService;
374
+ orchestration?: import('@agoric/orchestration').CosmosInterchainService;
375
375
  pegasusConnections: import('@agoric/vats').NameHubKit;
376
376
  pegasusConnectionsAdmin: import('@agoric/vats').NameAdmin;
377
377
  powerStore: MapStore;