@endo/common
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@endo/common", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "common low level utilities", | ||
@@ -33,3 +33,3 @@ "keywords": [], | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
@@ -45,20 +45,24 @@ "lint-check": "yarn lint", | ||
"dependencies": { | ||
"@endo/errors": "^1.2.5", | ||
"@endo/eventual-send": "^1.2.5", | ||
"@endo/promise-kit": "^1.1.5" | ||
"@endo/errors": "^1.2.6", | ||
"@endo/eventual-send": "^1.2.6", | ||
"@endo/promise-kit": "^1.1.6" | ||
}, | ||
"devDependencies": { | ||
"@endo/lockdown": "^1.0.10", | ||
"@endo/ses-ava": "^1.2.5", | ||
"@endo/lockdown": "^1.0.11", | ||
"@endo/ses-ava": "^1.2.6", | ||
"ava": "^6.1.3", | ||
"c8": "^7.14.0", | ||
"tsd": "^0.30.7", | ||
"typescript": "~5.6.1-rc" | ||
"tsd": "^0.31.2", | ||
"typescript": "~5.6.2" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.ts", | ||
"./*.d.ts", | ||
"./*.js", | ||
"./*.map", | ||
"LICENSE*", | ||
"SECURITY*", | ||
"src" | ||
"dist", | ||
"lib", | ||
"src", | ||
"tools" | ||
], | ||
@@ -75,3 +79,2 @@ "publishConfig": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -81,3 +84,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
37112
34
Updated@endo/errors@^1.2.6
Updated@endo/eventual-send@^1.2.6
Updated@endo/promise-kit@^1.1.6