@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.62.2",
3
+ "version": "8.62.3",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.13"
package/dist/module.mjs CHANGED
@@ -57,7 +57,7 @@ export default {
57
57
  }`;
58
58
  }
59
59
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
60
- const PACKAGE_VERSION = "8.62.2";
60
+ const PACKAGE_VERSION = "8.62.3";
61
61
  const logger = createConsola({
62
62
  fancy: true,
63
63
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.62.2",
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.2",
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.2"
100
+ "@scayle/storefront-core": "8.62.3"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@arethetypeswrong/cli": "0.18.2",