@scayle/storefront-nuxt 8.57.1 → 8.57.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 +32 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +9 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.57.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `@opentelemetry/api@^1.9.0` to `@opentelemetry/api@catalog:`
|
|
8
|
+
- Updated dependency `@scayle/h3-session@0.6.2` to `@scayle/h3-session@workspace:*`
|
|
9
|
+
- Updated dependency `consola@^3.2.3` to `consola@catalog:`
|
|
10
|
+
- Updated dependency `defu@^6.1.4` to `defu@catalog:`
|
|
11
|
+
- Updated dependency `hookable@^5.5.3` to `hookable@catalog:`
|
|
12
|
+
- Updated dependency `jose@^6.0.8` to `jose@catalog:`
|
|
13
|
+
- Updated dependency `knitwork@^1.1.0` to `knitwork@catalog:`
|
|
14
|
+
- Updated dependency `schema-dts@1.1.5` to `schema-dts@catalog:`
|
|
15
|
+
- Updated dependency `ufo@^1.5.4` to `ufo@catalog:`
|
|
16
|
+
- Updated dependency `uncrypto@^0.1.3` to `uncrypto@catalog:`
|
|
17
|
+
- Updated dependency `utility-types@^3.11.0` to `utility-types@catalog:`
|
|
18
|
+
- This is an internal change only. The packages now use the PNPM catalog feature to ensure dependencies use the identical version across packages.
|
|
19
|
+
|
|
20
|
+
**Dependencies**
|
|
21
|
+
|
|
22
|
+
- Updated dependency to @scayle/h3-session@0.6.3
|
|
23
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.2.5
|
|
24
|
+
|
|
25
|
+
**@scayle/storefront-core v8.57.2**
|
|
26
|
+
|
|
27
|
+
- Patch
|
|
28
|
+
- Updated dependency `hookable@^5.5.3` to `hookable@catalog:`
|
|
29
|
+
- Updated dependency `jose@^6.0.8` to `jose@catalog:`
|
|
30
|
+
- Updated dependency `ufo@^1.5.3` to `ufo@catalog:`
|
|
31
|
+
- Updated dependency `uncrypto@^0.1.3` to `uncrypto@catalog:`
|
|
32
|
+
- Updated dependency `utility-types@^3.11.0` to `utility-types@catalog:`
|
|
33
|
+
- This is an internal change only. The packages now use the PNPM catalog feature to ensure dependencies use the identical version across packages.
|
|
34
|
+
|
|
3
35
|
## 8.57.1
|
|
4
36
|
|
|
5
37
|
### 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.57.
|
|
4
|
+
"version": "8.57.2",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -73,15 +73,14 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@opentelemetry/api": "^1.9.0",
|
|
76
|
-
"@scayle/h3-session": "0.6.2",
|
|
77
76
|
"@vercel/nft": "1.1.1",
|
|
78
77
|
"@vueuse/core": "14.1.0",
|
|
79
|
-
"consola": "^3.2
|
|
78
|
+
"consola": "^3.4.2",
|
|
80
79
|
"core-js": "^3.37.1",
|
|
81
80
|
"defu": "^6.1.4",
|
|
82
81
|
"hookable": "^5.5.3",
|
|
83
82
|
"jose": "^6.0.8",
|
|
84
|
-
"knitwork": "^1.
|
|
83
|
+
"knitwork": "^1.3.0",
|
|
85
84
|
"ofetch": "^1.3.4",
|
|
86
85
|
"schema-dts": "1.1.5",
|
|
87
86
|
"ufo": "^1.5.4",
|
|
@@ -90,13 +89,13 @@
|
|
|
90
89
|
"utility-types": "^3.11.0",
|
|
91
90
|
"vue-router": "^4.4.0",
|
|
92
91
|
"zod": "^4.0.0",
|
|
93
|
-
"@scayle/
|
|
94
|
-
"@scayle/
|
|
92
|
+
"@scayle/h3-session": "0.6.3",
|
|
93
|
+
"@scayle/storefront-core": "8.57.2",
|
|
94
|
+
"@scayle/unstorage-compression-driver": "1.2.5"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
98
98
|
"@eslint/eslintrc": "3.3.3",
|
|
99
|
-
"@nuxt/eslint": "1.12.1",
|
|
100
99
|
"@nuxt/eslint-config": "1.12.1",
|
|
101
100
|
"@nuxt/kit": "3.20.0",
|
|
102
101
|
"@nuxt/module-builder": "1.0.2",
|
|
@@ -119,13 +118,10 @@
|
|
|
119
118
|
"vitest": "4.0.16",
|
|
120
119
|
"vue-tsc": "3.1.8",
|
|
121
120
|
"happy-dom": "20.0.11",
|
|
122
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
123
|
-
"@scayle/eslint-plugin-vue-composable": "0.2.
|
|
121
|
+
"@scayle/eslint-config-storefront": "4.7.18",
|
|
122
|
+
"@scayle/eslint-plugin-vue-composable": "0.2.3",
|
|
124
123
|
"@scayle/vitest-config-storefront": "1.0.0",
|
|
125
|
-
"@scayle/unstorage-scayle-kv-driver": "2.0.
|
|
126
|
-
},
|
|
127
|
-
"volta": {
|
|
128
|
-
"node": "22.21.1"
|
|
124
|
+
"@scayle/unstorage-scayle-kv-driver": "2.0.10"
|
|
129
125
|
},
|
|
130
126
|
"scripts": {
|
|
131
127
|
"build": "nuxt-module-build build",
|