@endo/init
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@endo/init", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Prepare Endo environment on import", | ||
@@ -23,3 +23,3 @@ "type": "module", | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"test": "ava", | ||
@@ -33,18 +33,22 @@ "test:xs": "exit 0", | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^1.2.2", | ||
"@endo/compartment-mapper": "^1.3.0", | ||
"ava": "^6.1.3", | ||
"typescript": "~5.6.1-rc" | ||
"typescript": "~5.6.2" | ||
}, | ||
"dependencies": { | ||
"@endo/base64": "^1.0.7", | ||
"@endo/eventual-send": "^1.2.5", | ||
"@endo/lockdown": "^1.0.10", | ||
"@endo/promise-kit": "^1.1.5" | ||
"@endo/base64": "^1.0.8", | ||
"@endo/eventual-send": "^1.2.6", | ||
"@endo/lockdown": "^1.0.11", | ||
"@endo/promise-kit": "^1.1.6" | ||
}, | ||
"files": [ | ||
"./*.d.ts", | ||
"./*.js", | ||
"./*.map", | ||
"LICENSE*", | ||
"SECURITY*", | ||
"dist", | ||
"lib", | ||
"src", | ||
"*.js", | ||
"*.ts" | ||
"tools" | ||
], | ||
@@ -64,3 +68,2 @@ "repository": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -83,3 +86,3 @@ ] | ||
}, | ||
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34" | ||
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05" | ||
} |
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
31837
36
Updated@endo/base64@^1.0.8
Updated@endo/eventual-send@^1.2.6
Updated@endo/lockdown@^1.0.11
Updated@endo/promise-kit@^1.1.6