content-entry
Advanced tools
Comparing version 5.2.13 to 5.2.14
{ | ||
"name": "content-entry", | ||
"version": "5.2.13", | ||
"version": "5.2.14", | ||
"publishConfig": { | ||
@@ -37,5 +37,6 @@ "access": "public" | ||
"scripts": { | ||
"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": "npm run test:browser-ava && npm run test:ava", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.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", | ||
@@ -47,4 +48,5 @@ "lint": "npm run lint:docs && npm run lint:tsc", | ||
"devDependencies": { | ||
"@types/node": "^18.8.1", | ||
"@types/node": "^18.11.8", | ||
"ava": "^5.0.1", | ||
"browser-ava": "^1.3.1", | ||
"c8": "^7.12.0", | ||
@@ -56,3 +58,3 @@ "documentation": "^14.0.0", | ||
"engines": { | ||
"node": ">=16.17.1" | ||
"node": ">=16.18.0" | ||
}, | ||
@@ -70,2 +72,3 @@ "repository": { | ||
"arlac77/template-arlac77-github", | ||
"arlac77/template-browser-ava", | ||
"arlac77/template-esm-only", | ||
@@ -72,0 +75,0 @@ "arlac77/template-typescript" |
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
26624
7