@kronos-integration/endpoint
Advanced tools
Comparing version 9.4.35 to 9.4.36
{ | ||
"name": "@kronos-integration/endpoint", | ||
"version": "9.4.35", | ||
"version": "9.4.36", | ||
"publishConfig": { | ||
@@ -28,4 +28,4 @@ "access": "public" | ||
"test": "npm run test:ava", | ||
"test:ava": "ava --timeout 2m tests/*.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
@@ -36,6 +36,6 @@ "lint": "npm run lint:docs", | ||
"dependencies": { | ||
"@kronos-integration/interceptor": "^10.2.27" | ||
"@kronos-integration/interceptor": "^10.2.29" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.0.1", | ||
"ava": "^5.1.0", | ||
"c8": "^7.12.0", | ||
@@ -46,3 +46,3 @@ "documentation": "^14.0.0", | ||
"engines": { | ||
"node": ">=16.16.0" | ||
"node": ">=18.12.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "repository": { |
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
36699