@scayle/storefront-nuxt 8.58.0 → 8.59.1
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 +30 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.59.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
**Dependencies**
|
|
8
|
+
|
|
9
|
+
- Updated dependency to @scayle/h3-session@0.6.3
|
|
10
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.2.5
|
|
11
|
+
|
|
12
|
+
**@scayle/storefront-core v8.59.1**
|
|
13
|
+
|
|
14
|
+
- Patch
|
|
15
|
+
|
|
16
|
+
- Fixed import compatibility issue with the `slugify` package in `productHelpers.ts` to support both ESM and CommonJS module formats.
|
|
17
|
+
|
|
18
|
+
The import was changed from a default import to a namespace import with a fallback, ensuring the `baseSlugify` function works correctly across different module systems and build configurations.
|
|
19
|
+
|
|
20
|
+
## 8.59.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
**Dependencies**
|
|
25
|
+
|
|
26
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.2.5
|
|
27
|
+
|
|
28
|
+
**@scayle/storefront-core v8.59.0**
|
|
29
|
+
|
|
30
|
+
- Minor
|
|
31
|
+
- Added type exports for similar products functionality by re-exporting `SimilarProductsEndpointParameters` and `SimilarProductsEndpointResponseData` from `@scayle/storefront-api`. These types enable type-safe usage of similar products endpoints throughout the storefront core.
|
|
32
|
+
|
|
3
33
|
## 8.58.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
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.
|
|
4
|
+
"version": "8.59.1",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -90,37 +90,37 @@
|
|
|
90
90
|
"vue-router": "^4.4.0",
|
|
91
91
|
"zod": "^4.0.0",
|
|
92
92
|
"@scayle/h3-session": "0.6.3",
|
|
93
|
-
"@scayle/
|
|
94
|
-
"@scayle/
|
|
93
|
+
"@scayle/unstorage-compression-driver": "1.2.5",
|
|
94
|
+
"@scayle/storefront-core": "8.59.1"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
98
98
|
"@eslint/eslintrc": "3.3.3",
|
|
99
99
|
"@nuxt/eslint-config": "1.12.1",
|
|
100
|
-
"@nuxt/kit": "3.20.
|
|
100
|
+
"@nuxt/kit": "3.20.2",
|
|
101
101
|
"@nuxt/module-builder": "1.0.2",
|
|
102
|
-
"@nuxt/schema": "3.20.
|
|
102
|
+
"@nuxt/schema": "3.20.2",
|
|
103
103
|
"@nuxt/test-utils": "3.23.0",
|
|
104
|
-
"@types/node": "22.19.
|
|
105
|
-
"@vitest/coverage-v8": "4.0.
|
|
104
|
+
"@types/node": "22.19.7",
|
|
105
|
+
"@vitest/coverage-v8": "4.0.17",
|
|
106
106
|
"dprint": "0.51.1",
|
|
107
107
|
"eslint-formatter-gitlab": "7.0.1",
|
|
108
108
|
"eslint": "9.39.2",
|
|
109
109
|
"fishery": "2.4.0",
|
|
110
|
-
"h3": "1.15.
|
|
110
|
+
"h3": "1.15.5",
|
|
111
111
|
"nitro-test-utils": "0.10.1",
|
|
112
|
-
"nitropack": "2.
|
|
112
|
+
"nitropack": "2.13.1",
|
|
113
113
|
"node-mocks-http": "1.17.2",
|
|
114
|
-
"nuxt": "3.20.
|
|
114
|
+
"nuxt": "3.20.2",
|
|
115
115
|
"publint": "0.3.16",
|
|
116
116
|
"typescript": "5.9.3",
|
|
117
117
|
"unbuild": "3.6.1",
|
|
118
|
-
"vitest": "4.0.
|
|
118
|
+
"vitest": "4.0.17",
|
|
119
119
|
"vue-tsc": "3.2.2",
|
|
120
|
-
"happy-dom": "20.
|
|
121
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
122
|
-
"@scayle/vitest-config-storefront": "1.0.0",
|
|
120
|
+
"happy-dom": "20.3.4",
|
|
121
|
+
"@scayle/eslint-config-storefront": "4.7.22",
|
|
123
122
|
"@scayle/eslint-plugin-vue-composable": "0.2.3",
|
|
123
|
+
"@scayle/vitest-config-storefront": "1.0.0",
|
|
124
124
|
"@scayle/unstorage-scayle-kv-driver": "2.0.10"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|