svelte-guard-history-router
Advanced tools
Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "svelte-guard-history-router", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"publishConfig": { | ||
@@ -43,3 +43,3 @@ "access": "public" | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.5", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.6", | ||
"ava": "^4.3.3", | ||
@@ -49,9 +49,9 @@ "c8": "^7.12.0", | ||
"jsdom": "^20.0.0", | ||
"mf-styling": "^1.7.14", | ||
"npm-pkgbuild": "^10.14.8", | ||
"mf-styling": "^1.7.23", | ||
"npm-pkgbuild": "^10.14.14", | ||
"semantic-release": "^19.0.5", | ||
"svelte": "^3.50.0", | ||
"svelte": "^3.50.1", | ||
"svelte-common": "^4.19.7", | ||
"testcafe": "^2.0.0", | ||
"vite": "^3.1.0" | ||
"vite": "^3.1.2" | ||
}, | ||
@@ -85,6 +85,20 @@ "optionalDependencies": { | ||
{ | ||
"publishCmd": "npx npm-pkgbuild --available --continue --verbose" | ||
"publishCmd": "npx npm-pkgbuild --available --continue" | ||
} | ||
], | ||
"@semantic-release/github" | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"assets": [ | ||
{ | ||
"path": "dist/*.deb", | ||
"label": "Debian Package" | ||
}, | ||
{ | ||
"path": "dist/*.pkg.*", | ||
"label": "Arch Linux Package" | ||
} | ||
] | ||
} | ||
] | ||
] | ||
@@ -91,0 +105,0 @@ }, |
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
55609