0.1.2 #3

Merged
Thilawyn merged 136 commits from next into master 2024-03-11 19:44:21 +01:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit a788f0ddb2 - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -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",

View File

@@ -40,8 +40,8 @@ export function ZodSchemaClassOf<
.build()
return exp.extends as AbstractClass<
InstanceType<Super> &
Extend<[
InstanceType<Super>,
InstanceType<typeof exp.extends>,
Values,
]>,