@scayle/storefront-nuxt 8.62.2 → 8.62.3
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 +11 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.62.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
**Dependencies**
|
|
8
|
+
|
|
9
|
+
**@scayle/storefront-core v8.62.3**
|
|
10
|
+
|
|
11
|
+
- Patch
|
|
12
|
+
- **\[Filters\]** Fixed `getFilters` RPC not forwarding `pricePromotionKey`, so sale, price, and savings-percentage filter values could diverge from `getProductsByCategory` for the same query.
|
|
13
|
+
|
|
3
14
|
## 8.62.2
|
|
4
15
|
|
|
5
16
|
### Patch 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.62.
|
|
4
|
+
"version": "8.62.3",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@nuxt/kit": ">=3.13.0 || >=4.2.0",
|
|
71
|
-
"@scayle/storefront-api": "^19.1
|
|
71
|
+
"@scayle/storefront-api": "^19.2.1",
|
|
72
72
|
"fishery": "^2.2.2",
|
|
73
73
|
"h3": "^1.10.0",
|
|
74
74
|
"nitropack": "^2.9.7",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"vue-router": "4.6.4",
|
|
98
98
|
"zod": "^4.0.0",
|
|
99
99
|
"@scayle/h3-session": "0.7.1",
|
|
100
|
-
"@scayle/storefront-core": "8.62.
|
|
100
|
+
"@scayle/storefront-core": "8.62.3"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@arethetypeswrong/cli": "0.18.2",
|