diff --git a/bun.lockb b/bun.lockb index f258a60..5068fe4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5fab85e..fc94fe6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "@thilawyn/traitify-ts": "^0.1.4", + "@thilawyn/traitify-ts": "^0.1.5", "decimal.js": "^10.4.3", "effect": "^2.3.7", "lodash-es": "^4.17.21", diff --git a/src/ZodSchemaClass.ts b/src/ZodSchemaClass.ts index 3a5d8ba..efd0b3b 100644 --- a/src/ZodSchemaClass.ts +++ b/src/ZodSchemaClass.ts @@ -40,8 +40,8 @@ export function ZodSchemaClassOf< .build() return exp.extends as AbstractClass< + InstanceType & Extend<[ - InstanceType, InstanceType, Values, ]>,