@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/api/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/wallet-backend",
3
- "version": "0.15.0-u18a.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-u18a.0",
18
- "@endo/bundle-source": "^3.5.0",
19
- "@endo/far": "^1.1.9",
20
- "@endo/init": "^1.1.7",
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-u18a.0",
25
- "@agoric/ertp": "^0.16.3-u18a.0",
26
- "@agoric/internal": "^0.4.0-u18a.0",
27
- "@agoric/notifier": "^0.7.0-u18a.0",
28
- "@agoric/smart-wallet": "^0.5.4-u18a.0",
29
- "@agoric/store": "^0.9.3-u18.1",
30
- "@agoric/time": "^0.3.3-u18.1",
31
- "@agoric/vat-data": "^0.5.3-u18a.0",
32
- "@agoric/zoe": "^0.26.3-u18a.0",
33
- "@agoric/zone": "^0.3.0-u18a.0",
34
- "@endo/errors": "^1.2.8",
35
- "@endo/eventual-send": "^1.2.8",
36
- "@endo/marshal": "^1.6.2",
37
- "@endo/nat": "^5.0.13",
38
- "@endo/promise-kit": "^1.1.8",
39
- "import-meta-resolve": "^2.2.1"
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": "4e4d2b4dedc5a268178712fc6beb89496518480a"
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 = await importMetaResolve(
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 = await importMetaResolve(
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 = await importMetaResolve(
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-u18a.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-u18a.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": "^2.2.1"
26
+ "import-meta-resolve": "^4.1.0"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "4e4d2b4dedc5a268178712fc6beb89496518480a"
31
+ "gitHead": "29e9704c375a06bb617027093b30d2d25faa6471"
32
32
  }