@scayle/storefront-nuxt 8.61.0 → 8.61.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 +13 -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,18 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.61.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated to `@scayle/unstorage-compression-driver@1.5.0`.
|
|
8
|
+
New optional params option on `CompressionDriverOptions` (and matching third arg on compress/decompress) is forwarded verbatim to the underlying `zlib` call. Brotli encoding now defaults to `BROTLI_PARAM_QUALITY: 6` when no params are supplied, resulting in same compression ratio as the prior implicit quality `11` default at ~300x the encode speed, removing up to several hundred ms of CPU per cold cache write on payloads in the hundreds of KB. Decompression of pre-existing entries is unaffected.
|
|
9
|
+
|
|
10
|
+
**Dependencies**
|
|
11
|
+
|
|
12
|
+
**@scayle/storefront-core v8.61.1**
|
|
13
|
+
|
|
14
|
+
- No changes in this release.
|
|
15
|
+
|
|
3
16
|
## 8.61.0
|
|
4
17
|
|
|
5
18
|
### 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.61.
|
|
4
|
+
"version": "8.61.1",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@opentelemetry/api": "^1.9.0",
|
|
81
|
-
"@scayle/unstorage-compression-driver": "1.
|
|
81
|
+
"@scayle/unstorage-compression-driver": "1.5.0",
|
|
82
82
|
"@vercel/nft": "1.4.0",
|
|
83
83
|
"@vueuse/core": "14.2.1",
|
|
84
84
|
"consola": "^3.4.2",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"utility-types": "^3.11.0",
|
|
96
96
|
"vue-router": "^4.4.0",
|
|
97
97
|
"zod": "^4.0.0",
|
|
98
|
-
"@scayle/
|
|
99
|
-
"@scayle/
|
|
98
|
+
"@scayle/storefront-core": "8.61.1",
|
|
99
|
+
"@scayle/h3-session": "0.7.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@arethetypeswrong/cli": "0.18.2",
|
|
@@ -109,22 +109,22 @@
|
|
|
109
109
|
"@scayle/eslint-config-storefront": "^4.8.0",
|
|
110
110
|
"@scayle/eslint-plugin-vue-composable": "^1.1.0",
|
|
111
111
|
"@scayle/unstorage-scayle-kv-driver": "^2.1.0",
|
|
112
|
-
"@types/node": "
|
|
112
|
+
"@types/node": "24.12.2",
|
|
113
113
|
"@vitest/coverage-v8": "4.1.5",
|
|
114
|
-
"eslint": "10.
|
|
114
|
+
"eslint": "10.3.0",
|
|
115
115
|
"eslint-formatter-gitlab": "7.1.0",
|
|
116
116
|
"fishery": "2.4.0",
|
|
117
117
|
"h3": "1.15.11",
|
|
118
118
|
"happy-dom": "20.9.0",
|
|
119
119
|
"nitro-test-utils": "0.11.2",
|
|
120
|
-
"nitropack": "2.13.
|
|
120
|
+
"nitropack": "2.13.4",
|
|
121
121
|
"node-mocks-http": "1.17.2",
|
|
122
122
|
"nuxt": "^3.20.2",
|
|
123
123
|
"publint": "0.3.18",
|
|
124
|
-
"typescript": "
|
|
124
|
+
"typescript": "6.0.3",
|
|
125
125
|
"unbuild": "3.6.1",
|
|
126
126
|
"vitest": "4.1.5",
|
|
127
|
-
"vue-tsc": "3.2.
|
|
127
|
+
"vue-tsc": "3.2.7",
|
|
128
128
|
"@scayle/vitest-config-storefront": "1.0.0"
|
|
129
129
|
},
|
|
130
130
|
"scripts": {
|