@cumulus/checksum
Advanced tools
Comparing version 18.2.2 to 18.3.0
{ | ||
"name": "@cumulus/checksum", | ||
"version": "18.2.2", | ||
"version": "18.3.0", | ||
"description": "Cumulus checksum utilities", | ||
"engines": { | ||
"node": ">=16.19.0" | ||
"node": ">=20.12.2" | ||
}, | ||
@@ -18,2 +18,3 @@ "main": "./dist/index.js", | ||
"test": "../../node_modules/.bin/ava", | ||
"test:ci": "../../scripts/run_package_ci_unit.sh", | ||
"test:coverage": "../../node_modules/.bin/nyc npm test", | ||
@@ -26,3 +27,4 @@ "prepare": "npm run tsc", | ||
"ava": { | ||
"timeout": "15m" | ||
"timeout": "15m", | ||
"failFast": true | ||
}, | ||
@@ -45,3 +47,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d2f030f1d77b6d3072cb20f84261b10a7b160620" | ||
"gitHead": "e8731c150ac49c1bab058183a7a5d91464e1701c" | ||
} |
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
20651