@endo/compartment-mapper
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@endo/compartment-mapper", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The compartment mapper assembles Node applications in a sandbox", | ||
@@ -51,5 +51,5 @@ "keywords": [ | ||
"@endo/cjs-module-analyzer": "^1.0.2", | ||
"@endo/static-module-record": "^1.0.3", | ||
"@endo/static-module-record": "^1.0.4", | ||
"@endo/zip": "^1.0.2", | ||
"ses": "^1.2.0" | ||
"ses": "^1.3.0" | ||
}, | ||
@@ -104,3 +104,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f731c5c12f8d185dbf2daf53ec6a57e5ac56e4e9" | ||
"gitHead": "297fed572fedec0e1ae3ce34cf409f9d45233d43" | ||
} |
@@ -243,4 +243,5 @@ // @ts-check | ||
} | ||
const { namespace } = | ||
await compartments[ATTENUATORS_COMPARTMENT].import(attenuatorSpecifier); | ||
const { namespace } = await compartments[ATTENUATORS_COMPARTMENT].import( | ||
attenuatorSpecifier, | ||
); | ||
return namespace; | ||
@@ -247,0 +248,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283310
110
6627
Updatedses@^1.3.0