@scayle/storefront-nuxt 8.28.5 → 8.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.28.
|
|
4
|
+
"version": "8.28.6",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "nuxt-module-build build",
|
|
66
|
-
"dev": "
|
|
67
|
-
"dev:build": "
|
|
68
|
-
"prep": "nuxt-module-build prepare &&
|
|
66
|
+
"dev": "nuxt dev playground",
|
|
67
|
+
"dev:build": "nuxt build playground",
|
|
68
|
+
"prep": "nuxt-module-build prepare && nuxt prepare playground",
|
|
69
69
|
"format": "dprint check",
|
|
70
70
|
"format:fix": "dprint fmt",
|
|
71
71
|
"lint": "eslint .",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@opentelemetry/api": "^1.9.0",
|
|
83
83
|
"@scayle/h3-session": "0.6.1",
|
|
84
|
-
"@scayle/storefront-core": "8.28.
|
|
84
|
+
"@scayle/storefront-core": "8.28.6",
|
|
85
85
|
"@scayle/unstorage-compression-driver": "^1.0.0",
|
|
86
86
|
"@vercel/nft": "0.29.4",
|
|
87
87
|
"@vueuse/core": "13.3.0",
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"@nuxt/test-utils": "3.18.0",
|
|
111
111
|
"@scayle/eslint-config-storefront": "4.5.4",
|
|
112
112
|
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
113
|
-
"@scayle/unstorage-scayle-kv-driver": "1.0.
|
|
114
|
-
"@types/node": "22.15.
|
|
115
|
-
"@vitest/coverage-v8": "3.2.
|
|
113
|
+
"@scayle/unstorage-scayle-kv-driver": "1.0.1",
|
|
114
|
+
"@types/node": "22.15.30",
|
|
115
|
+
"@vitest/coverage-v8": "3.2.2",
|
|
116
116
|
"dprint": "0.50.0",
|
|
117
117
|
"eslint-formatter-gitlab": "6.0.0",
|
|
118
118
|
"eslint": "9.28.0",
|
|
@@ -121,12 +121,11 @@
|
|
|
121
121
|
"nitro-test-utils": "0.9.2",
|
|
122
122
|
"nitropack": "2.11.12",
|
|
123
123
|
"node-mocks-http": "1.17.2",
|
|
124
|
-
"nuxi": "3.25.1",
|
|
125
124
|
"nuxt": "3.16.2",
|
|
126
125
|
"publint": "0.2.12",
|
|
127
126
|
"typescript": "5.8.3",
|
|
128
127
|
"unbuild": "3.5.0",
|
|
129
|
-
"vitest": "3.2.
|
|
128
|
+
"vitest": "3.2.2",
|
|
130
129
|
"vue-tsc": "2.2.10"
|
|
131
130
|
},
|
|
132
131
|
"peerDependencies": {
|