@scayle/storefront-nuxt 7.45.0 → 7.46.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
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 7.46.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @scayle/storefront-core@7.33.0
|
|
9
|
+
|
|
10
|
+
## 7.46.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- Use new password change API when oauth is enabled
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Locale is optional in formatCurrency
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @scayle/storefront-core@7.32.0
|
|
21
|
+
|
|
3
22
|
## 7.45.0
|
|
4
23
|
|
|
5
24
|
### Minor 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.46.1",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@nuxt/kit": "3.8.2",
|
|
64
64
|
"@scayle/h3-session": "0.3.4",
|
|
65
|
-
"@scayle/storefront-core": "7.
|
|
65
|
+
"@scayle/storefront-core": "7.33.0",
|
|
66
66
|
"@scayle/unstorage-compression-driver": "0.1.1",
|
|
67
67
|
"@vueuse/core": "10.7.0",
|
|
68
68
|
"consola": "3.2.3",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@nuxt/module-builder": "0.5.4",
|
|
84
84
|
"@nuxt/schema": "3.8.2",
|
|
85
|
-
"@nuxt/test-utils": "3.
|
|
85
|
+
"@nuxt/test-utils": "3.9.0",
|
|
86
86
|
"@scayle/eslint-config-storefront": "3.2.6",
|
|
87
87
|
"@scayle/prettier-config-storefront": "2.0.2",
|
|
88
88
|
"@types/node": "20.10.5",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"nuxt": "3.8.2",
|
|
93
93
|
"prettier": "3.0.0",
|
|
94
94
|
"publint": "0.2.6",
|
|
95
|
-
"vitest": "1.0
|
|
95
|
+
"vitest": "1.1.0",
|
|
96
96
|
"vue-tsc": "1.8.25"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
@@ -101,16 +101,16 @@
|
|
|
101
101
|
"vue": ">=3.3.0"
|
|
102
102
|
},
|
|
103
103
|
"resolutions": {
|
|
104
|
-
"@vue/compiler-core": "3.3.
|
|
105
|
-
"@vue/shared": "3.3.
|
|
106
|
-
"@vue/compiler-dom": "3.3.
|
|
107
|
-
"@vue/compiler-sfc": "3.3.
|
|
108
|
-
"@vue/compiler-ssr": "3.3.
|
|
109
|
-
"@vue/reactivity-transform": "3.3.
|
|
110
|
-
"@vue/reactivity": "3.3.
|
|
111
|
-
"@vue/runtime-core": "3.3.
|
|
112
|
-
"@vue/runtime-dom": "3.3.
|
|
113
|
-
"@vue/server-renderer": "3.3.
|
|
104
|
+
"@vue/compiler-core": "3.3.12",
|
|
105
|
+
"@vue/shared": "3.3.12",
|
|
106
|
+
"@vue/compiler-dom": "3.3.12",
|
|
107
|
+
"@vue/compiler-sfc": "3.3.12",
|
|
108
|
+
"@vue/compiler-ssr": "3.3.12",
|
|
109
|
+
"@vue/reactivity-transform": "3.3.12",
|
|
110
|
+
"@vue/reactivity": "3.3.12",
|
|
111
|
+
"@vue/runtime-core": "3.3.12",
|
|
112
|
+
"@vue/runtime-dom": "3.3.12",
|
|
113
|
+
"@vue/server-renderer": "3.3.12"
|
|
114
114
|
},
|
|
115
115
|
"volta": {
|
|
116
116
|
"node": "20.10.0"
|