@konsumation/frontend-svelte
Advanced tools
Comparing version 1.30.80 to 1.30.83
{ | ||
"name": "@konsumation/frontend-svelte", | ||
"version": "1.30.80", | ||
"version": "1.30.83", | ||
"publishConfig": { | ||
@@ -25,2 +25,3 @@ "access": "public" | ||
"scripts": { | ||
"prepare": "vite build", | ||
"startkonsum": "node_modules/konsum/src/konsum-cli.mjs -c tests/config start", | ||
@@ -32,3 +33,2 @@ "startfrontend": "npm run dev", | ||
"test:ava": "ava --timeout 2m tests/*.mjs", | ||
"prepare": "vite build", | ||
"cafeHead": "testcafe chrome tests/cafe/deleteValues.js -s build/test", | ||
@@ -40,12 +40,11 @@ "dev": "vite", | ||
"dependencies": { | ||
"imask": "^6.2.2", | ||
"install": "^0.13.0", | ||
"imask": "^6.3.0", | ||
"layercake": "^6.0.2", | ||
"mf-styling": "arlac77/mf-styling", | ||
"streamsaver": "^2.0.5", | ||
"svelte-command": "^1.1.4", | ||
"svelte-common": "^4.4.15", | ||
"svelte-guard-history-router": "^4.5.0", | ||
"svelte-command": "^1.1.5", | ||
"svelte-common": "^4.4.19", | ||
"svelte-guard-history-router": "^4.5.2", | ||
"svelte-session-manager": "^2.0.10", | ||
"the-new-css-reset": "^1.3.1" | ||
"the-new-css-reset": "^1.4.7" | ||
}, | ||
@@ -57,8 +56,8 @@ "devDependencies": { | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36", | ||
"ava": "^4.0.1", | ||
"konsum": "github:konsumation/konsum", | ||
"npm-pkgbuild": "^7.22.6", | ||
"npm-pkgbuild": "^7.25.3", | ||
"semantic-release": "^19.0.2", | ||
"svelte": "^3.46.2", | ||
"svelte": "^3.46.3", | ||
"testcafe": "^1.18.3", | ||
@@ -80,12 +79,31 @@ "vite": "^2.7.13" | ||
}, | ||
"pkg": { | ||
"name": "konsum-frontend-svelte", | ||
"content": { | ||
"${installdir}/": { | ||
"base": "build" | ||
}, | ||
"/etc/nginx/sites/common/${name}.conf": "pkg/nginx.conf" | ||
}, | ||
"depends": { | ||
"nginx-mainline": ">=1.21.4", | ||
"konsum": ">=5.0.39" | ||
}, | ||
"groups": "web", | ||
"hooks": "pkg/hooks.sh", | ||
"installdir": "/services/konsum/frontend", | ||
"output": { | ||
"arch": {} | ||
} | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/exec", | ||
{ | ||
"publishCmd": "npx npm-pkgbuild" | ||
"publishCmd": "npx npm-pkgbuild --verbose" | ||
} | ||
], | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
@@ -109,22 +127,3 @@ "@semantic-release/github" | ||
] | ||
}, | ||
"pkg": { | ||
"name": "konsum-frontend-svelte", | ||
"content": { | ||
"${installdir}/": { | ||
"base": "build" | ||
}, | ||
"/etc/nginx/sites/common/${name}.conf": "pkg/nginx.conf" | ||
}, | ||
"depends": { | ||
"nginx-mainline": ">=1.21.4", | ||
"konsum": ">=4.3.8" | ||
}, | ||
"groups": "web", | ||
"hooks": "pkg/hooks.sh", | ||
"installdir": "/services/konsum/frontend", | ||
"output": { | ||
"arch": {} | ||
} | ||
} | ||
} |
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
9
40530
38
- Removedinstall@^0.13.0
- Removedinstall@0.13.0(transitive)
Updatedimask@^6.3.0
Updatedsvelte-command@^1.1.5
Updatedsvelte-common@^4.4.19
Updatedthe-new-css-reset@^1.4.7