@scayle/storefront-nuxt 8.16.0 → 8.17.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,36 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `@scayle/storefront-core@8.16.0` to `@scayle/storefront-core@8.17.0`
8
+ - Updated dependency `@scayle/unstorage-compression-driver@^0.2.4` to `@scayle/unstorage-compression-driver@^0.2.5`
9
+
10
+ **@scayle/storefront-core v8.17.1**
11
+
12
+ - Patch
13
+ - Ensure that the `getAttribute` helper function can handle multi-value attributes.
14
+
15
+ **Dependencies**
16
+
17
+ - Updated dependency to @scayle/unstorage-compression-driver@0.2.6
18
+
19
+ ## 8.17.0
20
+
21
+ ### Patch Changes
22
+
23
+ **@scayle/storefront-core v8.17.0**
24
+
25
+ - Minor
26
+ - Fix return type of `RpcMethodCall` to reflect that it returns a `Promise<TResult>` instead of `TResult`. This change emphasizes that `callRpc` in `RpcContext` is indeed an asynchronous operation.
27
+ - Patch
28
+ - Ensure that `pricePromotionKey` set in the right place when calling the deletion wishlist item operation of SAPI.
29
+
30
+ **Dependencies**
31
+
32
+ - Updated dependency to @scayle/unstorage-compression-driver@0.2.5
33
+
3
34
  ## 8.16.0
4
35
 
5
36
  ### Minor Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.16.0",
3
+ "version": "8.17.1",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -53,7 +53,7 @@ export default {
53
53
  }`;
54
54
  }
55
55
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
56
- const PACKAGE_VERSION = "8.16.0";
56
+ const PACKAGE_VERSION = "8.17.1";
57
57
  const logger = createConsola({
58
58
  fancy: true,
59
59
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.16.0",
4
+ "version": "8.17.1",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -81,8 +81,8 @@
81
81
  "dependencies": {
82
82
  "@opentelemetry/api": "^1.9.0",
83
83
  "@scayle/h3-session": "0.6.0",
84
- "@scayle/storefront-core": "8.16.0",
85
- "@scayle/unstorage-compression-driver": "^0.2.4",
84
+ "@scayle/storefront-core": "8.17.1",
85
+ "@scayle/unstorage-compression-driver": "^0.2.6",
86
86
  "@vercel/nft": "0.29.2",
87
87
  "@vueuse/core": "13.0.0",
88
88
  "consola": "^3.2.3",
@@ -112,15 +112,15 @@
112
112
  "@types/node": "22.14.0",
113
113
  "dprint": "0.49.1",
114
114
  "eslint-formatter-gitlab": "5.1.0",
115
- "eslint": "9.23.0",
115
+ "eslint": "9.24.0",
116
116
  "fishery": "2.2.3",
117
117
  "h3": "1.15.0",
118
118
  "nitropack": "2.10.4",
119
119
  "node-mocks-http": "1.16.2",
120
- "nuxi": "3.24.0",
120
+ "nuxi": "3.24.1",
121
121
  "nuxt": "3.15.4",
122
122
  "publint": "0.2.12",
123
- "typescript": "5.8.2",
123
+ "typescript": "5.8.3",
124
124
  "unbuild": "2.0.0",
125
125
  "vitest": "2.1.9",
126
126
  "vue-tsc": "2.2.8"