@scayle/storefront-nuxt 8.3.0 → 8.3.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,24 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Removed dependency `@nuxt/kit@^3.12.2`
8
+ - Fixed misspelling of interface `BaskteItemDisplayDataItem` to `BasketItemDisplayDataItem`
9
+
10
+ **Dependencies**
11
+
12
+ - Updated dependency to @scayle/storefront-core@8.1.4
13
+
14
+ ## 8.3.1
15
+
16
+ ### Patch Changes
17
+
18
+ **Dependencies**
19
+
20
+ - Updated dependency to @scayle/h3-session@0.5.1
21
+
3
22
  ## 8.3.0
4
23
 
5
24
  ### Minor Changes
@@ -1228,7 +1247,7 @@ For more details on `useAsyncData` usage check out the [Nuxt Docs](https://nuxt.
1228
1247
 
1229
1248
  ### Patch Changes
1230
1249
 
1231
- - Fix basket count calculation for basktets including item groups
1250
+ - Fix basket count calculation for baskets including item groups
1232
1251
 
1233
1252
  ## 7.77.1
1234
1253
 
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.3.0",
3
+ "version": "8.3.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.3.0";
48
+ const PACKAGE_VERSION = "8.3.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.3.0",
4
+ "version": "8.3.2",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -70,10 +70,9 @@
70
70
  "test:watch": "vitest watch"
71
71
  },
72
72
  "dependencies": {
73
- "@nuxt/kit": "^3.12.2",
74
73
  "@opentelemetry/api": "^1.9.0",
75
- "@scayle/h3-session": "0.5.0",
76
- "@scayle/storefront-core": "8.1.3",
74
+ "@scayle/h3-session": "0.5.1",
75
+ "@scayle/storefront-core": "8.1.4",
77
76
  "@scayle/unstorage-compression-driver": "^0.2.3",
78
77
  "@vueuse/core": "12.3.0",
79
78
  "consola": "^3.2.3",
@@ -92,6 +91,7 @@
92
91
  },
93
92
  "devDependencies": {
94
93
  "@nuxt/eslint": "0.7.4",
94
+ "@nuxt/kit": "3.14.1592",
95
95
  "@nuxt/module-builder": "0.8.4",
96
96
  "@nuxt/schema": "3.14.1592",
97
97
  "@nuxt/test-utils": "3.15.1",
@@ -105,13 +105,15 @@
105
105
  "h3": "1.13.0",
106
106
  "nitropack": "2.9.7",
107
107
  "node-mocks-http": "1.16.2",
108
- "nuxi": "3.17.2",
108
+ "nuxi": "3.19.1",
109
109
  "nuxt": "3.14.1592",
110
110
  "publint": "0.2.12",
111
+ "typescript": "5.7.3",
111
112
  "vue-tsc": "2.2.0",
112
113
  "vitest": "2.1.8"
113
114
  },
114
115
  "peerDependencies": {
116
+ "@nuxt/kit": "^3.12.2",
115
117
  "fishery": "^2.2.2",
116
118
  "h3": "^1.10.0",
117
119
  "nitropack": "^2.9.7",