@scayle/storefront-nuxt 8.44.0 → 8.44.2
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 +26 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +19 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.44.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `@vercel/nft@0.30.1` to `@vercel/nft@0.30.2`
|
|
8
|
+
|
|
9
|
+
**Dependencies**
|
|
10
|
+
|
|
11
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.2.1
|
|
12
|
+
|
|
13
|
+
**@scayle/storefront-core v8.44.2**
|
|
14
|
+
|
|
15
|
+
- No changes in this release.
|
|
16
|
+
|
|
17
|
+
## 8.44.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Use latest `nuxt@3.19.2` for build. Compatibility with previous version has not changed and is specified via package `peerDependencies` and Nuxt `compatibility` flag.
|
|
22
|
+
|
|
23
|
+
**Dependencies**
|
|
24
|
+
|
|
25
|
+
**@scayle/storefront-core v8.44.1**
|
|
26
|
+
|
|
27
|
+
- No changes in this release.
|
|
28
|
+
|
|
3
29
|
## 8.44.0
|
|
4
30
|
|
|
5
31
|
### 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.44.
|
|
4
|
+
"version": "8.44.2",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@opentelemetry/api": "^1.9.0",
|
|
76
76
|
"@scayle/h3-session": "0.6.1",
|
|
77
|
-
"@vercel/nft": "0.30.
|
|
77
|
+
"@vercel/nft": "0.30.2",
|
|
78
78
|
"@vueuse/core": "13.9.0",
|
|
79
79
|
"consola": "^3.2.3",
|
|
80
80
|
"core-js": "^3.37.1",
|
|
@@ -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.44.
|
|
93
|
+
"@scayle/storefront-core": "8.44.2",
|
|
94
94
|
"@scayle/unstorage-compression-driver": "1.2.1"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
@@ -98,33 +98,34 @@
|
|
|
98
98
|
"@eslint/eslintrc": "3.3.1",
|
|
99
99
|
"@nuxt/eslint": "1.9.0",
|
|
100
100
|
"@nuxt/eslint-config": "1.9.0",
|
|
101
|
-
"@nuxt/kit": "3.19.
|
|
101
|
+
"@nuxt/kit": "3.19.3",
|
|
102
102
|
"@nuxt/module-builder": "1.0.2",
|
|
103
|
-
"@nuxt/schema": "3.19.
|
|
103
|
+
"@nuxt/schema": "3.19.3",
|
|
104
104
|
"@nuxt/test-utils": "3.19.2",
|
|
105
|
-
"@types/node": "22.18.
|
|
105
|
+
"@types/node": "22.18.10",
|
|
106
106
|
"@vitest/coverage-v8": "3.2.4",
|
|
107
|
-
"dprint": "0.50.
|
|
107
|
+
"dprint": "0.50.2",
|
|
108
108
|
"eslint-formatter-gitlab": "6.0.1",
|
|
109
|
-
"eslint": "9.
|
|
109
|
+
"eslint": "9.37.0",
|
|
110
110
|
"fishery": "2.3.1",
|
|
111
111
|
"h3": "1.15.4",
|
|
112
|
-
"nitro-test-utils": "0.9.
|
|
113
|
-
"nitropack": "2.12.
|
|
112
|
+
"nitro-test-utils": "0.9.4",
|
|
113
|
+
"nitropack": "2.12.7",
|
|
114
114
|
"node-mocks-http": "1.17.2",
|
|
115
|
-
"nuxt": "3.19.
|
|
116
|
-
"publint": "0.3.
|
|
117
|
-
"typescript": "5.9.
|
|
115
|
+
"nuxt": "3.19.3",
|
|
116
|
+
"publint": "0.3.14",
|
|
117
|
+
"typescript": "5.9.3",
|
|
118
118
|
"unbuild": "3.6.1",
|
|
119
119
|
"vitest": "3.2.4",
|
|
120
|
-
"vue-tsc": "3.
|
|
120
|
+
"vue-tsc": "3.1.1",
|
|
121
|
+
"happy-dom": "20.0.2",
|
|
122
|
+
"@scayle/eslint-config-storefront": "4.7.10",
|
|
121
123
|
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
122
|
-
"@scayle/
|
|
123
|
-
"@scayle/unstorage-scayle-kv-driver": "2.0.
|
|
124
|
-
"@scayle/vitest-config-storefront": "1.0.0"
|
|
124
|
+
"@scayle/vitest-config-storefront": "1.0.0",
|
|
125
|
+
"@scayle/unstorage-scayle-kv-driver": "2.0.5"
|
|
125
126
|
},
|
|
126
127
|
"volta": {
|
|
127
|
-
"node": "22.
|
|
128
|
+
"node": "22.20.0"
|
|
128
129
|
},
|
|
129
130
|
"scripts": {
|
|
130
131
|
"build": "nuxt-module-build build",
|