@agoric/swingset-vat 0.33.0-u19.2 → 0.33.0-u21.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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@agoric/swingset-vat",
3
- "version": "0.33.0-u19.2",
3
+ "version": "0.33.0-u21.0",
4
4
  "description": "Vat/Container Launcher",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "engines": {
8
- "node": "^18.12 || ^20.9"
8
+ "node": "^20.9 || ^22.11"
9
9
  },
10
10
  "bin": {
11
11
  "vat": "bin/vat"
@@ -13,50 +13,52 @@
13
13
  "scripts": {
14
14
  "build": "exit 0",
15
15
  "test": "ava",
16
+ "test:c8": "c8 --all $C8_OPTIONS ava",
16
17
  "test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava",
17
18
  "test:xs-worker": "ava test/workers -m 'xsnap vat manager'",
18
19
  "lint-fix": "yarn lint:eslint --fix",
19
- "lint": "run-s --continue-on-error lint:*",
20
- "lint:types": "tsc",
21
- "lint:eslint": "eslint ."
20
+ "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
21
+ "lint:types": "yarn run -T tsc",
22
+ "lint:eslint": "yarn run -T eslint ."
22
23
  },
23
24
  "devDependencies": {
24
- "@types/better-sqlite3": "^7.6.9",
25
+ "@types/better-sqlite3": "^7.6.13",
25
26
  "@types/microtime": "^2.1.0",
26
27
  "@types/tmp": "^0.2.0",
27
- "@types/yargs-parser": "^21.0.0"
28
+ "@types/yargs-parser": "^21.0.0",
29
+ "ava": "^5.3.0"
28
30
  },
29
31
  "dependencies": {
30
- "@agoric/internal": "^0.4.0-u19.2",
31
- "@agoric/kmarshal": "^0.1.1-u19.0",
32
- "@agoric/store": "^0.9.3-u19.0",
33
- "@agoric/swing-store": "^0.10.0-u19.2",
34
- "@agoric/swingset-liveslots": "^0.10.3-u19.2",
35
- "@agoric/swingset-xsnap-supervisor": "^0.10.3-u19.0",
36
- "@agoric/time": "^0.3.3-u19.0",
37
- "@agoric/vat-data": "^0.5.3-u19.2",
38
- "@agoric/xsnap-lockdown": "^0.14.1-u19.0",
32
+ "@agoric/internal": "workspace:*",
33
+ "@agoric/kmarshal": "workspace:*",
34
+ "@agoric/store": "workspace:*",
35
+ "@agoric/swing-store": "workspace:*",
36
+ "@agoric/swingset-liveslots": "workspace:*",
37
+ "@agoric/swingset-xsnap-supervisor": "workspace:*",
38
+ "@agoric/time": "workspace:*",
39
+ "@agoric/vat-data": "workspace:*",
40
+ "@agoric/xsnap-lockdown": "workspace:*",
39
41
  "@endo/base64": "^1.0.9",
40
- "@endo/bundle-source": "^3.5.1",
41
- "@endo/captp": "^4.4.4",
42
- "@endo/check-bundle": "^1.0.13",
43
- "@endo/compartment-mapper": "^1.5.0",
44
- "@endo/errors": "^1.2.9",
45
- "@endo/eventual-send": "^1.3.0",
46
- "@endo/far": "^1.1.10",
47
- "@endo/import-bundle": "^1.3.3",
48
- "@endo/init": "^1.1.8",
49
- "@endo/marshal": "^1.6.3",
50
- "@endo/nat": "^5.0.14",
51
- "@endo/pass-style": "^1.4.8",
52
- "@endo/patterns": "^1.4.8",
53
- "@endo/promise-kit": "^1.1.9",
54
- "@endo/ses-ava": "^1.2.9",
55
- "@endo/stream": "^1.2.9",
42
+ "@endo/bundle-source": "^4.0.0",
43
+ "@endo/captp": "^4.4.5",
44
+ "@endo/check-bundle": "^1.0.14",
45
+ "@endo/compartment-mapper": "^1.6.0",
46
+ "@endo/errors": "^1.2.10",
47
+ "@endo/eventual-send": "^1.3.1",
48
+ "@endo/far": "^1.1.11",
49
+ "@endo/import-bundle": "^1.4.0",
50
+ "@endo/init": "^1.1.9",
51
+ "@endo/marshal": "^1.6.4",
52
+ "@endo/nat": "^5.1.0",
53
+ "@endo/pass-style": "^1.5.0",
54
+ "@endo/patterns": "^1.5.0",
55
+ "@endo/promise-kit": "^1.1.10",
56
+ "@endo/ses-ava": "^1.2.10",
57
+ "@endo/stream": "^1.2.10",
56
58
  "@endo/zip": "^1.0.9",
57
59
  "ansi-styles": "^6.2.1",
58
60
  "anylogger": "^0.21.0",
59
- "better-sqlite3": "^9.1.1",
61
+ "better-sqlite3": "^10.1.0",
60
62
  "import-meta-resolve": "^4.1.0",
61
63
  "microtime": "^3.1.0",
62
64
  "semver": "^6.3.0",
@@ -64,7 +66,7 @@
64
66
  "yargs-parser": "^21.1.1"
65
67
  },
66
68
  "peerDependencies": {
67
- "@agoric/xsnap": "^0.14.2",
69
+ "@agoric/xsnap": "workspace:*",
68
70
  "ava": "^5.3.0"
69
71
  },
70
72
  "files": [
@@ -100,7 +102,7 @@
100
102
  "access": "public"
101
103
  },
102
104
  "typeCoverage": {
103
- "atLeast": 76.28
105
+ "atLeast": 76.47
104
106
  },
105
- "gitHead": "f0ae74b84cb6de3724bfdcd18b4bea7e8199dee1"
107
+ "gitHead": "e4dd46857133403d584bcf822a81817b355532f9"
106
108
  }