@agoric/wallet 0.18.4-mainnet1B-dev-2d6b13f.0 → 0.18.4-mainnet1B-dev-cfa7cb2.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-mainnet1B-dev-2d6b13f.0+2d6b13f",
3
+ "version": "0.14.4-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
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-2d6b13f.0+2d6b13f",
17
+ "@agoric/vats": "0.15.2-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
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-2d6b13f.0+2d6b13f",
24
- "@agoric/cache": "0.3.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
25
- "@agoric/ertp": "0.16.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
26
- "@agoric/internal": "0.3.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
27
- "@agoric/notifier": "0.6.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
28
- "@agoric/smart-wallet": "0.5.4-mainnet1B-dev-2d6b13f.0+2d6b13f",
29
- "@agoric/store": "0.9.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
30
- "@agoric/time": "0.3.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
31
- "@agoric/vat-data": "0.5.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
32
- "@agoric/zoe": "0.26.3-mainnet1B-dev-2d6b13f.0+2d6b13f",
23
+ "@agoric/assert": "0.6.1-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
24
+ "@agoric/cache": "0.3.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
25
+ "@agoric/ertp": "0.16.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
26
+ "@agoric/internal": "0.3.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
27
+ "@agoric/notifier": "0.6.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
28
+ "@agoric/smart-wallet": "0.5.4-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
29
+ "@agoric/store": "0.9.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
30
+ "@agoric/time": "0.3.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
31
+ "@agoric/vat-data": "0.5.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
32
+ "@agoric/zoe": "0.26.3-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
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": "2d6b13f85e7f81644f12be02c2ca9344bd056d2f"
60
+ "gitHead": "cfa7cb2bf1aa80bc60741a0eb5ba884995e8ee4c"
61
61
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@agoric/wallet",
3
- "version": "0.18.4-mainnet1B-dev-2d6b13f.0+2d6b13f",
3
+ "version": "0.18.4-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
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": "../../node_modules/@agoric/wallet-ui/build",
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-mainnet1B-dev-2d6b13f.0+2d6b13f",
23
+ "agoric": "0.21.2-mainnet1B-dev-cfa7cb2.0+cfa7cb2",
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": "2d6b13f85e7f81644f12be02c2ca9344bd056d2f"
31
+ "gitHead": "cfa7cb2bf1aa80bc60741a0eb5ba884995e8ee4c"
32
32
  }