@rexeus/typeweaver-types 0.0.4 → 0.1.0
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.
|
@@ -14,7 +14,7 @@ import type {
|
|
|
14
14
|
SafeResponseValidationResult,
|
|
15
15
|
} from "@rexeus/typeweaver-core";
|
|
16
16
|
import { Validator } from "./Validator";
|
|
17
|
-
import type { ZodSafeParseResult } from "zod
|
|
17
|
+
import type { ZodSafeParseResult } from "zod";
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Abstract base class for HTTP response validation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rexeus/typeweaver-types",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "TypeScript type and Zod validator generators for typeweaver APIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/rexeus/typeweaver#readme",
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@rexeus/typeweaver-core": "^0.0
|
|
43
|
-
"@rexeus/typeweaver-gen": "^0.0
|
|
42
|
+
"@rexeus/typeweaver-core": "^0.1.0",
|
|
43
|
+
"@rexeus/typeweaver-gen": "^0.1.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"test-utils": "file:../test-utils",
|
|
47
|
-
"@rexeus/typeweaver-gen": "^0.0
|
|
48
|
-
"@rexeus/typeweaver-core": "^0.0
|
|
47
|
+
"@rexeus/typeweaver-gen": "^0.1.0",
|
|
48
|
+
"@rexeus/typeweaver-core": "^0.1.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"case": "^1.6.3",
|
|
52
|
-
"@rexeus/typeweaver-zod-to-ts": "^0.0
|
|
52
|
+
"@rexeus/typeweaver-zod-to-ts": "^0.1.0"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"typecheck": "tsc --noEmit",
|