svelte-guard-history-router
Advanced tools
Comparing version 5.5.1 to 5.5.2
{ | ||
"name": "svelte-guard-history-router", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"publishConfig": { | ||
@@ -28,5 +28,5 @@ "access": "public" | ||
"test": "npm run test:ava && npm run test:cafe", | ||
"test:ava": "ava --timeout 2m tests/*.mjs", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 3000 --app-init-delay 3000 --app \"vite preview\"", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"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", | ||
@@ -38,3 +38,3 @@ "lint": "npm run lint:docs", | ||
"dependencies": { | ||
"multi-path-matcher": "^2.3.0" | ||
"multi-path-matcher": "^2.3.1" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
"mf-styling": "^1.7.23", | ||
"npm-pkgbuild": "^10.15.5", | ||
"npm-pkgbuild": "^10.15.9", | ||
"semantic-release": "^19.0.5", | ||
@@ -60,3 +60,3 @@ "svelte": "^3.52.0", | ||
"optionalDependencies": { | ||
"mf-hosting": "^1.7.3" | ||
"mf-hosting": "^1.7.5" | ||
}, | ||
@@ -63,0 +63,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
55658
Updatedmulti-path-matcher@^2.3.1