@agoric/zoe 0.26.3-dev-f8abc2e.0 → 0.26.3-dev-59738aa.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/zoe",
3
- "version": "0.26.3-dev-f8abc2e.0+f8abc2e",
3
+ "version": "0.26.3-dev-59738aa.0+59738aa",
4
4
  "description": "Zoe: the Smart Contract Framework for Offer Enforcement",
5
5
  "type": "module",
6
6
  "main": "./src/zoeService/zoe.js",
@@ -43,17 +43,17 @@
43
43
  },
44
44
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
45
45
  "dependencies": {
46
- "@agoric/assert": "0.6.1-dev-f8abc2e.0+f8abc2e",
47
- "@agoric/base-zone": "0.1.1-dev-f8abc2e.0+f8abc2e",
48
- "@agoric/ertp": "0.16.3-dev-f8abc2e.0+f8abc2e",
49
- "@agoric/internal": "0.3.3-dev-f8abc2e.0+f8abc2e",
50
- "@agoric/notifier": "0.6.3-dev-f8abc2e.0+f8abc2e",
51
- "@agoric/store": "0.9.3-dev-f8abc2e.0+f8abc2e",
52
- "@agoric/swingset-liveslots": "0.10.3-dev-f8abc2e.0+f8abc2e",
53
- "@agoric/swingset-vat": "0.32.3-dev-f8abc2e.0+f8abc2e",
54
- "@agoric/time": "0.3.3-dev-f8abc2e.0+f8abc2e",
55
- "@agoric/vat-data": "0.5.3-dev-f8abc2e.0+f8abc2e",
56
- "@agoric/zone": "0.2.3-dev-f8abc2e.0+f8abc2e",
46
+ "@agoric/assert": "0.6.1-dev-59738aa.0+59738aa",
47
+ "@agoric/base-zone": "0.1.1-dev-59738aa.0+59738aa",
48
+ "@agoric/ertp": "0.16.3-dev-59738aa.0+59738aa",
49
+ "@agoric/internal": "0.3.3-dev-59738aa.0+59738aa",
50
+ "@agoric/notifier": "0.6.3-dev-59738aa.0+59738aa",
51
+ "@agoric/store": "0.9.3-dev-59738aa.0+59738aa",
52
+ "@agoric/swingset-liveslots": "0.10.3-dev-59738aa.0+59738aa",
53
+ "@agoric/swingset-vat": "0.32.3-dev-59738aa.0+59738aa",
54
+ "@agoric/time": "0.3.3-dev-59738aa.0+59738aa",
55
+ "@agoric/vat-data": "0.5.3-dev-59738aa.0+59738aa",
56
+ "@agoric/zone": "0.2.3-dev-59738aa.0+59738aa",
57
57
  "@endo/bundle-source": "^3.2.1",
58
58
  "@endo/captp": "^4.1.0",
59
59
  "@endo/common": "^1.2.0",
@@ -68,7 +68,7 @@
68
68
  "yargs-parser": "^21.1.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@agoric/kmarshal": "0.1.1-dev-f8abc2e.0+f8abc2e",
71
+ "@agoric/kmarshal": "0.1.1-dev-59738aa.0+59738aa",
72
72
  "@endo/init": "^1.1.0",
73
73
  "ava": "^5.3.0",
74
74
  "c8": "^9.1.0",
@@ -141,5 +141,5 @@
141
141
  "typeCoverage": {
142
142
  "atLeast": 84.88
143
143
  },
144
- "gitHead": "f8abc2e75c2aa612a24abb86e982367b7ba964f8"
144
+ "gitHead": "59738aa5d0eafdb105b63400631eb49644d555cf"
145
145
  }
@@ -30,7 +30,7 @@ import { prepareZcMint } from './zcfMint.js';
30
30
  /// <reference path="../internal-types.js" />
31
31
  /// <reference path="./internal-types.js" />
32
32
 
33
- /** @typedef {import('@agoric/ertp').IssuerOptionsRecord} IssuerOptionsRecord */
33
+ /** @import {IssuerOptionsRecord} from '@agoric/ertp' */
34
34
 
35
35
  const { Fail } = assert;
36
36
 
@@ -36,7 +36,7 @@ harden(makeEphemeraProvider);
36
36
  * Provide an empty ZCF seat.
37
37
  *
38
38
  * @param {ZCF} zcf
39
- * @param {import('@agoric/ertp').Baggage} baggage
39
+ * @param {import('@agoric/swingset-liveslots').Baggage} baggage
40
40
  * @param {string} name
