@scayle/storefront-nuxt 8.16.0 → 8.17.0
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 +15 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.17.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
**@scayle/storefront-core v8.17.0**
|
|
8
|
+
|
|
9
|
+
- Minor
|
|
10
|
+
- 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.
|
|
11
|
+
- Patch
|
|
12
|
+
- Ensure that `pricePromotionKey` set in the right place when calling the deletion wishlist item operation of SAPI.
|
|
13
|
+
|
|
14
|
+
**Dependencies**
|
|
15
|
+
|
|
16
|
+
- Updated dependency to @scayle/unstorage-compression-driver@0.2.5
|
|
17
|
+
|
|
3
18
|
## 8.16.0
|
|
4
19
|
|
|
5
20
|
### 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.17.0",
|
|
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.
|
|
85
|
-
"@scayle/unstorage-compression-driver": "^0.2.
|
|
84
|
+
"@scayle/storefront-core": "8.17.0",
|
|
85
|
+
"@scayle/unstorage-compression-driver": "^0.2.5",
|
|
86
86
|
"@vercel/nft": "0.29.2",
|
|
87
87
|
"@vueuse/core": "13.0.0",
|
|
88
88
|
"consola": "^3.2.3",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"h3": "1.15.0",
|
|
118
118
|
"nitropack": "2.10.4",
|
|
119
119
|
"node-mocks-http": "1.16.2",
|
|
120
|
-
"nuxi": "3.24.
|
|
120
|
+
"nuxi": "3.24.1",
|
|
121
121
|
"nuxt": "3.15.4",
|
|
122
122
|
"publint": "0.2.12",
|
|
123
123
|
"typescript": "5.8.2",
|