@agoric/wallet 0.18.4-dev-f8abc2e.0 → 0.18.4-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/api/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/wallet-backend",
3
- "version": "0.14.4-dev-f8abc2e.0+f8abc2e",
3
+ "version": "0.14.4-dev-59738aa.0+59738aa",
4
4
  "description": "Wallet backend",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -14,24 +14,24 @@
14
14
  "lint:eslint": "eslint ."
15
15
  },
16
16
  "devDependencies": {
17
- "@agoric/vats": "0.15.2-dev-f8abc2e.0+f8abc2e",
17
+ "@agoric/vats": "0.15.2-dev-59738aa.0+59738aa",
18
18
  "@endo/bundle-source": "^3.2.1",
19
19
  "@endo/far": "^1.1.0",
20
20
  "@endo/init": "^1.1.0",
21
21
  "ava": "^5.3.0"
22
22
  },
23
23
  "dependencies": {
24
- "@agoric/assert": "0.6.1-dev-f8abc2e.0+f8abc2e",
25
- "@agoric/cache": "0.3.3-dev-f8abc2e.0+f8abc2e",
26
- "@agoric/ertp": "0.16.3-dev-f8abc2e.0+f8abc2e",
27
- "@agoric/internal": "0.3.3-dev-f8abc2e.0+f8abc2e",
28
- "@agoric/notifier": "0.6.3-dev-f8abc2e.0+f8abc2e",
29
- "@agoric/smart-wallet": "0.5.4-dev-f8abc2e.0+f8abc2e",
30
- "@agoric/store": "0.9.3-dev-f8abc2e.0+f8abc2e",
31
- "@agoric/time": "0.3.3-dev-f8abc2e.0+f8abc2e",
32
- "@agoric/vat-data": "0.5.3-dev-f8abc2e.0+f8abc2e",
33
- "@agoric/zoe": "0.26.3-dev-f8abc2e.0+f8abc2e",
34
- "@agoric/zone": "0.2.3-dev-f8abc2e.0+f8abc2e",
24
+ "@agoric/assert": "0.6.1-dev-59738aa.0+59738aa",
25
+ "@agoric/cache": "0.3.3-dev-59738aa.0+59738aa",
26
+ "@agoric/ertp": "0.16.3-dev-59738aa.0+59738aa",
27
+ "@agoric/internal": "0.3.3-dev-59738aa.0+59738aa",
28
+ "@agoric/notifier": "0.6.3-dev-59738aa.0+59738aa",
29
+ "@agoric/smart-wallet": "0.5.4-dev-59738aa.0+59738aa",
30
+ "@agoric/store": "0.9.3-dev-59738aa.0+59738aa",
31
+ "@agoric/time": "0.3.3-dev-59738aa.0+59738aa",
32
+ "@agoric/vat-data": "0.5.3-dev-59738aa.0+59738aa",
33
+ "@agoric/zoe": "0.26.3-dev-59738aa.0+59738aa",
34
+ "@agoric/zone": "0.2.3-dev-59738aa.0+59738aa",
35
35
  "@endo/eventual-send": "^1.2.0",
36
36
  "@endo/marshal": "^1.4.0",
37
37
  "@endo/nat": "^5.0.5",
@@ -65,5 +65,5 @@
65
65
  "typeCoverage": {
66
66
  "atLeast": 0
67
67
  },
68
- "gitHead": "f8abc2e75c2aa612a24abb86e982367b7ba964f8"
68
+ "gitHead": "59738aa5d0eafdb105b63400631eb49644d555cf"
69
69
  }
@@ -7,7 +7,7 @@
7
7
  * @property {PurseActions} actions
8
8
  */
9
9
 
10
- /** @typedef {import('@agoric/deploy-script-support/src/externalTypes.js').Petname} Petname */
10
+ /** @import {Petname} from '@agoric/deploy-script-support/src/externalTypes.js' */
11
11
 
12
12
  /**
13
13
  * @typedef {PursesJSONState & PursesAddedState} PursesFullState
@@ -74,7 +74,7 @@ const cmp = (a, b) => {
74
74
  * zoe: ERef<ZoeService>,
75
75
  * }} opt
76
76
  *
77
- * @typedef {import('@agoric/vats').NameHub} NameHub
77
+ * @import {NameHub} from '@agoric/vats'
78
78
  */
79
79
  export function makeWalletRoot({
80
80
  zoe,
package/api/src/wallet.js CHANGED
@@ -34,7 +34,7 @@ import './internal-types.js';
34
34
  * zoe: ERef<ZoeService>,
35
35
  * }} StartupTerms
36
36
  *
37
- * @typedef {import('@agoric/vats').NameHub} NameHub
37
+ * @import {NameHub} from '@agoric/vats'
38
38
  */
39
39
 
40
40
  export function buildRootObject(vatPowers) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/wallet",
3
- "version": "0.18.4-dev-f8abc2e.0+f8abc2e",
3
+ "version": "0.18.4-dev-59738aa.0+59738aa",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "f8abc2e75c2aa612a24abb86e982367b7ba964f8"
30
+ "gitHead": "59738aa5d0eafdb105b63400631eb49644d555cf"
31
31
  }