41
41
  * @returns {ZCFSeat}
42
42
  */
@@ -39,7 +39,7 @@ import { E } from '@endo/eventual-send';
39
39
  /**
40
40
  * Wrap a Publisher to record all the values to chain storage.
41
41
  *
42
- * @param {import('@agoric/zoe').Baggage} baggage
42
+ * @param {import('@agoric/vat-data').Baggage} baggage
43
43
  * @param {ERef<Marshaller>} marshaller
44
44
  */
45
45
  export const prepareRecorder = (baggage, marshaller) => {
package/src/makeHandle.js CHANGED
@@ -8,7 +8,7 @@ import { HandleI } from './typeGuards.js';
8
8
 
9
9
  const { Fail } = assert;
10
10
 
11
- /** @typedef {import('@agoric/vat-data').Baggage} Baggage */
11
+ /** @import {Baggage} from '@agoric/vat-data' */
12
12
 
13
13
  /**
14
14
  * @template {string} H
@@ -1,4 +1,3 @@
1
- /* eslint-disable @typescript-eslint/prefer-ts-expect-error -- accomodate different type search depths */
2
1
  import { assert } from '@agoric/assert';
3
2
  import {
4
3
  M,
@@ -16,7 +15,7 @@ const { Fail, quote: q } = assert;
16
15
 
17
16
  /** @typedef { import('@agoric/swingset-vat').BundleCap} BundleCap */
18
17
  /** @typedef { import('@agoric/swingset-vat').BundleID} BundleID */
19
- /** @typedef {import('@agoric/vat-data').Baggage} Baggage */
18
+ /** @import {Baggage} from '@agoric/vat-data' */
20
19
 
21
20
  /**
22
21
  * @param {GetBundleCapForID} getBundleCapForID
@@ -39,7 +38,7 @@ export const makeInstallationStorage = (getBundleCapForID, zoeBaggage) => {
39
38
  zoeBaggage,
40
39
  'BundleIDInstallation',
41
40
  bundleLabel => ({ bundleLabel }),
42
- // @ts-ignore cast without StartFunction property
41
+ // @ts-expect-error cast without StartFunction property
43
42
  {
44
43
  getBundle: _context => Fail`bundleID-based Installation`,
45
44
  getBundleLabel: ({ state: { bundleLabel } }) => bundleLabel,
@@ -51,7 +50,7 @@ export const makeInstallationStorage = (getBundleCapForID, zoeBaggage) => {
51
50
  zoeBaggage,
52
51
  'BundleInstallation',
53
52
  (bundle, bundleLabel) => ({ bundle, bundleLabel }),
54
- // @ts-ignore cast without StartFunction property
53
+ // @ts-expect-error cast without StartFunction property
55
54
  {
56
55
  getBundle: ({ state: { bundle } }) => bundle,
57
56
  getBundleLabel: ({ state: { bundleLabel } }) => bundleLabel,
@@ -22,7 +22,7 @@ import {
22
22
 
23
23
  // import '../internal-types.js';
24
24
 
25
- /** @typedef {import('@agoric/vat-data').Baggage} Baggage */
25
+ /** @import {Baggage} from '@agoric/vat-data' */
26
26
  /** @typedef { import('@agoric/swingset-vat').BundleCap} BundleCap */
27
27
 
28
28
  const { Fail, quote: q } = assert;
@@ -275,7 +275,7 @@
275
275
  */
276
276
 
277
277
  /**
278
- * @typedef {import('@agoric/swingset-vat').VatAdminSvc} VatAdminSvc
278
+ * @import {VatAdminSvc} from '@agoric/swingset-vat'
279
279
  */
280
280
 
281
281
  /**
@@ -28,7 +28,7 @@ import { getZcfBundleCap } from './createZCFVat.js';
28
28
  import { defaultFeeIssuerConfig, prepareFeeMint } from './feeMint.js';
29
29
  import { ZoeServiceI } from '../typeGuards.js';
30
30
 
31
- /** @typedef {import('@agoric/vat-data').Baggage} Baggage */
31
+ /** @import {Baggage} from '@agoric/vat-data' */
32
32
 
33
33
  const { Fail } = assert;
34
34
 
@@ -29,7 +29,7 @@ import {
29
29
  ZoeStorageManagerIKit,
30
30
  } from '../typeGuards.js';
31
31
 
32
- /** @typedef {import('@agoric/vat-data').Baggage} Baggage */
32
+ /** @import {Baggage} from '@agoric/vat-data' */
33
33
 
34
34
  const { ownKeys } = Reflect;
35
35