svelte-common
Advanced tools
Comparing version 6.8.7 to 6.9.0
{ | ||
"name": "svelte-common", | ||
"version": "6.8.7", | ||
"version": "6.9.0", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"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", | ||
@@ -45,3 +45,3 @@ "docs": "documentation readme --section=API ./src/**/*.mjs", | ||
"dependencies": { | ||
"pacc": "^1.0.0", | ||
"pacc": "^2.0.0", | ||
"svelte-command": "^1.1.50", | ||
@@ -51,5 +51,5 @@ "svelte-entitlement": "^1.2.66" | ||
"devDependencies": { | ||
"@semantic-release/commit-analyzer": "^11.0.0", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/release-notes-generator": "^12.0.0", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"@sveltejs/vite-plugin-svelte": "^2.4.6", | ||
@@ -59,5 +59,5 @@ "ava": "^5.3.1", | ||
"documentation": "^14.0.2", | ||
"mf-styling": "^3.1.0", | ||
"npm-pkgbuild": "^12.3.1", | ||
"semantic-release": "^22.0.6", | ||
"mf-styling": "^3.1.1", | ||
"npm-pkgbuild": "^13.0.2", | ||
"semantic-release": "^22.0.7", | ||
"stylelint": "^15.11.0", | ||
@@ -64,0 +64,0 @@ "stylelint-config-standard": "^34.0.0", |
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
44088
739
+ Addedpacc@2.1.5(transitive)
- Removedpacc@1.0.4(transitive)
Updatedpacc@^2.0.0