Comparing version 1.7.4 to 1.8.0
import { NullableType } from './types'; | ||
import { ValidationError, Type, StringType, NumberType, LiteralType, ObjectType, ArrayType, UnionType, PartialType, TupleType, DateType, LazyType, UndefinedType, NullType, EnumType, BooleanType, UnknownType, NumberOptions, Literal, ObjectShape, ObjectOptions, AnyType, ArrayOptions, UnionOptions, PartialOpts, IntersectionResult, DeepPartialShape, PartialShape, Eval, ToUnion, keySignature, StringTypes, OptionalType, BigIntOptions, BigIntType, StringOptions, EnumOptions } from './types'; | ||
export { ValidationError, Type, Infer, keySignature } from './types'; | ||
export { ValidationError, Type, Infer, keySignature, AnyType, ObjectShape } from './types'; | ||
export declare const string: (opts?: StringOptions | undefined) => StringType; | ||
@@ -5,0 +5,0 @@ export declare const boolean: () => BooleanType; |
{ | ||
"name": "myzod", | ||
"version": "1.7.4", | ||
"version": "1.8.0", | ||
"description": "", | ||
@@ -30,9 +30,9 @@ "main": "./libs/index.js", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.0.2", | ||
"@types/node": "^15.12.2", | ||
"benchmonkey": "^0.0.8", | ||
"mocha": "^8.4.0", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4" | ||
"prettier": "^2.3.1", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "nyc": { |
107440