@agoric/xsnap-lockdown 0.14.1-mainnet1B-dev-26244e8.0 → 0.14.1-orchestration-dev-096c4e8.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
- 5c790a966210b78de758fb442af542714ed96da09db76e0b31d6a237e555fd62
1
+ a1e46a72f1a58a5360d29fd3f8e97d9abd9d24aa95085db827def7779fa82202
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/xsnap-lockdown",
3
- "version": "0.14.1-mainnet1B-dev-26244e8.0+26244e8",
3
+ "version": "0.14.1-orchestration-dev-096c4e8.0+096c4e8",
4
4
  "description": "Endo/lockdown initialization bundle for xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -13,16 +13,16 @@
13
13
  "clean": "rm -rf dist",
14
14
  "lint": "run-s --continue-on-error lint:*",
15
15
  "lint:js": "eslint 'src/**/*.js' 'lib/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
16
- "lint:types": "tsc -p jsconfig.json",
16
+ "lint:types": "tsc",
17
17
  "lint-fix": "eslint --fix 'src/**/*.js' 'lib/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
18
18
  "test": "ava",
19
19
  "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
20
20
  "test:xs": "exit 0"
21
21
  },
22
22
  "devDependencies": {
23
- "@endo/bundle-source": "2.5.2-upstream-rollup",
24
- "@endo/init": "0.5.56",
25
- "ava": "^5.2.0",
23
+ "@endo/bundle-source": "^3.1.0",
24
+ "@endo/init": "^1.0.4",
25
+ "ava": "^5.3.0",
26
26
  "c8": "^7.13.0",
27
27
  "rollup": "^2.58.0",
28
28
  "rollup-plugin-string": "^3.0.0"
@@ -40,8 +40,14 @@
40
40
  "files": [
41
41
  "test/**/test-*.js"
42
42
  ],
43
+ "require": [
44
+ "@endo/init/debug.js"
45
+ ],
43
46
  "timeout": "2m",
44
47
  "workerThreads": false
45
48
  },
46
- "gitHead": "26244e821f1a83cd5868f0c7d54aa480c8c17e5e"
49
+ "typeCoverage": {
50
+ "atLeast": 73.51
51
+ },
52
+ "gitHead": "096c4e8fce80e9a509b0e1a30fda11736c4570e1"
47
53
  }
package/CHANGELOG.md DELETED
@@ -1,26 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ### [0.14.1-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/xsnap-lockdown@0.14.0...@agoric/xsnap-lockdown@0.14.1-u11wf.0) (2023-09-23)
7
-
8
- **Note:** Version bump only for package @agoric/xsnap-lockdown
9
-
10
-
11
-
12
-
13
-
14
- ## 0.14.0 (2023-05-19)
15
-
16
-
17
- ### Features
18
-
19
- * create new xsnap-lockdown package ([2af831d](https://github.com/Agoric/agoric-sdk/commit/2af831d9683a4080168ee267e8d57227d2167f37)), closes [#6596](https://github.com/Agoric/agoric-sdk/issues/6596)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * **xsnap-lockdown:** inspect should not throw ([8d54bdd](https://github.com/Agoric/agoric-sdk/commit/8d54bdd19abc3098b92d02f266f883dcb637bf05))
25
- * Stop doing object-inspect type checks the hard way ([087aa27](https://github.com/Agoric/agoric-sdk/commit/087aa27f2dfd6444e4cc969956c621b3bf581940)), closes [#7277](https://github.com/Agoric/agoric-sdk/issues/7277)
26
- * **xsnap-lockdown:** change the API to get hash of the lockdown bundle ([#7222](https://github.com/Agoric/agoric-sdk/issues/7222)) ([173185e](https://github.com/Agoric/agoric-sdk/commit/173185e47154c12e025bc38478283087439058f9))