@agoric/xsnap-lockdown 0.14.1-dev-ecf2d8e.0 → 0.14.1-other-dev-70beeb7.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
- eb03265f96ed6abf6d72f8e999a527e433c855ed8494f6af08254b42097e970f
1
+ 5c790a966210b78de758fb442af542714ed96da09db76e0b31d6a237e555fd62
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/xsnap-lockdown",
3
- "version": "0.14.1-dev-ecf2d8e.0+ecf2d8e",
3
+ "version": "0.14.1-other-dev-70beeb7.0+70beeb7",
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",
16
+ "lint:types": "tsc -p jsconfig.json",
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.7.0",
24
- "@endo/init": "^0.5.59",
25
- "ava": "^5.3.0",
23
+ "@endo/bundle-source": "2.5.2-upstream-rollup",
24
+ "@endo/init": "0.5.56",
25
+ "ava": "^5.2.0",
26
26
  "c8": "^7.13.0",
27
27
  "rollup": "^2.58.0",
28
28
  "rollup-plugin-string": "^3.0.0"
@@ -40,11 +40,8 @@
40
40
  "files": [
41
41
  "test/**/test-*.js"
42
42
  ],
43
- "require": [
44
- "@endo/init/debug.js"
45
- ],
46
43
  "timeout": "2m",
47
44
  "workerThreads": false
48
45
  },
49
- "gitHead": "ecf2d8ec1a63bd3c23cbca27f89ca9675a163611"
46
+ "gitHead": "70beeb7e476f24cfad30fa8cd5918f04746e8839"
50
47
  }