@cumulus/logger
Advanced tools
Comparing version 18.2.2 to 18.3.0
{ | ||
"name": "@cumulus/logger", | ||
"version": "18.2.2", | ||
"version": "18.3.0", | ||
"description": "A log library for use on Cumulus", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=16.19.0" | ||
"node": ">=20.12.2" | ||
}, | ||
@@ -32,2 +32,3 @@ "main": "dist/index.js", | ||
"test:coverage": "../../node_modules/.bin/nyc npm test", | ||
"test:ci": "../../scripts/run_package_ci_unit.sh", | ||
"prepare": "npm run tsc", | ||
@@ -39,3 +40,4 @@ "tsc": "../../node_modules/.bin/tsc", | ||
"ava": { | ||
"timeout": "15m" | ||
"timeout": "15m", | ||
"failFast": true | ||
}, | ||
@@ -47,3 +49,3 @@ "author": "Cumulus Authors", | ||
}, | ||
"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
20703