@scayle/storefront-nuxt 7.50.1 → 7.51.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 +19 -0
- package/dist/module.json +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 7.51.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated to `nuxt@3.9.2` and `vue@3.4.14` (_For more details check the [Nuxt 3.9.2 Release Notes](https://github.com/nuxt/nuxt/releases/tag/v3.9.2) and [Vue 3.4.14 Changelogs](https://github.com/vuejs/core/blob/main/CHANGELOG.md#3414-2024-01-15_)
|
|
8
|
+
|
|
9
|
+
**NOTE: The minimum supported versions of the `@scayle/storefront-nuxt` package are `nuxt >=3.9.0` and `vue >=3.4.0`. Please update your application stack accordingly.**
|
|
10
|
+
|
|
11
|
+
## 7.51.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- Update dependency `jose` to the latest `5.2.0` version
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @scayle/storefront-core@7.37.0
|
|
21
|
+
|
|
3
22
|
## 7.50.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.51.1",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"test:watch": "vitest watch"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@nuxt/kit": "3.9.
|
|
63
|
+
"@nuxt/kit": "3.9.2",
|
|
64
64
|
"@scayle/h3-session": "0.3.5",
|
|
65
|
-
"@scayle/storefront-core": "7.
|
|
65
|
+
"@scayle/storefront-core": "7.37.0",
|
|
66
66
|
"@scayle/unstorage-compression-driver": "0.1.1",
|
|
67
|
-
"@vueuse/core": "10.7.
|
|
67
|
+
"@vueuse/core": "10.7.2",
|
|
68
68
|
"consola": "3.2.3",
|
|
69
69
|
"core-js": "3.35.0",
|
|
70
70
|
"defu": "6.1.4",
|
|
71
71
|
"h3": "1.10.0",
|
|
72
|
-
"jose": "
|
|
72
|
+
"jose": "^5.2.0",
|
|
73
73
|
"knitwork": "1.0.0",
|
|
74
74
|
"nitropack": "2.8.1",
|
|
75
75
|
"ofetch": "1.3.3",
|
|
@@ -81,40 +81,40 @@
|
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@nuxt/module-builder": "0.5.5",
|
|
84
|
-
"@nuxt/schema": "3.9.
|
|
85
|
-
"@nuxt/test-utils": "3.
|
|
84
|
+
"@nuxt/schema": "3.9.2",
|
|
85
|
+
"@nuxt/test-utils": "3.10.0",
|
|
86
86
|
"@scayle/eslint-config-storefront": "3.2.6",
|
|
87
87
|
"@scayle/prettier-config-storefront": "2.0.2",
|
|
88
|
-
"@types/node": "20.11.
|
|
88
|
+
"@types/node": "20.11.5",
|
|
89
89
|
"eslint": "8.56.0",
|
|
90
90
|
"eslint-formatter-gitlab": "5.1.0",
|
|
91
91
|
"node-mocks-http": "1.14.1",
|
|
92
|
-
"nuxt": "3.9.
|
|
92
|
+
"nuxt": "3.9.2",
|
|
93
93
|
"prettier": "3.0.0",
|
|
94
94
|
"publint": "0.2.7",
|
|
95
|
-
"vitest": "1.1
|
|
95
|
+
"vitest": "1.2.1",
|
|
96
96
|
"vue-tsc": "1.8.27"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"nuxt": ">=3.9.
|
|
99
|
+
"nuxt": ">=3.9.0",
|
|
100
100
|
"unstorage": ">= 1.10.1",
|
|
101
|
-
"vue": ">=3.4.
|
|
101
|
+
"vue": ">=3.4.0"
|
|
102
102
|
},
|
|
103
103
|
"resolutions": {
|
|
104
104
|
"h3": "1.10.1",
|
|
105
|
-
"@vue/compiler-core": "3.4.
|
|
106
|
-
"@vue/shared": "3.4.
|
|
107
|
-
"@vue/compiler-dom": "3.4.
|
|
108
|
-
"@vue/compiler-sfc": "3.4.
|
|
109
|
-
"@vue/compiler-ssr": "3.4.
|
|
110
|
-
"@vue/reactivity": "3.4.
|
|
111
|
-
"@vue/runtime-core": "3.4.
|
|
112
|
-
"@vue/runtime-dom": "3.4.
|
|
113
|
-
"@vue/server-renderer": "3.4.
|
|
114
|
-
"@nuxt/kit": "3.9.
|
|
115
|
-
"@nuxt/schema": "3.9.
|
|
105
|
+
"@vue/compiler-core": "3.4.14",
|
|
106
|
+
"@vue/shared": "3.4.14",
|
|
107
|
+
"@vue/compiler-dom": "3.4.14",
|
|
108
|
+
"@vue/compiler-sfc": "3.4.14",
|
|
109
|
+
"@vue/compiler-ssr": "3.4.14",
|
|
110
|
+
"@vue/reactivity": "3.4.14",
|
|
111
|
+
"@vue/runtime-core": "3.4.14",
|
|
112
|
+
"@vue/runtime-dom": "3.4.14",
|
|
113
|
+
"@vue/server-renderer": "3.4.14",
|
|
114
|
+
"@nuxt/kit": "3.9.2",
|
|
115
|
+
"@nuxt/schema": "3.9.2"
|
|
116
116
|
},
|
|
117
117
|
"volta": {
|
|
118
|
-
"node": "20.
|
|
118
|
+
"node": "20.11.0"
|
|
119
119
|
}
|
|
120
120
|
}
|