@scayle/storefront-nuxt 8.26.0 → 8.26.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 +20 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.26.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
**Dependencies**
|
|
8
|
+
|
|
9
|
+
**@scayle/storefront-core v8.26.2**
|
|
10
|
+
|
|
11
|
+
- No changes in this release.
|
|
12
|
+
|
|
13
|
+
## 8.26.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
**Dependencies**
|
|
18
|
+
|
|
19
|
+
**@scayle/storefront-core v8.26.1**
|
|
20
|
+
|
|
21
|
+
- No changes in this release.
|
|
22
|
+
|
|
3
23
|
## 8.26.0
|
|
4
24
|
|
|
5
25
|
### Minor 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.26.
|
|
4
|
+
"version": "8.26.2",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"package:lint": "publint",
|
|
76
76
|
"verify-packaging": "attw --pack . --profile esm-only",
|
|
77
77
|
"test": "vitest run",
|
|
78
|
-
"test:ci": "vitest --run --
|
|
78
|
+
"test:ci": "vitest --run --coverage --reporter=default --reporter=junit --outputFile=./coverage/junit.xml",
|
|
79
79
|
"test:watch": "vitest watch"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@opentelemetry/api": "^1.9.0",
|
|
83
83
|
"@scayle/h3-session": "0.6.1",
|
|
84
|
-
"@scayle/storefront-core": "8.26.
|
|
84
|
+
"@scayle/storefront-core": "8.26.2",
|
|
85
85
|
"@scayle/unstorage-compression-driver": "^0.2.7",
|
|
86
86
|
"@vercel/nft": "0.29.3",
|
|
87
87
|
"@vueuse/core": "13.2.0",
|
|
@@ -102,16 +102,16 @@
|
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@arethetypeswrong/cli": "0.18.1",
|
|
104
104
|
"@eslint/eslintrc": "3.3.1",
|
|
105
|
-
"@nuxt/eslint": "1.4.
|
|
105
|
+
"@nuxt/eslint": "1.4.1",
|
|
106
106
|
"@nuxt/kit": "3.16.2",
|
|
107
107
|
"@nuxt/module-builder": "1.0.1",
|
|
108
108
|
"@nuxt/schema": "3.16.2",
|
|
109
|
-
"@nuxt/test-utils": "3.
|
|
109
|
+
"@nuxt/test-utils": "3.18.0",
|
|
110
110
|
"@scayle/eslint-config-storefront": "4.5.2",
|
|
111
111
|
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
112
112
|
"@scayle/unstorage-scayle-kv-driver": "0.1.2",
|
|
113
|
-
"@types/node": "22.15.
|
|
114
|
-
"dprint": "0.
|
|
113
|
+
"@types/node": "22.15.19",
|
|
114
|
+
"dprint": "0.50.0",
|
|
115
115
|
"eslint-formatter-gitlab": "6.0.0",
|
|
116
116
|
"eslint": "9.27.0",
|
|
117
117
|
"fishery": "2.3.1",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"publint": "0.2.12",
|
|
125
125
|
"typescript": "5.8.3",
|
|
126
126
|
"unbuild": "3.5.0",
|
|
127
|
-
"vitest": "3.1.
|
|
127
|
+
"vitest": "3.1.4",
|
|
128
128
|
"vue-tsc": "2.2.10"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
@@ -138,6 +138,6 @@
|
|
|
138
138
|
"vue": "^3.4.0"
|
|
139
139
|
},
|
|
140
140
|
"volta": {
|
|
141
|
-
"node": "22.15.
|
|
141
|
+
"node": "22.15.1"
|
|
142
142
|
}
|
|
143
143
|
}
|