@scayle/storefront-nuxt 8.25.0 → 8.25.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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/unstorage-compression-driver@0.2.7
10
+
11
+ **@scayle/storefront-core v8.25.2**
12
+
13
+ - No changes in this release.
14
+
15
+ ## 8.25.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependency `@scayle/h3-session@0.6.0` to `@scayle/h3-session@0.6.1`
20
+ - Updated dependency `@scayle/storefront-core@8.24.1` to `@scayle/storefront-core@8.25.0`
21
+
22
+ **Dependencies**
23
+
24
+ **@scayle/storefront-core v8.25.1**
25
+
26
+ - No changes in this release.
27
+
3
28
  ## 8.25.0
4
29
 
5
30
  ### Minor Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.25.0",
3
+ "version": "8.25.2",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -54,7 +54,7 @@ export default {
54
54
  }`;
55
55
  }
56
56
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
57
- const PACKAGE_VERSION = "8.25.0";
57
+ const PACKAGE_VERSION = "8.25.2";
58
58
  const logger = createConsola({
59
59
  fancy: true,
60
60
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.25.0",
4
+ "version": "8.25.2",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -81,8 +81,8 @@
81
81
  "dependencies": {
82
82
  "@opentelemetry/api": "^1.9.0",
83
83
  "@scayle/h3-session": "0.6.1",
84
- "@scayle/storefront-core": "8.25.0",
85
- "@scayle/unstorage-compression-driver": "^0.2.6",
84
+ "@scayle/storefront-core": "8.25.2",
85
+ "@scayle/unstorage-compression-driver": "^0.2.7",
86
86
  "@vercel/nft": "0.29.2",
87
87
  "@vueuse/core": "13.1.0",
88
88
  "consola": "^3.2.3",
@@ -109,16 +109,16 @@
109
109
  "@nuxt/test-utils": "3.17.2",
110
110
  "@scayle/eslint-config-storefront": "4.5.0",
111
111
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
112
- "@scayle/unstorage-scayle-kv-driver": "0.1.1",
113
- "@types/node": "22.15.2",
112
+ "@scayle/unstorage-scayle-kv-driver": "0.1.2",
113
+ "@types/node": "22.15.3",
114
114
  "dprint": "0.49.1",
115
115
  "eslint-formatter-gitlab": "6.0.0",
116
116
  "eslint": "9.25.1",
117
117
  "fishery": "2.2.3",
118
- "h3": "1.15.1",
119
- "nitropack": "2.11.9",
118
+ "h3": "1.15.3",
119
+ "nitropack": "2.11.11",
120
120
  "nitro-test-utils": "0.9.2",
121
- "node-mocks-http": "1.16.2",
121
+ "node-mocks-http": "1.17.0",
122
122
  "nuxi": "3.25.0",
123
123
  "nuxt": "3.16.2",
124
124
  "publint": "0.2.12",
@@ -138,6 +138,6 @@
138
138
  "vue": "^3.4.0"
139
139
  },
140
140
  "volta": {
141
- "node": "22.14.0"
141
+ "node": "22.15.0"
142
142
  }
143
143
  }