@voyantjs/products 0.24.0 → 0.24.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/dist/content-shape.d.ts +2 -2
- package/package.json +8 -8
package/dist/content-shape.d.ts
CHANGED
|
@@ -82,8 +82,8 @@ export declare const productDaySchema: z.ZodObject<{
|
|
|
82
82
|
export declare const productPolicySchema: z.ZodObject<{
|
|
83
83
|
kind: z.ZodEnum<{
|
|
84
84
|
supplier_notes: "supplier_notes";
|
|
85
|
-
cancellation: "cancellation";
|
|
86
85
|
payment: "payment";
|
|
86
|
+
cancellation: "cancellation";
|
|
87
87
|
requirements: "requirements";
|
|
88
88
|
}>;
|
|
89
89
|
body: z.ZodString;
|
|
@@ -165,8 +165,8 @@ export declare const productContentSchema: z.ZodObject<{
|
|
|
165
165
|
policies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
166
166
|
kind: z.ZodEnum<{
|
|
167
167
|
supplier_notes: "supplier_notes";
|
|
168
|
-
cancellation: "cancellation";
|
|
169
168
|
payment: "payment";
|
|
169
|
+
cancellation: "cancellation";
|
|
170
170
|
requirements: "requirements";
|
|
171
171
|
}>;
|
|
172
172
|
body: z.ZodString;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/products",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"hono": "^4.12.10",
|
|
56
56
|
"pdf-lib": "^1.17.1",
|
|
57
57
|
"zod": "^4.3.6",
|
|
58
|
-
"@voyantjs/core": "0.24.
|
|
59
|
-
"@voyantjs/db": "0.24.
|
|
60
|
-
"@voyantjs/hono": "0.24.
|
|
61
|
-
"@voyantjs/utils": "0.24.
|
|
62
|
-
"@voyantjs/catalog": "0.24.
|
|
63
|
-
"@voyantjs/storage": "0.24.
|
|
58
|
+
"@voyantjs/core": "0.24.2",
|
|
59
|
+
"@voyantjs/db": "0.24.2",
|
|
60
|
+
"@voyantjs/hono": "0.24.2",
|
|
61
|
+
"@voyantjs/utils": "0.24.2",
|
|
62
|
+
"@voyantjs/catalog": "0.24.2",
|
|
63
|
+
"@voyantjs/storage": "0.24.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"typescript": "^6.0.2",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"lint": "biome check src/",
|
|
89
89
|
"test": "vitest run",
|
|
90
90
|
"build": "tsc -p tsconfig.json",
|
|
91
|
-
"clean": "rm -rf dist"
|
|
91
|
+
"clean": "rm -rf dist tsconfig.tsbuildinfo"
|
|
92
92
|
},
|
|
93
93
|
"main": "./dist/index.js",
|
|
94
94
|
"types": "./dist/index.d.ts"
|