@scayle/storefront-nuxt 8.30.1 → 8.30.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 +23 -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,28 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.30.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `@vueuse/core@13.3.0` to `@vueuse/core@13.4.0`
|
|
8
|
+
|
|
9
|
+
**Dependencies**
|
|
10
|
+
|
|
11
|
+
**@scayle/storefront-core v8.30.3**
|
|
12
|
+
|
|
13
|
+
- No changes in this release.
|
|
14
|
+
|
|
15
|
+
## 8.30.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
**Dependencies**
|
|
20
|
+
|
|
21
|
+
**@scayle/storefront-core v8.30.2**
|
|
22
|
+
|
|
23
|
+
- Patch
|
|
24
|
+
- Fixed an incorrect internal import for category related RPC methods. This should resolve potential type issues.
|
|
25
|
+
|
|
3
26
|
## 8.30.1
|
|
4
27
|
|
|
5
28
|
### 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.30.
|
|
4
|
+
"version": "8.30.3",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@opentelemetry/api": "^1.9.0",
|
|
83
83
|
"@scayle/h3-session": "0.6.1",
|
|
84
|
-
"@scayle/storefront-core": "8.30.
|
|
84
|
+
"@scayle/storefront-core": "8.30.3",
|
|
85
85
|
"@scayle/unstorage-compression-driver": "^1.0.0",
|
|
86
86
|
"@vercel/nft": "0.29.4",
|
|
87
|
-
"@vueuse/core": "13.
|
|
87
|
+
"@vueuse/core": "13.4.0",
|
|
88
88
|
"consola": "^3.2.3",
|
|
89
89
|
"core-js": "^3.37.1",
|
|
90
90
|
"defu": "^6.1.4",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@nuxt/module-builder": "1.0.1",
|
|
109
109
|
"@nuxt/schema": "3.16.2",
|
|
110
110
|
"@nuxt/test-utils": "3.18.0",
|
|
111
|
-
"@scayle/eslint-config-storefront": "4.5.
|
|
111
|
+
"@scayle/eslint-config-storefront": "4.5.10",
|
|
112
112
|
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
113
113
|
"@scayle/unstorage-scayle-kv-driver": "1.0.2",
|
|
114
114
|
"@types/node": "22.15.32",
|