@agoric/wallet 0.19.0-u18a.0 → 0.19.0-u19.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 +3 -26
- package/api/CHANGELOG.md +3 -50
- package/api/bundles/bundle-wallet-js-meta.json +196 -191
- package/api/bundles/bundle-wallet.js +1 -1
- package/api/package.json +22 -22
- package/api/test/lib-wallet.test.js +3 -3
- package/api/test/middleware.test.js +2 -0
- 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.15.0-
|
|
3
|
+
"version": "0.15.0-u19.0",
|
|
4
4
|
"description": "Wallet backend",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -14,29 +14,29 @@
|
|
|
14
14
|
"lint:eslint": "eslint ."
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@agoric/vats": "^0.16.0-
|
|
18
|
-
"@endo/bundle-source": "^3.5.
|
|
19
|
-
"@endo/far": "^1.1.
|
|
20
|
-
"@endo/init": "^1.1.
|
|
17
|
+
"@agoric/vats": "^0.16.0-u19.0",
|
|
18
|
+
"@endo/bundle-source": "^3.5.1",
|
|
19
|
+
"@endo/far": "^1.1.10",
|
|
20
|
+
"@endo/init": "^1.1.8",
|
|
21
21
|
"ava": "^5.3.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@agoric/cache": "^0.3.3-
|
|
25
|
-
"@agoric/ertp": "^0.16.3-
|
|
26
|
-
"@agoric/internal": "^0.4.0-
|
|
27
|
-
"@agoric/notifier": "^0.7.0-
|
|
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.
|
|
33
|
-
"@agoric/zone": "^0.3.0-
|
|
34
|
-
"@endo/errors": "^1.2.
|
|
35
|
-
"@endo/eventual-send": "^1.
|
|
36
|
-
"@endo/marshal": "^1.6.
|
|
37
|
-
"@endo/nat": "^5.0.
|
|
38
|
-
"@endo/promise-kit": "^1.1.
|
|
39
|
-
"import-meta-resolve": "^
|
|
24
|
+
"@agoric/cache": "^0.3.3-u19.0",
|
|
25
|
+
"@agoric/ertp": "^0.16.3-u19.0",
|
|
26
|
+
"@agoric/internal": "^0.4.0-u19.0",
|
|
27
|
+
"@agoric/notifier": "^0.7.0-u19.0",
|
|
28
|
+
"@agoric/smart-wallet": "^0.5.4-u19.0",
|
|
29
|
+
"@agoric/store": "^0.9.3-u19.0",
|
|
30
|
+
"@agoric/time": "^0.3.3-u19.0",
|
|
31
|
+
"@agoric/vat-data": "^0.5.3-u19.0",
|
|
32
|
+
"@agoric/zoe": "^0.27.0-u19.0",
|
|
33
|
+
"@agoric/zone": "^0.3.0-u19.0",
|
|
34
|
+
"@endo/errors": "^1.2.9",
|
|
35
|
+
"@endo/eventual-send": "^1.3.0",
|
|
36
|
+
"@endo/marshal": "^1.6.3",
|
|
37
|
+
"@endo/nat": "^5.0.14",
|
|
38
|
+
"@endo/promise-kit": "^1.1.9",
|
|
39
|
+
"import-meta-resolve": "^4.1.0"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [],
|
|
42
42
|
"repository": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"typeCoverage": {
|
|
66
66
|
"atLeast": 0
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "29e9704c375a06bb617027093b30d2d25faa6471"
|
|
69
69
|
}
|
|
@@ -137,7 +137,7 @@ test.before(async t => {
|
|
|
137
137
|
const zoe = makeZoeForTest();
|
|
138
138
|
|
|
139
139
|
// Create AutomaticRefund instance
|
|
140
|
-
const automaticRefundContractUrl =
|
|
140
|
+
const automaticRefundContractUrl = importMetaResolve(
|
|
141
141
|
'@agoric/zoe/src/contracts/automaticRefund.js',
|
|
142
142
|
import.meta.url,
|
|
143
143
|
);
|
|
@@ -149,7 +149,7 @@ test.before(async t => {
|
|
|
149
149
|
);
|
|
150
150
|
|
|
151
151
|
// Create Autoswap instance
|
|
152
|
-
const autoswapContractUrl =
|
|
152
|
+
const autoswapContractUrl = importMetaResolve(
|
|
153
153
|
'@agoric/zoe/src/contracts/autoswap.js',
|
|
154
154
|
import.meta.url,
|
|
155
155
|
);
|
|
@@ -1491,7 +1491,7 @@ test('addOffer makeContinuingInvitation', async t => {
|
|
|
1491
1491
|
const board = makeFakeBoard();
|
|
1492
1492
|
|
|
1493
1493
|
// Create ContinuingInvitationExample instance
|
|
1494
|
-
const url =
|
|
1494
|
+
const url = importMetaResolve(
|
|
1495
1495
|
'./continuingInvitationExample.js',
|
|
1496
1496
|
import.meta.url,
|
|
1497
1497
|
);
|
|
@@ -18,6 +18,8 @@ test('makeLoggingPresence logs calls on purse/payment actions', async t => {
|
|
|
18
18
|
const purse = {
|
|
19
19
|
actions: await makeLoggingPresence('Alleged: purse.actions', enqueue),
|
|
20
20
|
};
|
|
21
|
+
/** @type {Payment} */
|
|
22
|
+
// @ts-expect-error mock
|
|
21
23
|
const myPayment = Far('payment', {
|
|
22
24
|
getAllegedBrand: () => assert.fail('mock'),
|
|
23
25
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/wallet",
|
|
3
|
-
"version": "0.19.0-
|
|
3
|
+
"version": "0.19.0-u19.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"build": "exit 0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@agoric/internal": "^0.4.0-
|
|
22
|
+
"@agoric/internal": "^0.4.0-u19.0",
|
|
23
23
|
"@agoric/wallet-ui": "0.1.3-solo.0",
|
|
24
24
|
"babel-eslint": "^10.0.3",
|
|
25
25
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
|
26
|
-
"import-meta-resolve": "^
|
|
26
|
+
"import-meta-resolve": "^4.1.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "29e9704c375a06bb617027093b30d2d25faa6471"
|
|
32
32
|
}
|