@scayle/storefront-nuxt 7.61.1 → 7.61.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 +9 -0
- package/dist/module.json +1 -1
- package/package.json +8 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 7.61.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated to `vue@3.4.21` (For more details check the [Vue 3.4.21 Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md#3421-2024-02-28)
|
|
8
|
+
- Updated to `nuxt@3.10.3` (For more details check the [Nuxt 3.10.3 Release Notes](https://github.com/nuxt/nuxt/releases/tag/v3.10.3))
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @scayle/storefront-core@7.44.1
|
|
11
|
+
|
|
3
12
|
## 7.61.1
|
|
4
13
|
|
|
5
14
|
### 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.61.
|
|
4
|
+
"version": "7.61.2",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"test:watch": "vitest watch"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@nuxt/kit": "3.10.
|
|
63
|
+
"@nuxt/kit": "3.10.3",
|
|
64
64
|
"@scayle/h3-session": "0.3.5",
|
|
65
|
-
"@scayle/storefront-core": "7.44.
|
|
65
|
+
"@scayle/storefront-core": "7.44.1",
|
|
66
66
|
"@scayle/unstorage-compression-driver": "0.1.2",
|
|
67
67
|
"@vueuse/core": "10.9.0",
|
|
68
68
|
"consola": "3.2.3",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@nuxt/module-builder": "0.5.5",
|
|
83
|
-
"@nuxt/schema": "3.10.
|
|
83
|
+
"@nuxt/schema": "3.10.3",
|
|
84
84
|
"@nuxt/test-utils": "3.11.0",
|
|
85
85
|
"@scayle/eslint-config-storefront": "3.2.6",
|
|
86
86
|
"@scayle/prettier-config-storefront": "2.0.2",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"eslint-formatter-gitlab": "5.1.0",
|
|
90
90
|
"h3": "1.11.1",
|
|
91
91
|
"node-mocks-http": "1.14.1",
|
|
92
|
-
"nuxt": "3.10.
|
|
92
|
+
"nuxt": "3.10.3",
|
|
93
93
|
"prettier": "3.0.0",
|
|
94
94
|
"publint": "0.2.7",
|
|
95
95
|
"vitest": "1.3.1",
|
|
@@ -103,17 +103,9 @@
|
|
|
103
103
|
},
|
|
104
104
|
"resolutions": {
|
|
105
105
|
"h3": "1.11.1",
|
|
106
|
-
"
|
|
107
|
-
"@
|
|
108
|
-
"@
|
|
109
|
-
"@vue/compiler-sfc": "3.4.19",
|
|
110
|
-
"@vue/compiler-ssr": "3.4.19",
|
|
111
|
-
"@vue/reactivity": "3.4.19",
|
|
112
|
-
"@vue/runtime-core": "3.4.19",
|
|
113
|
-
"@vue/runtime-dom": "3.4.19",
|
|
114
|
-
"@vue/server-renderer": "3.4.19",
|
|
115
|
-
"@nuxt/kit": "3.10.2",
|
|
116
|
-
"@nuxt/schema": "3.10.2"
|
|
106
|
+
"vue": "3.4.21",
|
|
107
|
+
"@nuxt/kit": "3.10.3",
|
|
108
|
+
"@nuxt/schema": "3.10.3"
|
|
117
109
|
},
|
|
118
110
|
"volta": {
|
|
119
111
|
"node": "20.11.1"
|