@agoric/xsnap-lockdown 0.14.1-u20.0 → 0.14.1-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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/xsnap-lockdown",
3
- "version": "0.14.1-u20.0",
3
+ "version": "0.14.1-u21.0",
4
4
  "description": "Endo/lockdown initialization bundle for xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -9,9 +9,9 @@
9
9
  "scripts": {
10
10
  "build": "node scripts/build-bundle.js",
11
11
  "clean": "rm -rf dist",
12
- "lint": "run-s --continue-on-error lint:*",
12
+ "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
13
13
  "lint:js": "eslint 'src/**/*.js' 'lib/**/*.js' 'scripts/**/*.js' 'test/**/*.js'",
14
- "lint:types": "tsc",
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
17
  "test:c8": "c8 --all $C8_OPTIONS ava",
@@ -21,7 +21,7 @@
21
21
  "@endo/bundle-source": "^4.0.0",
22
22
  "@endo/init": "^1.1.9",
23
23
  "ava": "^5.3.0",
24
- "c8": "^10.1.2",
24
+ "c8": "^10.1.3",
25
25
  "source-map": "^0.7.4"
26
26
  },
27
27
  "files": [
@@ -46,5 +46,5 @@
46
46
  "typeCoverage": {
47
47
  "atLeast": 73.54
48
48
  },
49
- "gitHead": "8e4207fa19dabf76c1f91f8779b5b5b93570ecea"
49
+ "gitHead": "e4dd46857133403d584bcf822a81817b355532f9"
50
50
  }