@konsumation/frontend-svelte
Advanced tools
Comparing version 1.31.13 to 1.31.14
{ | ||
"name": "@konsumation/frontend-svelte", | ||
"version": "1.31.13", | ||
"version": "1.31.14", | ||
"publishConfig": { | ||
@@ -34,3 +34,2 @@ "access": "public" | ||
"dev": "vite", | ||
"pkg": "npm-pkgbuild --verbose -Dversion=0.0.0", | ||
"serve": "vite preview" | ||
@@ -41,7 +40,7 @@ }, | ||
"layercake": "^6.1.0", | ||
"mf-styling": "arlac77/mf-styling", | ||
"mf-styling": "^1.0.6", | ||
"streamsaver": "^2.0.6", | ||
"svelte-command": "^1.1.8", | ||
"svelte-common": "^4.4.31", | ||
"svelte-guard-history-router": "^4.6.2", | ||
"svelte-command": "^1.1.9", | ||
"svelte-common": "^4.4.32", | ||
"svelte-guard-history-router": "^4.6.3", | ||
"svelte-session-manager": "^2.0.10", | ||
@@ -55,11 +54,14 @@ "the-new-css-reset": "^1.5.1" | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40", | ||
"ava": "^4.1.0", | ||
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41", | ||
"ava": "^4.2.0", | ||
"konsum": "github:konsumation/konsum", | ||
"npm-pkgbuild": "^8.3.4", | ||
"npm-pkgbuild": "^8.3.18", | ||
"semantic-release": "^19.0.2", | ||
"svelte": "^3.46.6", | ||
"svelte": "^3.47.0", | ||
"testcafe": "^1.18.5", | ||
"vite": "^2.9.1" | ||
"vite": "^2.9.5" | ||
}, | ||
"optionalDependencies": { | ||
"mf-hosting": "github:arlac77/mf-hosting" | ||
}, | ||
"repository": { | ||
@@ -74,4 +76,2 @@ "type": "git", | ||
"config": { | ||
"api": "/services/konsum/api", | ||
"base": "/services/konsum", | ||
"title": "Konsum" | ||
@@ -81,10 +81,7 @@ }, | ||
"content": { | ||
"${installdir}/": { | ||
"${install.dir}": { | ||
"base": "build" | ||
}, | ||
"/etc/nginx/sites/common/${name}.conf": "pkg/nginx.conf" | ||
"${nginx.sites.dir}${name}.conf": "pkg/nginx.conf" | ||
}, | ||
"output": { | ||
"arch": {} | ||
}, | ||
"hooks": "pkg/hooks.sh", | ||
@@ -96,3 +93,5 @@ "groups": "web", | ||
}, | ||
"installdir": "/services/konsum/frontend", | ||
"http.base.path": "/services/konsum", | ||
"http.api.path": "/services/konsum/api", | ||
"install.dir": "${install.base.dir}konsum/frontend/", | ||
"name": "konsum-frontend-svelte" | ||
@@ -99,0 +98,0 @@ }, |
@@ -40,4 +40,4 @@ import { readFile } from "fs/promises"; | ||
const base = "/services/konsum/"; | ||
const api = `${base}api`; | ||
const base = pkg.pkg['http.base.path']; | ||
const api = pkg.pkg['http.api.path']; | ||
@@ -44,0 +44,0 @@ process.env["VITE_API"] = api; |
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39519
0
10
10
+ Addedmf-styling@1.8.1(transitive)
Updatedmf-styling@^1.0.6
Updatedsvelte-command@^1.1.9
Updatedsvelte-common@^4.4.32