@endo/compartment-mapper 1.3.0 → 1.3.1

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": "@endo/compartment-mapper",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "The compartment mapper assembles Node applications in a sandbox",
5
5
  "keywords": [
6
6
  "node",
@@ -56,10 +56,10 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@endo/cjs-module-analyzer": "^1.0.8",
59
- "@endo/module-source": "^1.1.0",
59
+ "@endo/module-source": "^1.1.1",
60
60
  "@endo/trampoline": "^1.0.2",
61
61
  "@endo/zip": "^1.0.8",
62
- "ses": "^1.9.0"
62
+ "ses": "^1.9.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "ava": "^6.1.3",
@@ -113,5 +113,5 @@
113
113
  "typeCoverage": {
114
114
  "atLeast": 86.14
115
115
  },
116
- "gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
116
+ "gitHead": "c242c28a68d1af29475150e44b5f3e9d0feda8cd"
117
117
  }
@@ -1 +1 @@
1
- {"version":3,"file":"compartment-map.d.ts","sourceRoot":"","sources":["compartment-map.js"],"names":[],"mappings":"AAaA,+CAA+C;AAE/C,4BAFW,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAE2B;AAc/D,+BAHI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,KACzB,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,UAqCnC;AAuZM,4DALI,OAAO,6BAEL,QAAQ,qBAAqB,IAAI,OAAO,YAAY,EAAE,wBAAwB,CA+B1F"}
1
+ {"version":3,"file":"compartment-map.d.ts","sourceRoot":"","sources":["compartment-map.js"],"names":[],"mappings":"AAWA,+CAA+C;AAE/C,4BAFW,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAE2B;AAc/D,+BAHI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,KACzB,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,UAqCnC;AAuZM,4DALI,OAAO,6BAEL,QAAQ,qBAAqB,IAAI,OAAO,YAAY,EAAE,wBAAwB,CA+B1F"}
@@ -1,8 +1,6 @@
1
1
  /* Validates a compartment map against its schema. */
2
2
 
3
3
  // @ts-check
4
- /// <reference types="ses"/>
5
-
6
4
  import { assertPackagePolicy } from './policy-format.js';
7
5
 
8
6
  // TODO convert to the new `||` assert style.