@agoric/inter-protocol 0.16.2-dev-5dfae0e.0.5dfae0e → 0.16.2-dev-2f61877.0.2f61877

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 (1) hide show
  1. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/inter-protocol",
3
- "version": "0.16.2-dev-5dfae0e.0.5dfae0e",
3
+ "version": "0.16.2-dev-2f61877.0.2f61877",
4
4
  "description": "Core cryptoeconomy contracts",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -13,7 +13,7 @@
13
13
  "prepack": "yarn run -T tsc --build tsconfig.build.json",
14
14
  "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
15
15
  "test": "ava",
16
- "test:c8": "c8 --all $C8_OPTIONS ava",
16
+ "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
17
17
  "test:xs": "exit 0",
18
18
  "lint-fix": "yarn lint:eslint --fix",
19
19
  "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
33
33
  "dependencies": {
34
- "@agoric/base-zone": "0.1.1-dev-5dfae0e.0.5dfae0e",
35
- "@agoric/ertp": "0.16.3-dev-5dfae0e.0.5dfae0e",
36
- "@agoric/governance": "0.10.4-dev-5dfae0e.0.5dfae0e",
37
- "@agoric/internal": "0.3.3-dev-5dfae0e.0.5dfae0e",
38
- "@agoric/notifier": "0.6.3-dev-5dfae0e.0.5dfae0e",
39
- "@agoric/store": "0.9.3-dev-5dfae0e.0.5dfae0e",
40
- "@agoric/time": "0.3.3-dev-5dfae0e.0.5dfae0e",
41
- "@agoric/vat-data": "0.5.3-dev-5dfae0e.0.5dfae0e",
42
- "@agoric/vats": "0.15.2-dev-5dfae0e.0.5dfae0e",
43
- "@agoric/zoe": "0.26.3-dev-5dfae0e.0.5dfae0e",
44
- "@agoric/zone": "0.2.3-dev-5dfae0e.0.5dfae0e",
34
+ "@agoric/base-zone": "0.1.1-dev-2f61877.0.2f61877",
35
+ "@agoric/ertp": "0.16.3-dev-2f61877.0.2f61877",
36
+ "@agoric/governance": "0.10.4-dev-2f61877.0.2f61877",
37
+ "@agoric/internal": "0.3.3-dev-2f61877.0.2f61877",
38
+ "@agoric/notifier": "0.6.3-dev-2f61877.0.2f61877",
39
+ "@agoric/store": "0.9.3-dev-2f61877.0.2f61877",
40
+ "@agoric/time": "0.3.3-dev-2f61877.0.2f61877",
41
+ "@agoric/vat-data": "0.5.3-dev-2f61877.0.2f61877",
42
+ "@agoric/vats": "0.15.2-dev-2f61877.0.2f61877",
43
+ "@agoric/zoe": "0.26.3-dev-2f61877.0.2f61877",
44
+ "@agoric/zone": "0.2.3-dev-2f61877.0.2f61877",
45
45
  "@endo/captp": "^4.4.8",
46
46
  "@endo/errors": "^1.2.13",
47
47
  "@endo/eventual-send": "^1.3.4",
@@ -52,9 +52,9 @@
52
52
  "jessie.js": "^0.3.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@agoric/smart-wallet": "0.5.4-dev-5dfae0e.0.5dfae0e",
56
- "@agoric/swingset-liveslots": "0.10.3-dev-5dfae0e.0.5dfae0e",
57
- "@agoric/swingset-vat": "0.32.3-dev-5dfae0e.0.5dfae0e",
55
+ "@agoric/smart-wallet": "0.5.4-dev-2f61877.0.2f61877",
56
+ "@agoric/swingset-liveslots": "0.10.3-dev-2f61877.0.2f61877",
57
+ "@agoric/swingset-vat": "0.32.3-dev-2f61877.0.2f61877",
58
58
  "@endo/bundle-source": "^4.1.2",
59
59
  "@endo/init": "^1.1.12",
60
60
  "@endo/promise-kit": "^1.1.13",
@@ -83,7 +83,7 @@
83
83
  "access": "public"
84
84
  },
85
85
  "typeCoverage": {
86
- "atLeast": 95.65
86
+ "atLeast": 95.64
87
87
  },
88
- "gitHead": "5dfae0e7944bee9c6e63cc136f852d0f180f3281"
88
+ "gitHead": "2f618777210feb8721f62decb0493e47596ef587"
89
89
  }