@scayle/storefront-nuxt 8.54.0 → 8.55.0

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,18 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
+ ## 8.55.0
4
+
5
+ ### Patch Changes
6
+
7
+ **Dependencies**
8
+
9
+ - Updated dependency to @scayle/unstorage-compression-driver@1.2.4
10
+
11
+ **@scayle/storefront-core v8.55.0**
12
+
13
+ - Minor
14
+ - Updated the type of the `removeItemFromBasket` RPC to accurately reflect that error responses can be returned if removing an item from the basket fails (these error responses were already being returned before; only the type was updated). Additionally, the `clearBasket` RPC now removes items sequentially to avoid conflicts between basket updates and returns an error response if any items in the basket could not be removed.
15
+
3
16
  ## 8.54.0
4
17
 
5
18
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.54.0",
3
+ "version": "8.55.0",
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.54.0";
57
+ const PACKAGE_VERSION = "8.55.0";
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.54.0",
4
+ "version": "8.55.0",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -90,12 +90,12 @@
90
90
  "utility-types": "^3.11.0",
91
91
  "vue-router": "^4.4.0",
92
92
  "zod": "^4.0.0",
93
- "@scayle/storefront-core": "8.54.0",
93
+ "@scayle/storefront-core": "8.55.0",
94
94
  "@scayle/unstorage-compression-driver": "1.2.4"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@arethetypeswrong/cli": "0.18.2",
98
- "@eslint/eslintrc": "3.3.1",
98
+ "@eslint/eslintrc": "3.3.3",
99
99
  "@nuxt/eslint": "1.11.0",
100
100
  "@nuxt/eslint-config": "1.11.0",
101
101
  "@nuxt/kit": "3.20.0",
@@ -105,7 +105,7 @@
105
105
  "@types/node": "22.19.1",
106
106
  "@vitest/coverage-v8": "4.0.14",
107
107
  "dprint": "0.50.2",
108
- "eslint-formatter-gitlab": "6.0.1",
108
+ "eslint-formatter-gitlab": "7.0.0",
109
109
  "eslint": "9.39.1",
110
110
  "fishery": "2.3.1",
111
111
  "h3": "1.15.4",
@@ -120,9 +120,9 @@
120
120
  "vue-tsc": "3.1.5",
121
121
  "happy-dom": "20.0.11",
122
122
  "@scayle/eslint-config-storefront": "4.7.15",
123
- "@scayle/unstorage-scayle-kv-driver": "2.0.9",
124
123
  "@scayle/eslint-plugin-vue-composable": "0.2.2",
125
- "@scayle/vitest-config-storefront": "1.0.0"
124
+ "@scayle/vitest-config-storefront": "1.0.0",
125
+ "@scayle/unstorage-scayle-kv-driver": "2.0.9"
126
126
  },
127
127
  "volta": {
128
128
  "node": "22.21.1"