@agoric/inter-protocol 0.16.2-dev-412bc11.0.412bc11 → 0.16.2-dev-f213780.0.f213780

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/inter-protocol",
3
- "version": "0.16.2-dev-412bc11.0.412bc11",
3
+ "version": "0.16.2-dev-f213780.0.f213780",
4
4
  "description": "Core cryptoeconomy contracts",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
33
33
  "dependencies": {
34
- "@agoric/base-zone": "0.1.1-dev-412bc11.0.412bc11",
35
- "@agoric/ertp": "0.16.3-dev-412bc11.0.412bc11",
36
- "@agoric/governance": "0.10.4-dev-412bc11.0.412bc11",
37
- "@agoric/internal": "0.3.3-dev-412bc11.0.412bc11",
38
- "@agoric/notifier": "0.6.3-dev-412bc11.0.412bc11",
39
- "@agoric/store": "0.9.3-dev-412bc11.0.412bc11",
40
- "@agoric/time": "0.3.3-dev-412bc11.0.412bc11",
41
- "@agoric/vat-data": "0.5.3-dev-412bc11.0.412bc11",
42
- "@agoric/vats": "0.15.2-dev-412bc11.0.412bc11",
43
- "@agoric/zoe": "0.26.3-dev-412bc11.0.412bc11",
44
- "@agoric/zone": "0.2.3-dev-412bc11.0.412bc11",
34
+ "@agoric/base-zone": "0.1.1-dev-f213780.0.f213780",
35
+ "@agoric/ertp": "0.16.3-dev-f213780.0.f213780",
36
+ "@agoric/governance": "0.10.4-dev-f213780.0.f213780",
37
+ "@agoric/internal": "0.3.3-dev-f213780.0.f213780",
38
+ "@agoric/notifier": "0.6.3-dev-f213780.0.f213780",
39
+ "@agoric/store": "0.9.3-dev-f213780.0.f213780",
40
+ "@agoric/time": "0.3.3-dev-f213780.0.f213780",
41
+ "@agoric/vat-data": "0.5.3-dev-f213780.0.f213780",
42
+ "@agoric/vats": "0.15.2-dev-f213780.0.f213780",
43
+ "@agoric/zoe": "0.26.3-dev-f213780.0.f213780",
44
+ "@agoric/zone": "0.2.3-dev-f213780.0.f213780",
45
45
  "@endo/captp": "^4.4.8",
46
46
  "@endo/errors": "^1.2.13",
47
47
  "@endo/eventual-send": "^1.3.4",
@@ -52,9 +52,9 @@
52
52
  "jessie.js": "^0.3.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@agoric/smart-wallet": "0.5.4-dev-412bc11.0.412bc11",
56
- "@agoric/swingset-liveslots": "0.10.3-dev-412bc11.0.412bc11",
57
- "@agoric/swingset-vat": "0.32.3-dev-412bc11.0.412bc11",
55
+ "@agoric/smart-wallet": "0.5.4-dev-f213780.0.f213780",
56
+ "@agoric/swingset-liveslots": "0.10.3-dev-f213780.0.f213780",
57
+ "@agoric/swingset-vat": "0.32.3-dev-f213780.0.f213780",
58
58
  "@endo/bundle-source": "^4.1.2",
59
59
  "@endo/init": "^1.1.12",
60
60
  "@endo/promise-kit": "^1.1.13",
@@ -85,5 +85,5 @@
85
85
  "typeCoverage": {
86
86
  "atLeast": 95.65
87
87
  },
88
- "gitHead": "412bc11a50bd7a9712ca431e1d7c7d300be6e130"
88
+ "gitHead": "f21378072c99ad0d8246ccd3cf00ee24ad668a42"
89
89
  }
@@ -183,7 +183,7 @@ export const lookupOfferIdForVault = async (vaultId, currentP) => {
183
183
  /**
184
184
  * @param {Record<
185
185
  * string,
186
- * import('@agoric/internal/src/marshal.js').BoardRemote
186
+ * import('@agoric/internal/src/marshal/board-client-utils.js').BoardRemote
187
187
  * >} brands
188
188
  * @param {{ wantMinted: number; giveMinted?: undefined }
189
189
  * | { giveMinted: number; wantMinted?: undefined }} opts
@@ -11,7 +11,7 @@ import {
11
11
  makeHistoryReviver,
12
12
  makeBoardRemote,
13
13
  slotToBoardRemote,
14
- } from '@agoric/internal/src/marshal.js';
14
+ } from '@agoric/internal/src/marshal/board-client-utils.js';
15
15
  import { deeplyFulfilledObject } from '@agoric/internal';
16
16
  import { makeScalarBigMapStore } from '@agoric/vat-data';
17
17
  import { Stable } from '@agoric/internal/src/tokens.js';