@scayle/storefront-nuxt 8.40.0 → 8.41.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.41.1
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ **@scayle/storefront-core v8.41.1**
10
+
11
+ - Patch
12
+ - Improved logging around cache errors to provide more details.
13
+
14
+ ## 8.41.0
15
+
16
+ ### Patch Changes
17
+
18
+ **Dependencies**
19
+
20
+ **@scayle/storefront-core v8.41.0**
21
+
22
+ - Minor
23
+ - Introduce a new `updatePromotions` RPC method to wrap the Storefront API "Bulk update promotions" endpoint.
24
+ This allows to update all promotions applied to basket's items in a single API call.
25
+ For more details, see the [Storefront API documentation](https://scayle.dev/en/api-guides/storefront-api/resources/baskets/bulk-update-promotions).
26
+
3
27
  ## 8.40.0
4
28
 
5
29
  ### Minor Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.40.0",
3
+ "version": "8.41.1",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -54,7 +54,7 @@ export default {
54
54
  }`;
55
55
  }
56
56
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
57
- const PACKAGE_VERSION = "8.40.0";
57
+ const PACKAGE_VERSION = "8.41.1";
58
58
  const logger = createConsola({
59
59
  fancy: true,
60
60
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.40.0",
4
+ "version": "8.41.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,7 +90,7 @@
90
90
  "utility-types": "^3.11.0",
91
91
  "vue-router": "^4.4.0",
92
92
  "zod": "^4.0.0",
93
- "@scayle/storefront-core": "8.40.0",
93
+ "@scayle/storefront-core": "8.41.1",
94
94
  "@scayle/unstorage-compression-driver": "1.0.1"
95
95
  },
96
96
  "devDependencies": {
@@ -117,7 +117,7 @@
117
117
  "typescript": "5.9.2",
118
118
  "unbuild": "3.6.1",
119
119
  "vitest": "3.2.4",
120
- "vue-tsc": "3.0.5",
120
+ "vue-tsc": "3.0.6",
121
121
  "@scayle/eslint-config-storefront": "4.7.5",
122
122
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
123
123
  "@scayle/vitest-config-storefront": "1.0.0",