repository-provider
Advanced tools
Comparing version 33.0.0 to 33.0.1
{ | ||
"name": "repository-provider", | ||
"version": "33.0.0", | ||
"version": "33.0.1", | ||
"publishConfig": { | ||
@@ -24,5 +24,5 @@ "access": "public" | ||
"test": "npm run test:browser-ava && npm run test:ava", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && ava --timeout 4m 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", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m 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", | ||
@@ -38,11 +38,11 @@ "lint": "npm run lint:docs && npm run lint:tsc", | ||
"ava": "^5.3.1", | ||
"browser-ava": "^1.3.57", | ||
"browser-ava": "^1.3.60", | ||
"c8": "^8.0.1", | ||
"documentation": "^14.0.2", | ||
"repository-provider-test-support": "^2.4.2", | ||
"semantic-release": "^21.1.1", | ||
"repository-provider-test-support": "^2.4.3", | ||
"semantic-release": "^22.0.5", | ||
"typescript": "^5.2.2" | ||
}, | ||
"engines": { | ||
"node": ">=18.17.1" | ||
"node": ">=18.18.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "repository": { |
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
157805
2979