@endo/init
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@endo/init", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Prepare Endo environment on import", | ||
@@ -32,10 +32,10 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^1.1.3", | ||
"@endo/compartment-mapper": "^1.1.4", | ||
"ava": "^6.1.2" | ||
}, | ||
"dependencies": { | ||
"@endo/base64": "^1.0.3", | ||
"@endo/eventual-send": "^1.2.0", | ||
"@endo/lockdown": "^1.0.5", | ||
"@endo/promise-kit": "^1.1.0" | ||
"@endo/base64": "^1.0.4", | ||
"@endo/eventual-send": "^1.2.1", | ||
"@endo/lockdown": "^1.0.6", | ||
"@endo/promise-kit": "^1.1.1" | ||
}, | ||
@@ -79,3 +79,3 @@ "files": [ | ||
}, | ||
"gitHead": "36384eb5a4bbd11dd3d06a8045d620f8d6569590" | ||
"gitHead": "25229bdcc26babb3afe0c229df4283a0f3c105f3" | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
export type AsyncLocalStorageInternal = { | ||
@@ -3,0 +2,0 @@ enabled: boolean; |
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
31016
376
Updated@endo/base64@^1.0.4
Updated@endo/eventual-send@^1.2.1
Updated@endo/lockdown@^1.0.6
Updated@endo/promise-kit@^1.1.1