@scayle/storefront-nuxt 8.5.1 → 8.5.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,13 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/storefront-core@8.2.2
10
+
3
11
  ## 8.5.1
4
12
 
5
13
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.5.1",
3
+ "version": "8.5.2",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -45,7 +45,7 @@ export default {
45
45
  }`;
46
46
  }
47
47
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
48
- const PACKAGE_VERSION = "8.5.1";
48
+ const PACKAGE_VERSION = "8.5.2";
49
49
  const logger = createConsola({
50
50
  fancy: true,
51
51
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.5.1",
4
+ "version": "8.5.2",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "@opentelemetry/api": "^1.9.0",
74
74
  "@scayle/h3-session": "0.6.0",
75
- "@scayle/storefront-core": "8.2.1",
75
+ "@scayle/storefront-core": "8.2.2",
76
76
  "@scayle/unstorage-compression-driver": "^0.2.3",
77
77
  "@vueuse/core": "12.5.0",
78
78
  "consola": "^3.2.3",
@@ -97,12 +97,12 @@
97
97
  "@nuxt/test-utils": "3.15.4",
98
98
  "@scayle/eslint-config-storefront": "4.4.1",
99
99
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
100
- "@types/node": "22.10.7",
100
+ "@types/node": "22.10.9",
101
101
  "dprint": "0.48.0",
102
102
  "eslint": "9.18.0",
103
103
  "eslint-formatter-gitlab": "5.1.0",
104
104
  "fishery": "2.2.2",
105
- "h3": "1.13.1",
105
+ "h3": "1.14.0",
106
106
  "nitropack": "2.9.7",
107
107
  "node-mocks-http": "1.16.2",
108
108
  "nuxi": "3.20.0",
@@ -122,7 +122,7 @@
122
122
  "vue": ">=3.4.0"
123
123
  },
124
124
  "resolutions": {
125
- "h3": "1.13.1",
125
+ "h3": "1.14.0",
126
126
  "vue": "3.5.13",
127
127
  "@nuxt/kit": "3.14.1592",
128
128
  "@nuxt/schema": "3.14.1592"