@agoric/swingset-xsnap-supervisor 0.10.3-ymax-v0.2-alpha-dev-a527ef4.0 → 0.11.0-u22.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
- dc223308b5429050de02635b0f6deaf469e4d0140298fb785496fa003f2ed016
1
+ 4751467ce397e39f6445d34eab978d5f7d317f41dba9952b4c6fbbfd49fb9894
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.10.3-ymax-v0.2-alpha-dev-a527ef4.0+a527ef4",
3
+ "version": "0.11.0-u22.0",
4
4
  "description": "Supervisor/Liveslots bundle for swingset xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -19,20 +19,21 @@
19
19
  "lint:types": "yarn run -T tsc",
20
20
  "lint-fix": "eslint --fix 'lib/**/*.js' 'src/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
21
21
  "test": "ava",
22
- "test:c8": "c8 --all $C8_OPTIONS ava",
22
+ "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
23
23
  "test:xs": "exit 0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@agoric/swingset-liveslots": "workspace:*",
27
- "@endo/errors": "^1.2.10",
28
- "@endo/import-bundle": "^1.4.0",
29
- "@endo/promise-kit": "^1.1.10"
26
+ "@agoric/swingset-liveslots": "*",
27
+ "@endo/errors": "^1.2.13",
28
+ "@endo/import-bundle": "^1.5.2",
29
+ "@endo/promise-kit": "^1.1.13"
30
30
  },
31
31
  "devDependencies": {
32
- "@endo/bundle-source": "^4.0.0",
33
- "@endo/import-bundle": "^1.4.0",
34
- "@endo/init": "^1.1.9",
35
- "@endo/marshal": "^1.6.4",
32
+ "@agoric/swingset-liveslots": "0.11.0-u22.0",
33
+ "@endo/bundle-source": "^4.1.2",
34
+ "@endo/import-bundle": "^1.5.2",
35
+ "@endo/init": "^1.1.12",
36
+ "@endo/marshal": "^1.8.0",
36
37
  "ava": "^5.3.0",
37
38
  "c8": "^10.1.3"
38
39
  },
@@ -58,5 +59,8 @@
58
59
  "typeCoverage": {
59
60
  "atLeast": 84.6
60
61
  },
61
- "gitHead": "a527ef456b970107c2395833dce9abd87689959e"
62
+ "engines": {
63
+ "node": "^20.9 || ^22.11"
64
+ },
65
+ "gitHead": "dbf78c32d14bf4a38bfd7a10d061011a0ff368e6"
62
66
  }