@endo/init
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@endo/init", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Prepare Endo environment on import", | ||
@@ -32,4 +32,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^1.0.0", | ||
"@endo/ses-ava": "^1.0.0", | ||
"@endo/compartment-mapper": "^1.0.1", | ||
"@endo/ses-ava": "^1.0.1", | ||
"ava": "^5.1.1" | ||
@@ -39,5 +39,5 @@ }, | ||
"@endo/base64": "^1.0.0", | ||
"@endo/eventual-send": "^1.0.0", | ||
"@endo/lockdown": "^1.0.0", | ||
"@endo/promise-kit": "^1.0.0" | ||
"@endo/eventual-send": "^1.0.1", | ||
"@endo/lockdown": "^1.0.1", | ||
"@endo/promise-kit": "^1.0.1" | ||
}, | ||
@@ -80,3 +80,3 @@ "files": [ | ||
}, | ||
"gitHead": "6aa22009bf8128575c446aebceb0f9a01459d165" | ||
"gitHead": "c02aec92c3caa417d6bdf3c4f555f0b2694d9f9e" | ||
} |
export * from "./pre"; | ||
export * from "@endo/eventual-send/shim.js"; | ||
//# sourceMappingURL=pre-remoting.d.ts.map |
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
30907
377
Updated@endo/eventual-send@^1.0.1
Updated@endo/lockdown@^1.0.1
Updated@endo/promise-kit@^1.0.1