@chainfuse/types 3.0.1 → 3.0.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/dist/zod/index.d.ts +2 -1
- package/package.json +2 -2
package/dist/zod/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import type { ZodMiniJSONSchema } from 'zod/mini';
|
|
1
2
|
import * as z from 'zod/mini';
|
|
2
|
-
export type JSON = z.infer<
|
|
3
|
+
export type JSON = z.infer<ZodMiniJSONSchema>;
|
|
3
4
|
export declare const ZodCoordinate: z.ZodMiniString<string>;
|
|
4
5
|
export declare const PrefixedUuidRaw: z.ZodMiniString<string>;
|
|
5
6
|
export declare const PrefixedUuid7Raw: z.ZodMiniString<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"@cloudflare/workers-types": "^4.20250910.0",
|
|
102
102
|
"@types/validator": "^13.15.3"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "beab4505ac2f90a74afb060cc31dcc1a13695624"
|
|
105
105
|
}
|