@endo/errors
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@endo/errors", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Package exports of the `assert` global", | ||
@@ -33,3 +33,3 @@ "keywords": [], | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"test": "ava", | ||
@@ -40,19 +40,23 @@ "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js", | ||
"dependencies": { | ||
"ses": "^1.8.0" | ||
"ses": "^1.9.0" | ||
}, | ||
"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", | ||
"ses0_18_3": "npm:ses@0.18.3", | ||
"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" | ||
], | ||
@@ -69,3 +73,2 @@ "publishConfig": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -78,3 +81,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
20829
7
Updatedses@^1.9.0