@scayle/storefront-nuxt 8.33.0 → 8.33.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 +13 -5
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
-
## 8.33.
|
|
3
|
+
## 8.33.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,6 +10,18 @@
|
|
|
10
10
|
|
|
11
11
|
**Dependencies**
|
|
12
12
|
|
|
13
|
+
**@scayle/storefront-core v8.33.1**
|
|
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.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
**Dependencies**
|
|
24
|
+
|
|
13
25
|
**@scayle/storefront-core v8.33.0**
|
|
14
26
|
|
|
15
27
|
- Minor
|
|
@@ -19,10 +31,6 @@
|
|
|
19
31
|
It is now possible to build orders with factory functions for testing purposes.
|
|
20
32
|
This will reduce the amount of boilerplate code needed to create test data.
|
|
21
33
|
|
|
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
34
|
## 8.32.1
|
|
27
35
|
|
|
28
36
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.33.
|
|
4
|
+
"version": "8.33.1",
|
|
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.
|
|
93
|
+
"@scayle/storefront-core": "8.33.1",
|
|
94
94
|
"@scayle/unstorage-compression-driver": "1.0.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|