@agoric/swingset-xsnap-supervisor 0.10.3-u18.1 → 0.10.3-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.
@@ -1 +1 @@
1
- d8da59a32efb421023c36d483f76a20fcfec3d2cc0a9f8a8e36db497ee993764
1
+ e021348207c7696a6c9cea41e6358ae4af6eec7ee392440b3782945109c86e61
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.10.3-u18.1",
3
+ "version": "0.10.3-u19.0",
4
4
  "description": "Supervisor/Liveslots bundle for swingset xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -22,13 +22,17 @@
22
22
  "test:c8": "c8 --all $C8_OPTIONS ava",
23
23
  "test:xs": "exit 0"
24
24
  },
25
- "devDependencies": {
26
- "@agoric/swingset-liveslots": "^0.10.3-u18.1",
27
- "@endo/bundle-source": "^3.5.0",
28
- "@endo/errors": "^1.2.8",
25
+ "peerDependencies": {
26
+ "@agoric/swingset-liveslots": "^0.10.2",
27
+ "@endo/errors": "^1.2.9",
29
28
  "@endo/import-bundle": "^1.3.2",
30
- "@endo/init": "^1.1.7",
31
- "@endo/marshal": "^1.6.2",
29
+ "@endo/promise-kit": "^1.1.9"
30
+ },
31
+ "devDependencies": {
32
+ "@endo/bundle-source": "^3.5.1",
33
+ "@endo/import-bundle": "^1.3.3",
34
+ "@endo/init": "^1.1.8",
35
+ "@endo/marshal": "^1.6.3",
32
36
  "ava": "^5.3.0",
33
37
  "c8": "^10.1.2"
34
38
  },
@@ -54,5 +58,5 @@
54
58
  "typeCoverage": {
55
59
  "atLeast": 83.68
56
60
  },
57
- "gitHead": "f8c45b8a2e29a51522a81a6692af25b2d7f6b50f"
61
+ "gitHead": "29e9704c375a06bb617027093b30d2d25faa6471"
58
62
  }