@scayle/storefront-nuxt 8.1.3 → 8.1.4
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 +6 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/dist/module.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.4",
|
|
4
4
|
"configKey": "storefront",
|
|
5
5
|
"compatibility": {
|
|
6
6
|
"nuxt": "^3.9.0"
|
|
7
7
|
},
|
|
8
8
|
"builder": {
|
|
9
9
|
"@nuxt/module-builder": "0.8.4",
|
|
10
|
-
"unbuild": "
|
|
10
|
+
"unbuild": "3.0.1"
|
|
11
11
|
}
|
|
12
12
|
}
|
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.1.
|
|
4
|
+
"version": "8.1.4",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -91,22 +91,22 @@
|
|
|
91
91
|
"schema-dts": "1.1.2"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@nuxt/eslint": "0.7.
|
|
94
|
+
"@nuxt/eslint": "0.7.3",
|
|
95
95
|
"@nuxt/module-builder": "0.8.4",
|
|
96
|
-
"@nuxt/schema": "3.
|
|
96
|
+
"@nuxt/schema": "3.14.1592",
|
|
97
97
|
"@nuxt/test-utils": "3.15.1",
|
|
98
|
-
"@scayle/eslint-config-storefront": "4.
|
|
98
|
+
"@scayle/eslint-config-storefront": "4.4.0",
|
|
99
99
|
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
100
|
-
"@types/node": "22.10.
|
|
100
|
+
"@types/node": "22.10.2",
|
|
101
101
|
"dprint": "0.47.6",
|
|
102
|
-
"eslint": "9.
|
|
102
|
+
"eslint": "9.17.0",
|
|
103
103
|
"eslint-formatter-gitlab": "5.1.0",
|
|
104
104
|
"fishery": "2.2.2",
|
|
105
105
|
"h3": "1.13.0",
|
|
106
106
|
"nitropack": "2.9.7",
|
|
107
107
|
"node-mocks-http": "1.16.2",
|
|
108
108
|
"nuxi": "3.16.0",
|
|
109
|
-
"nuxt": "3.
|
|
109
|
+
"nuxt": "3.14.1592",
|
|
110
110
|
"publint": "0.2.12",
|
|
111
111
|
"vue-tsc": "2.1.10",
|
|
112
112
|
"vitest": "2.1.8"
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"resolutions": {
|
|
123
123
|
"h3": "1.13.0",
|
|
124
124
|
"vue": "3.5.13",
|
|
125
|
-
"@nuxt/kit": "3.
|
|
126
|
-
"@nuxt/schema": "3.
|
|
125
|
+
"@nuxt/kit": "3.14.1592",
|
|
126
|
+
"@nuxt/schema": "3.14.1592"
|
|
127
127
|
},
|
|
128
128
|
"volta": {
|
|
129
129
|
"node": "22.12.0"
|