@agoric/wallet 0.18.4-mainnet1B-dev-cfa7cb2.0 → 0.18.4-mainnet1B-dev-b0c1f78.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/CHANGELOG.md +17 -0
- package/api/CHANGELOG.md +16 -0
- package/api/bundles/bundle-wallet-js-meta.json +144 -144
- package/api/bundles/bundle-wallet.js +1 -1
- package/api/package.json +13 -13
- package/package.json +2 -3
package/api/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/wallet-backend",
|
|
3
|
-
"version": "0.14.4-mainnet1B-dev-
|
|
3
|
+
"version": "0.14.4-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
4
4
|
"description": "Wallet backend",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"lint:eslint": "eslint ."
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@agoric/vats": "0.15.2-mainnet1B-dev-
|
|
17
|
+
"@agoric/vats": "0.15.2-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
18
18
|
"@endo/bundle-source": "2.5.2-upstream-rollup",
|
|
19
19
|
"@endo/init": "0.5.56",
|
|
20
20
|
"ava": "^5.2.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@agoric/assert": "0.6.1-mainnet1B-dev-
|
|
24
|
-
"@agoric/cache": "0.3.3-mainnet1B-dev-
|
|
25
|
-
"@agoric/ertp": "0.16.3-mainnet1B-dev-
|
|
26
|
-
"@agoric/internal": "0.
|
|
27
|
-
"@agoric/notifier": "0.6.3-mainnet1B-dev-
|
|
28
|
-
"@agoric/smart-wallet": "0.5.4-mainnet1B-dev-
|
|
29
|
-
"@agoric/store": "0.9.3-mainnet1B-dev-
|
|
30
|
-
"@agoric/time": "0.3.3-mainnet1B-dev-
|
|
31
|
-
"@agoric/vat-data": "0.5.3-mainnet1B-dev-
|
|
32
|
-
"@agoric/zoe": "0.26.3-mainnet1B-dev-
|
|
23
|
+
"@agoric/assert": "0.6.1-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
24
|
+
"@agoric/cache": "0.3.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
25
|
+
"@agoric/ertp": "0.16.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
26
|
+
"@agoric/internal": "0.4.0-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
27
|
+
"@agoric/notifier": "0.6.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
28
|
+
"@agoric/smart-wallet": "0.5.4-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
29
|
+
"@agoric/store": "0.9.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
30
|
+
"@agoric/time": "0.3.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
31
|
+
"@agoric/vat-data": "0.5.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
32
|
+
"@agoric/zoe": "0.26.3-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
33
33
|
"@endo/eventual-send": "0.17.2",
|
|
34
34
|
"@endo/marshal": "0.8.5",
|
|
35
35
|
"@endo/nat": "4.1.27",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b0c1f788a06e8593426319de068acd64a390d349"
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/wallet",
|
|
3
|
-
"version": "0.18.4-mainnet1B-dev-
|
|
3
|
+
"version": "0.18.4-mainnet1B-dev-b0c1f78.0+b0c1f78",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@agoric/wallet-ui": "0.1.3-solo.0",
|
|
23
|
-
"agoric": "0.21.2-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
|
|
24
23
|
"babel-eslint": "^10.0.3",
|
|
25
24
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
|
26
25
|
"import-meta-resolve": "^2.2.1"
|
|
@@ -28,5 +27,5 @@
|
|
|
28
27
|
"publishConfig": {
|
|
29
28
|
"access": "public"
|
|
30
29
|
},
|
|
31
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "b0c1f788a06e8593426319de068acd64a390d349"
|
|
32
31
|
}
|