@agoric/xsnap-lockdown 0.14.1-u21.0 → 0.14.1-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
- 435e38e59b8f1874e2a7f360dfd3d7ddfc764765894bf15bd3b668692e2f297e
1
+ 40a8ea620c16222d0aba5c07a9d2e549c959b702820529fdbcad5a649602ded5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/xsnap-lockdown",
3
- "version": "0.14.1-u21.0",
3
+ "version": "0.14.1-u22.0",
4
4
  "description": "Endo/lockdown initialization bundle for xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -14,12 +14,12 @@
14
14
  "lint:types": "yarn run -T tsc",
15
15
  "lint-fix": "eslint --fix 'src/**/*.js' 'lib/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
16
16
  "test": "ava",
17
- "test:c8": "c8 --all $C8_OPTIONS ava",
17
+ "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
18
18
  "test:xs": "exit 0"
19
19
  },
20
20
  "devDependencies": {
21
- "@endo/bundle-source": "^4.0.0",
22
- "@endo/init": "^1.1.9",
21
+ "@endo/bundle-source": "^4.1.2",
22
+ "@endo/init": "^1.1.12",
23
23
  "ava": "^5.3.0",
24
24
  "c8": "^10.1.3",
25
25
  "source-map": "^0.7.4"
@@ -46,5 +46,8 @@
46
46
  "typeCoverage": {
47
47
  "atLeast": 73.54
48
48
  },
49
- "gitHead": "e4dd46857133403d584bcf822a81817b355532f9"
49
+ "engines": {
50
+ "node": "^20.9 || ^22.11"
51
+ },
52
+ "gitHead": "dbf78c32d14bf4a38bfd7a10d061011a0ff368e6"
50
53
  }