@scayle/storefront-nuxt 8.41.2 → 8.41.3
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 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/api/rpcHandler.d.ts +5 -5
- package/dist/runtime/utils/zodSchema.d.ts +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.41.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
**Dependencies**
|
|
8
|
+
|
|
9
|
+
- Updated dependency to @scayle/unstorage-compression-driver@1.0.2
|
|
10
|
+
|
|
11
|
+
**@scayle/storefront-core v8.41.3**
|
|
12
|
+
|
|
13
|
+
- Patch
|
|
14
|
+
- Fixed the case where a `postLogin` function was inadvertently registered as an RPC method.
|
|
15
|
+
|
|
3
16
|
## 8.41.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
* @returns The result of the RPC call or a `Response` object with an error status.
|
|
12
12
|
*/
|
|
13
13
|
declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<string | boolean | void | string[] | import("@scayle/storefront-api").Campaign | import("@scayle/storefront-core").ShopUser | Record<string, string> | Response | import("@scayle/storefront-api").Product | import("@scayle/storefront-api").Product[] | import("@scayle/storefront-core").FetchProductsCountResponse | import("@scayle/storefront-core").FetchFiltersResponse | import("@scayle/storefront-core").FetchProductsByCategoryResponse | {
|
|
14
|
+
success: boolean;
|
|
15
|
+
} | {
|
|
16
|
+
result: boolean;
|
|
17
|
+
} | {
|
|
14
18
|
basket: import("@scayle/storefront-api").BasketResponseData<import("@scayle/storefront-api").Product, import("@scayle/storefront-api").Variant>;
|
|
15
19
|
} | {
|
|
16
20
|
fromBasketKey: string;
|
|
@@ -40,11 +44,7 @@ declare const _default: import("h3").EventHandler<import("h3").EventHandlerReque
|
|
|
40
44
|
} | import("@scayle/storefront-api").Wishlist | import("@scayle/storefront-core").ShopUserAddress[] | {
|
|
41
45
|
accessToken: string | undefined;
|
|
42
46
|
checkoutJwt: string;
|
|
43
|
-
} | import("@scayle/storefront-api").VariantDetail[] | import("@scayle/storefront-api").NavigationAllEndpointResponseData | import("@scayle/storefront-api").NavigationTree | {
|
|
44
|
-
success: boolean;
|
|
45
|
-
} | {
|
|
46
|
-
result: boolean;
|
|
47
|
-
} | import("@scayle/storefront-api").PromotionsEndpointResponseData | {
|
|
47
|
+
} | import("@scayle/storefront-api").VariantDetail[] | import("@scayle/storefront-api").NavigationAllEndpointResponseData | import("@scayle/storefront-api").NavigationTree | import("@scayle/storefront-api").PromotionsEndpointResponseData | {
|
|
48
48
|
message: string;
|
|
49
49
|
} | null>>;
|
|
50
50
|
export default _default;
|
|
@@ -95,6 +95,8 @@ declare const StorageSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
|
95
95
|
vercelBlob: "vercelBlob";
|
|
96
96
|
"vercel-kv": "vercel-kv";
|
|
97
97
|
vercelKV: "vercelKV";
|
|
98
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
99
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
98
100
|
}>;
|
|
99
101
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
100
102
|
none: "none";
|
|
@@ -246,6 +248,8 @@ declare const ShopConfigSchema: z.ZodMiniObject<{
|
|
|
246
248
|
vercelBlob: "vercelBlob";
|
|
247
249
|
"vercel-kv": "vercel-kv";
|
|
248
250
|
vercelKV: "vercelKV";
|
|
251
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
252
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
249
253
|
}>;
|
|
250
254
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
251
255
|
none: "none";
|
|
@@ -323,6 +327,8 @@ declare const ShopConfigSchema: z.ZodMiniObject<{
|
|
|
323
327
|
vercelBlob: "vercelBlob";
|
|
324
328
|
"vercel-kv": "vercel-kv";
|
|
325
329
|
vercelKV: "vercelKV";
|
|
330
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
331
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
326
332
|
}>;
|
|
327
333
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
328
334
|
none: "none";
|
|
@@ -439,6 +445,8 @@ declare const StorefrontConfigSchema: z.ZodMiniObject<{
|
|
|
439
445
|
vercelBlob: "vercelBlob";
|
|
440
446
|
"vercel-kv": "vercel-kv";
|
|
441
447
|
vercelKV: "vercelKV";
|
|
448
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
449
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
442
450
|
}>;
|
|
443
451
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
444
452
|
none: "none";
|
|
@@ -516,6 +524,8 @@ declare const StorefrontConfigSchema: z.ZodMiniObject<{
|
|
|
516
524
|
vercelBlob: "vercelBlob";
|
|
517
525
|
"vercel-kv": "vercel-kv";
|
|
518
526
|
vercelKV: "vercelKV";
|
|
527
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
528
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
519
529
|
}>;
|
|
520
530
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
521
531
|
none: "none";
|
|
@@ -730,6 +740,8 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
730
740
|
vercelBlob: "vercelBlob";
|
|
731
741
|
"vercel-kv": "vercel-kv";
|
|
732
742
|
vercelKV: "vercelKV";
|
|
743
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
744
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
733
745
|
}>;
|
|
734
746
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
735
747
|
none: "none";
|
|
@@ -807,6 +819,8 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
807
819
|
vercelBlob: "vercelBlob";
|
|
808
820
|
"vercel-kv": "vercel-kv";
|
|
809
821
|
vercelKV: "vercelKV";
|
|
822
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
823
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
810
824
|
}>;
|
|
811
825
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
812
826
|
none: "none";
|
|
@@ -917,6 +931,8 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
917
931
|
vercelBlob: "vercelBlob";
|
|
918
932
|
"vercel-kv": "vercel-kv";
|
|
919
933
|
vercelKV: "vercelKV";
|
|
934
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
935
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
920
936
|
}>;
|
|
921
937
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
922
938
|
none: "none";
|
|
@@ -994,6 +1010,8 @@ export declare const RuntimeConfigSchema: z.ZodMiniObject<{
|
|
|
994
1010
|
vercelBlob: "vercelBlob";
|
|
995
1011
|
"vercel-kv": "vercel-kv";
|
|
996
1012
|
vercelKV: "vercelKV";
|
|
1013
|
+
"vercel-runtime-cache": "vercel-runtime-cache";
|
|
1014
|
+
vercelRuntimeCache: "vercelRuntimeCache";
|
|
997
1015
|
}>;
|
|
998
1016
|
compression: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
999
1017
|
none: "none";
|
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.3",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -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.3",
|
|
94
|
+
"@scayle/unstorage-compression-driver": "1.0.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "0.18.2",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@vitest/coverage-v8": "3.2.4",
|
|
107
107
|
"dprint": "0.50.1",
|
|
108
108
|
"eslint-formatter-gitlab": "6.0.1",
|
|
109
|
-
"eslint": "9.
|
|
109
|
+
"eslint": "9.34.0",
|
|
110
110
|
"fishery": "2.3.1",
|
|
111
111
|
"h3": "1.15.4",
|
|
112
112
|
"nitro-test-utils": "0.9.2",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"vitest": "3.2.4",
|
|
120
120
|
"vue-tsc": "3.0.6",
|
|
121
121
|
"@scayle/eslint-config-storefront": "4.7.5",
|
|
122
|
-
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
123
122
|
"@scayle/vitest-config-storefront": "1.0.0",
|
|
124
|
-
"@scayle/
|
|
123
|
+
"@scayle/eslint-plugin-vue-composable": "0.2.1",
|
|
124
|
+
"@scayle/unstorage-scayle-kv-driver": "1.0.4"
|
|
125
125
|
},
|
|
126
126
|
"volta": {
|
|
127
127
|
"node": "22.18.0"
|