@agoric/wallet 0.18.4-u11.0 → 0.18.4-u12.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 +236 -236
- package/api/bundles/bundle-wallet.js +1 -1
- package/api/package.json +19 -19
- package/package.json +4 -4
package/api/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/wallet-backend",
|
|
3
|
-
"version": "0.14.4-
|
|
3
|
+
"version": "0.14.4-u12.0",
|
|
4
4
|
"description": "Wallet backend",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -14,26 +14,26 @@
|
|
|
14
14
|
"lint:eslint": "eslint ."
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@agoric/vats": "^0.15.2-
|
|
18
|
-
"@endo/bundle-source": "
|
|
19
|
-
"@endo/init": "
|
|
17
|
+
"@agoric/vats": "^0.15.2-u12.0",
|
|
18
|
+
"@endo/bundle-source": "2.5.2-upstream-rollup",
|
|
19
|
+
"@endo/init": "0.5.56",
|
|
20
20
|
"ava": "^5.2.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@agoric/assert": "^0.6.0",
|
|
24
|
-
"@agoric/cache": "^0.3.3-
|
|
25
|
-
"@agoric/ertp": "^0.16.3-
|
|
26
|
-
"@agoric/internal": "^0.
|
|
27
|
-
"@agoric/notifier": "^0.6.3-
|
|
28
|
-
"@agoric/smart-wallet": "^0.5.4-
|
|
29
|
-
"@agoric/store": "^0.9.3-
|
|
30
|
-
"@agoric/time": "^0.3.3-
|
|
31
|
-
"@agoric/vat-data": "^0.5.3-
|
|
32
|
-
"@agoric/zoe": "^0.26.3-
|
|
33
|
-
"@endo/eventual-send": "
|
|
34
|
-
"@endo/marshal": "
|
|
35
|
-
"@endo/nat": "
|
|
36
|
-
"@endo/promise-kit": "
|
|
23
|
+
"@agoric/assert": "^0.6.1-u11wf.0",
|
|
24
|
+
"@agoric/cache": "^0.3.3-u12.0",
|
|
25
|
+
"@agoric/ertp": "^0.16.3-u12.0",
|
|
26
|
+
"@agoric/internal": "^0.4.0-u12.0",
|
|
27
|
+
"@agoric/notifier": "^0.6.3-u12.0",
|
|
28
|
+
"@agoric/smart-wallet": "^0.5.4-u12.0",
|
|
29
|
+
"@agoric/store": "^0.9.3-u12.0",
|
|
30
|
+
"@agoric/time": "^0.3.3-u12.0",
|
|
31
|
+
"@agoric/vat-data": "^0.5.3-u12.0",
|
|
32
|
+
"@agoric/zoe": "^0.26.3-u12.0",
|
|
33
|
+
"@endo/eventual-send": "0.17.2",
|
|
34
|
+
"@endo/marshal": "0.8.5",
|
|
35
|
+
"@endo/nat": "4.1.27",
|
|
36
|
+
"@endo/promise-kit": "0.2.56",
|
|
37
37
|
"import-meta-resolve": "^2.2.1"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [],
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "ee5a5fdad9187a6b1b7b26b772b6564c0db3062e"
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/wallet",
|
|
3
|
-
"version": "0.18.4-
|
|
3
|
+
"version": "0.18.4-u12.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": "Agoric",
|
|
8
8
|
"agoric-wallet": {
|
|
9
|
-
"htmlBasedir": "
|
|
9
|
+
"htmlBasedir": "@agoric/wallet-ui/build",
|
|
10
10
|
"deploy": [
|
|
11
11
|
"./api/deploy.js"
|
|
12
12
|
]
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@agoric/wallet-ui": "0.1.3-solo.0",
|
|
23
|
-
"agoric": "^0.21.2-
|
|
23
|
+
"agoric": "^0.21.2-u12.0",
|
|
24
24
|
"babel-eslint": "^10.0.3",
|
|
25
25
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
|
26
26
|
"import-meta-resolve": "^2.2.1"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "ee5a5fdad9187a6b1b7b26b772b6564c0db3062e"
|
|
32
32
|
}
|