@scayle/storefront-nuxt 8.14.4 → 8.15.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ **@scayle/storefront-core v8.15.1**
8
+
9
+ **Dependencies**
10
+
11
+ ## 8.15.0
12
+
13
+ ### Patch Changes
14
+
15
+ **@scayle/storefront-core v8.15.0**
16
+
17
+ - Minor
18
+ - Filter out orders from `user.orderSummary` that are not associated with the current shop ID.
19
+
20
+ **Dependencies**
21
+
3
22
  ## 8.14.4
4
23
 
5
24
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.14.4",
3
+ "version": "8.15.1",
4
4
  "configKey": "storefront",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.9.0"
package/dist/module.mjs CHANGED
@@ -53,7 +53,7 @@ export default {
53
53
  }`;
54
54
  }
55
55
  const PACKAGE_NAME = "@scayle/storefront-nuxt";
56
- const PACKAGE_VERSION = "8.14.4";
56
+ const PACKAGE_VERSION = "8.15.1";
57
57
  const logger = createConsola({
58
58
  fancy: true,
59
59
  formatOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
3
  "type": "module",
4
- "version": "8.14.4",
4
+ "version": "8.15.1",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -81,7 +81,7 @@
81
81
  "dependencies": {
82
82
  "@opentelemetry/api": "^1.9.0",
83
83
  "@scayle/h3-session": "0.6.0",
84
- "@scayle/storefront-core": "8.14.4",
84
+ "@scayle/storefront-core": "8.15.1",
85
85
  "@scayle/unstorage-compression-driver": "^0.2.4",
86
86
  "@vercel/nft": "0.29.2",
87
87
  "@vueuse/core": "13.0.0",
@@ -109,7 +109,7 @@
109
109
  "@scayle/eslint-config-storefront": "4.5.0",
110
110
  "@scayle/eslint-plugin-vue-composable": "0.2.1",
111
111
  "@scayle/unstorage-scayle-kv-driver": "0.1.1",
112
- "@types/node": "22.13.14",
112
+ "@types/node": "22.13.16",
113
113
  "dprint": "0.49.1",
114
114
  "eslint-formatter-gitlab": "5.1.0",
115
115
  "eslint": "9.23.0",
@@ -117,7 +117,7 @@
117
117
  "h3": "1.15.0",
118
118
  "nitropack": "2.10.4",
119
119
  "node-mocks-http": "1.16.2",
120
- "nuxi": "3.23.1",
120
+ "nuxi": "3.24.0",
121
121
  "nuxt": "3.15.4",
122
122
  "publint": "0.2.12",
123
123
  "typescript": "5.8.2",