@agoric/pegasus 0.8.0-u18.3 → 0.8.0-u18.5

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.
Files changed (2) hide show
  1. package/package.json +22 -22
  2. package/src/pegasus.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/pegasus",
3
- "version": "0.8.0-u18.3",
3
+ "version": "0.8.0-u18.5",
4
4
  "description": "Peg-as-us contract",
5
5
  "type": "module",
6
6
  "main": "./src/pegasus.js",
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "exit 0",
12
12
  "test": "ava",
13
- "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
13
+ "test:c8": "c8 --all $C8_OPTIONS ava",
14
14
  "test:xs": "exit 0",
15
15
  "lint-fix": "yarn lint:eslint --fix",
16
16
  "lint": "run-s --continue-on-error lint:*",
@@ -28,28 +28,28 @@
28
28
  },
29
29
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
30
30
  "dependencies": {
31
- "@agoric/ertp": "^0.16.3-u18.0",
32
- "@agoric/internal": "^0.4.0-u18.0",
33
- "@agoric/network": "^0.2.0-u18.0",
34
- "@agoric/notifier": "^0.7.0-u18.0",
35
- "@agoric/store": "^0.9.3-u18.0",
36
- "@agoric/swingset-vat": "^0.33.0-u18.0",
37
- "@agoric/vats": "^0.16.0-u18.3",
38
- "@agoric/vow": "^0.2.0-u18.0",
39
- "@agoric/zoe": "^0.26.3-u18.0",
40
- "@agoric/zone": "^0.3.0-u18.0",
41
- "@endo/bundle-source": "^3.4.2",
42
- "@endo/captp": "^4.4.2",
43
- "@endo/errors": "^1.2.7",
44
- "@endo/far": "^1.1.8",
45
- "@endo/init": "^1.1.6",
46
- "@endo/nat": "^5.0.12",
47
- "@endo/promise-kit": "^1.1.7"
31
+ "@agoric/ertp": "^0.16.3-u18.1",
32
+ "@agoric/internal": "^0.4.0-u18.1",
33
+ "@agoric/network": "^0.2.0-u18.1",
34
+ "@agoric/notifier": "^0.7.0-u18.1",
35
+ "@agoric/store": "^0.9.3-u18.1",
36
+ "@agoric/swingset-vat": "^0.33.0-u18.1",
37
+ "@agoric/vats": "^0.16.0-u18.5",
38
+ "@agoric/vow": "^0.2.0-u18.1",
39
+ "@agoric/zoe": "^0.26.3-u18.1",
40
+ "@agoric/zone": "^0.3.0-u18.1",
41
+ "@endo/bundle-source": "^3.5.0",
42
+ "@endo/captp": "^4.4.3",
43
+ "@endo/errors": "^1.2.8",
44
+ "@endo/far": "^1.1.9",
45
+ "@endo/init": "^1.1.7",
46
+ "@endo/nat": "^5.0.13",
47
+ "@endo/promise-kit": "^1.1.8"
48
48
  },
49
49
  "devDependencies": {
50
- "@agoric/vat-data": "^0.5.3-u18.0",
50
+ "@agoric/vat-data": "^0.5.3-u18.1",
51
51
  "ava": "^5.3.0",
52
- "c8": "^9.1.0",
52
+ "c8": "^10.1.2",
53
53
  "import-meta-resolve": "^2.2.1"
54
54
  },
55
55
  "files": [
@@ -72,5 +72,5 @@
72
72
  "typeCoverage": {
73
73
  "atLeast": 91.21
74
74
  },
75
- "gitHead": "793783b3b1ff6b47565a959cb7ba60a1835e2486"
75
+ "gitHead": "f8c45b8a2e29a51522a81a6692af25b2d7f6b50f"
76
76
  }
package/src/pegasus.js CHANGED
@@ -361,7 +361,6 @@ export const makePegasus = ({ zcf, board, namesByAddress, when }) => {
361
361
  receiveDenomPublication,
362
362
  remoteDenomSubscription,
363
363
  abort: reason => {
364
- // eslint-disable-next-line no-use-before-define
365
364
  actions.abort(reason);
366
365
  },
367
366
  };