@agoric/import-manager 0.3.12 → 0.3.13-u23.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/import-manager",
3
- "version": "0.3.12",
3
+ "version": "0.3.13-u23.0",
4
4
  "description": "Share code across vat boundaries",
5
5
  "type": "module",
6
6
  "main": "./src/importManager.js",
@@ -14,7 +14,7 @@
14
14
  "test:xs": "exit 0",
15
15
  "lint": "yarn lint:eslint",
16
16
  "lint-fix": "yarn lint:eslint --fix",
17
- "lint:eslint": "yarn run -T eslint ."
17
+ "lint:eslint": "node ../../scripts/eslint-repo.mjs ."
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
32
32
  "devDependencies": {
33
- "@agoric/swingset-vat": "0.33.0",
34
- "ava": "^5.3.0",
33
+ "@agoric/swingset-vat": "0.34.0-u23.0",
34
+ "ava": "^6.4.1",
35
35
  "c8": "^10.1.3"
36
36
  },
37
37
  "files": [
@@ -49,5 +49,5 @@
49
49
  "typeCoverage": {
50
50
  "atLeast": 94.73
51
51
  },
52
- "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
52
+ "gitHead": "1147be15b0704de17204d04e2407fa3192b98a1c"
53
53
  }
@@ -1,5 +1,4 @@
1
- // Copyright (C) 2019 Agoric, under Apache License 2.0
2
-
1
+ // @ts-nocheck
3
2
  /**
4
3
  * ImportManager allows a package to make some code available that can be run
5
4
  * locally by a calling vat without requiring a remote round trip to the hosting