repository-provider
Advanced tools
Comparing version 32.2.0 to 32.2.1
{ | ||
"name": "repository-provider", | ||
"version": "32.2.0", | ||
"version": "32.2.1", | ||
"publishConfig": { | ||
@@ -24,5 +24,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", | ||
@@ -37,11 +38,12 @@ "lint": "npm run lint:docs && npm run lint:tsc", | ||
"devDependencies": { | ||
"ava": "^5.0.0", | ||
"ava": "^5.1.0", | ||
"browser-ava": "^1.3.3", | ||
"c8": "^7.12.0", | ||
"documentation": "^14.0.0", | ||
"repository-provider-test-support": "^2.2.13", | ||
"repository-provider-test-support": "^2.2.17", | ||
"semantic-release": "^19.0.5", | ||
"typescript": "^4.8.3" | ||
"typescript": "^4.8.4" | ||
}, | ||
"engines": { | ||
"node": ">=16.17.0" | ||
"node": ">=16.18.1" | ||
}, | ||
@@ -59,2 +61,3 @@ "repository": { | ||
"arlac77/template-arlac77-github", | ||
"arlac77/template-browser-ava", | ||
"arlac77/template-esm-only", | ||
@@ -61,0 +64,0 @@ "arlac77/template-typescript" |
Sorry, the diff of this file is not supported yet
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
144383
7