@scayle/storefront-nuxt 8.33.0 → 8.33.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,6 +1,22 @@
1
1
  # @scayle/storefront-nuxt
2
2
 
3
- ## 8.33.0
3
+ ## 8.33.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `@scayle/storefront-core@8.32.0` to `@scayle/storefront-core@workspace:*`
8
+ - Updated dependency `@scayle/unstorage-compression-driver@^1.0.0` to `@scayle/unstorage-compression-driver@workspace:*`
9
+ - Updated dependency `@vueuse/core@13.4.0` to `@vueuse/core@13.5.0`
10
+
11
+ **Dependencies**
12
+
13
+ **@scayle/storefront-core v8.33.2**
14
+
15
+ - Patch
16
+ - Updated dependency `@scayle/storefront-api@18.9.0` to `@scayle/storefront-api@workspace:*`
17
+ - Updated dependency `@scayle/unstorage-scayle-kv-driver@1.0.2` to `@scayle/unstorage-scayle-kv-driver@workspace:*`
18
+
19
+ ## 8.33.1
4
20
 
5
21
  ### Patch Changes
6
22
 
@@ -10,6 +26,18 @@
10
26
 
11
27
  **Dependencies**
12
28
 
29
+ **@scayle/storefront-core v8.33.1**
30
+
31
+ - Patch
32
+ - Updated dependency `@scayle/storefront-api@18.9.0` to `@scayle/storefront-api@workspace:*`
33
+ - Updated dependency `@scayle/unstorage-scayle-kv-driver@1.0.2` to `@scayle/unstorage-scayle-kv-driver@workspace:*`
34
+
35
+ ## 8.33.0
36
+
37
+ ### Patch Changes
38
+
39
+ **Dependencies**
40
+
13
41
  **@scayle/storefront-core v8.33.0**
14
42
 
15
43
  - Minor
@@ -19,10 +47,6 @@
19
47
  It is now possible to build orders with factory functions for testing purposes.
20
48
  This will reduce the amount of boilerplate code needed to create test data.
21
49
 
22
- - Patch
23
- - Updated dependency `@scayle/storefront-api@18.9.0` to `@scayle/storefront-api@workspace:*`
24
- - Updated dependency `@scayle/unstorage-scayle-kv-driver@1.0.2` to `@scayle/unstorage-scayle-kv-driver@workspace:*`
25
-
26
50
  ## 8.32.1
27
51
 
28
52
  ### Patch Changes
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/storefront-nuxt",
3
- "version": "8.33.0",
3
+ "version": "8.33.2",
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.33.0";
57
+ const PACKAGE_VERSION = "8.33.2";
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.33.0",
4
+ "version": "8.33.2",
5
5
  "description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
6
6
  "author": "SCAYLE Commerce Engine",
7
7
  "license": "MIT",
@@ -90,7 +90,7 @@
90
90
  "utility-types": "^3.11.0",
91
91
  "vue-router": "^4.4.0",
92
92
  "zod": "^3.23.8",
93
- "@scayle/storefront-core": "8.33.0",
93
+ "@scayle/storefront-core": "8.33.2",
94
94
  "@scayle/unstorage-compression-driver": "1.0.0"
95
95
  },
96
96
  "devDependencies": {
@@ -101,7 +101,7 @@
101
101
  "@nuxt/module-builder": "1.0.1",
102
102
  "@nuxt/schema": "3.16.2",
103
103
  "@nuxt/test-utils": "3.19.2",
104
- "@types/node": "22.16.0",
104
+ "@types/node": "22.16.1",
105
105
  "@vitest/coverage-v8": "3.2.4",
106
106
  "dprint": "0.50.1",
107
107
  "eslint-formatter-gitlab": "6.0.1",