@scayle/storefront-nuxt 8.41.3 → 8.41.4
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 +14 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/utils/zodSchema.d.ts +9 -9
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.41.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `@vercel/nft@0.30.0` to `@vercel/nft@0.30.1`
|
|
8
|
+
|
|
9
|
+
**Dependencies**
|
|
10
|
+
|
|
11
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.1.0
|
|
12
|
+
|
|
13
|
+
**@scayle/storefront-core v8.41.4**
|
|
14
|
+
|
|
15
|
+
- No changes in this release.
|
|
16
|
+
|
|
3
17
|
## 8.41.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -122,7 +122,7 @@ declare const StorageSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
|
122
122
|
}>>;
|
|
123
123
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
124
124
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
125
|
-
}, z.core.$strip>]>;
|
|
125
|
+
}, z.core.$strip>], "driver">;
|
|
126
126
|
declare const CheckoutShopConfigSchema: z.ZodMiniObject<{
|
|
127
127
|
token: z.ZodMiniString<string>;
|
|
128
128
|
secret: z.ZodMiniString<string>;
|
|
@@ -275,7 +275,7 @@ declare const ShopConfigSchema: z.ZodMiniObject<{
|
|
|
275
275
|
}>>;
|
|
276
276
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
277
277
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
278
|
-
}, z.core.$strip>]>>;
|
|
278
|
+
}, z.core.$strip>], "driver">>;
|
|
279
279
|
cache: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
280
280
|
driver: z.ZodMiniEnum<{
|
|
281
281
|
null: "null";
|
|
@@ -354,7 +354,7 @@ declare const ShopConfigSchema: z.ZodMiniObject<{
|
|
|
354
354
|
}>>;
|
|
355
355
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
356
356
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
357
|
-
}, z.core.$strip>]>>;
|
|
357
|
+
}, z.core.$strip>], "driver">>;
|
|
358
358
|
}, z.core.$strip>>;
|
|
359
359
|
isDefault: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniBoolean<boolean>, z.ZodMiniString<string>]>>;
|
|
360
360
|
}, z.core.$strip>;
|
|
@@ -472,7 +472,7 @@ declare const StorefrontConfigSchema: z.ZodMiniObject<{
|
|
|
472
472
|
}>>;
|
|
473
473
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
474
474
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
475
|
-
}, z.core.$strip>]>>;
|
|
475
|
+
}, z.core.$strip>], "driver">>;
|
|
476
476
|
cache: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
477
477
|
driver: z.ZodMiniEnum<{
|
|
478
478
|
null: "null";
|
|
@@ -551,7 +551,7 @@ declare const StorefrontConfigSchema: z.ZodMiniObject<{
|
|
|
551
551
|
}>>;
|
|
552
552
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
553
553
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
554
|
-
}, z.core.$strip>]>>;
|
|
554
|
+
}, z.core.$strip>], "driver">>;
|
|
555
555
|
}, z.core.$strip>>;
|
|
556
556
|
oauth: z.ZodMiniObject<{
|
|
557
557
|
apiHost: z.ZodMiniURL;
|
|
@@ -767,7 +767,7 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
767
767
|
}>>;
|
|
768
768
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
769
769
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
770
|
-
}, z.core.$strip>]>>;
|
|
770
|
+
}, z.core.$strip>], "driver">>;
|
|
771
771
|
cache: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
772
772
|
driver: z.ZodMiniEnum<{
|
|
773
773
|
null: "null";
|
|
@@ -846,7 +846,7 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
846
846
|
}>>;
|
|
847
847
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
848
848
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
849
|
-
}, z.core.$strip>]>>;
|
|
849
|
+
}, z.core.$strip>], "driver">>;
|
|
850
850
|
}, z.core.$strip>>;
|
|
851
851
|
isDefault: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniBoolean<boolean>, z.ZodMiniString<string>]>>;
|
|
852
852
|
}, z.core.$strip>>;
|
|
@@ -958,7 +958,7 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
958
958
|
}>>;
|
|
959
959
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
960
960
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
961
|
-
}, z.core.$strip>]>>;
|
|
961
|
+
}, z.core.$strip>], "driver">>;
|
|
962
962
|
cache: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
963
963
|
driver: z.ZodMiniEnum<{
|
|
964
964
|
null: "null";
|
|
@@ -1037,7 +1037,7 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
1037
1037
|
}>>;
|
|
1038
1038
|
ttl: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
1039
1039
|
disableClusterMode: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1040
|
-
}, z.core.$strip>]>>;
|
|
1040
|
+
}, z.core.$strip>], "driver">>;
|
|
1041
1041
|
}, z.core.$strip>>;
|
|
1042
1042
|
oauth: z.ZodMiniObject<{
|
|
1043
1043
|
apiHost: z.ZodMiniURL;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.41.
|
|
4
|
+
"version": "8.41.4",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@opentelemetry/api": "^1.9.0",
|
|
76
76
|
"@scayle/h3-session": "0.6.1",
|
|
77
|
-
"@vercel/nft": "0.30.
|
|
77
|
+
"@vercel/nft": "0.30.1",
|
|
78
78
|
"@vueuse/core": "13.7.0",
|
|
79
79
|
"consola": "^3.2.3",
|
|
80
80
|
"core-js": "^3.37.1",
|
|
@@ -90,8 +90,8 @@
|
|
|
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.41.
|
|
94
|
-
"@scayle/unstorage-compression-driver": "1.0
|
|
93
|
+
"@scayle/storefront-core": "8.41.4",
|
|
94
|
+
"@scayle/unstorage-compression-driver": "1.1.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@nuxt/module-builder": "1.0.2",
|
|
103
103
|
"@nuxt/schema": "3.17.7",
|
|
104
104
|
"@nuxt/test-utils": "3.19.2",
|
|
105
|
-
"@types/node": "22.
|
|
105
|
+
"@types/node": "22.18.0",
|
|
106
106
|
"@vitest/coverage-v8": "3.2.4",
|
|
107
107
|
"dprint": "0.50.1",
|
|
108
108
|
"eslint-formatter-gitlab": "6.0.1",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"unbuild": "3.6.1",
|
|
119
119
|
"vitest": "3.2.4",
|
|
120
120
|
"vue-tsc": "3.0.6",
|
|
121
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
122
|
-
"@scayle/vitest-config-storefront": "1.0.0",
|
|
121
|
+
"@scayle/eslint-config-storefront": "4.7.6",
|
|
123
122
|
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
124
|
-
"@scayle/
|
|
123
|
+
"@scayle/vitest-config-storefront": "1.0.0",
|
|
124
|
+
"@scayle/unstorage-scayle-kv-driver": "1.1.0"
|
|
125
125
|
},
|
|
126
126
|
"volta": {
|
|
127
127
|
"node": "22.18.0"
|