@scayle/storefront-nuxt 8.28.4 → 8.28.5

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,19 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.28.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `@vercel/nft@0.29.3` to `@vercel/nft@0.29.4`
8
+
9
+ **Dependencies**
10
+
11
+ - Updated dependency to @scayle/unstorage-compression-driver@1.0.0
12
+
13
+ **@scayle/storefront-core v8.28.5**
14
+
15
+ - No changes in this release.
16
+
3
17
  ## 8.28.4
4
18
 
5
19
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.28.4",
3
+ "version": "8.28.5",
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.28.4";
57
+ const PACKAGE_VERSION = "8.28.5";
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.28.4",
4
+ "version": "8.28.5",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -81,9 +81,9 @@
81
81
  "dependencies": {
82
82
  "@opentelemetry/api": "^1.9.0",
83
83
  "@scayle/h3-session": "0.6.1",
84
- "@scayle/storefront-core": "8.28.4",
85
- "@scayle/unstorage-compression-driver": "^0.2.7",
86
- "@vercel/nft": "0.29.3",
84
+ "@scayle/storefront-core": "8.28.5",
85
+ "@scayle/unstorage-compression-driver": "^1.0.0",
86
+ "@vercel/nft": "0.29.4",
87
87
  "@vueuse/core": "13.3.0",
88
88
  "consola": "^3.2.3",
89
89
  "core-js": "^3.37.1",
@@ -108,13 +108,14 @@
108
108
  "@nuxt/module-builder": "1.0.1",
109
109
  "@nuxt/schema": "3.16.2",
110
110
  "@nuxt/test-utils": "3.18.0",
111
- "@scayle/eslint-config-storefront": "4.5.3",
111
+ "@scayle/eslint-config-storefront": "4.5.4",
112
112
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
113
- "@scayle/unstorage-scayle-kv-driver": "0.1.2",
114
- "@types/node": "22.15.24",
113
+ "@scayle/unstorage-scayle-kv-driver": "1.0.0",
114
+ "@types/node": "22.15.29",
115
+ "@vitest/coverage-v8": "3.2.1",
115
116
  "dprint": "0.50.0",
116
117
  "eslint-formatter-gitlab": "6.0.0",
117
- "eslint": "9.27.0",
118
+ "eslint": "9.28.0",
118
119
  "fishery": "2.3.1",
119
120
  "h3": "1.15.3",
120
121
  "nitro-test-utils": "0.9.2",
@@ -125,7 +126,7 @@
125
126
  "publint": "0.2.12",
126
127
  "typescript": "5.8.3",
127
128
  "unbuild": "3.5.0",
128
- "vitest": "3.1.4",
129
+ "vitest": "3.2.1",
129
130
  "vue-tsc": "2.2.10"
130
131
  },
131
132
  "peerDependencies": {