@agoric/swingset-xsnap-supervisor 0.10.3-dev-ecf2d8e.0 → 0.10.3-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
- 7863d065be6f0fcc02589afdcfe143878f0b886ba4e414892d8f3a1dfdd2f5b7
1
+ e0d2dafc7e981947b42118e8c950837109683bae56f7b4f5bffa1b67e5c1e768
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.10.3-dev-ecf2d8e.0+ecf2d8e",
3
+ "version": "0.10.3-other-dev-70beeb7.0+70beeb7",
4
4
  "description": "Supervisor/Liveslots bundle for swingset xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -16,20 +16,20 @@
16
16
  "clean": "rm -rf dist",
17
17
  "lint": "run-s --continue-on-error lint:*",
18
18
  "lint:js": "eslint 'lib/**/*.js' 'src/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
19
- "lint:types": "tsc",
19
+ "lint:types": "tsc -p jsconfig.json",
20
20
  "lint-fix": "eslint --fix 'lib/**/*.js' 'src/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
21
21
  "test": "ava",
22
22
  "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
23
23
  "test:xs": "exit 0"
24
24
  },
25
25
  "devDependencies": {
26
- "@agoric/assert": "0.6.1-dev-ecf2d8e.0+ecf2d8e",
27
- "@agoric/swingset-liveslots": "0.10.3-dev-ecf2d8e.0+ecf2d8e",
28
- "@endo/bundle-source": "^2.7.0",
29
- "@endo/import-bundle": "^0.4.1",
30
- "@endo/init": "^0.5.59",
31
- "@endo/marshal": "^0.8.8",
32
- "ava": "^5.3.0",
26
+ "@agoric/assert": "0.6.1-other-dev-70beeb7.0+70beeb7",
27
+ "@agoric/swingset-liveslots": "0.10.3-other-dev-70beeb7.0+70beeb7",
28
+ "@endo/bundle-source": "2.5.2-upstream-rollup",
29
+ "@endo/import-bundle": "0.3.4",
30
+ "@endo/init": "0.5.56",
31
+ "@endo/marshal": "0.8.5",
32
+ "ava": "^5.2.0",
33
33
  "c8": "^7.13.0"
34
34
  },
35
35
  "files": [
@@ -45,11 +45,8 @@
45
45
  "files": [
46
46
  "test/**/test-*.js"
47
47
  ],
48
- "require": [
49
- "@endo/init/debug.js"
50
- ],
51
48
  "timeout": "2m",
52
49
  "workerThreads": false
53
50
  },
54
- "gitHead": "ecf2d8ec1a63bd3c23cbca27f89ca9675a163611"
51
+ "gitHead": "70beeb7e476f24cfad30fa8cd5918f04746e8839"
55
52
  }