diff --git a/bun.lockb b/bun.lockb index 7197cbd..5b3db08 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 075862b..6b24c93 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,9 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "@thilawyn/traitify-ts": "^0.1.7", + "@thilawyn/traitify-ts": "^0.1.8", "decimal.js": "^10.4.3", - "effect": "^2.3.8", + "effect": "^2.4.0", "lodash-es": "^4.17.21", "mobx": "^6.12.0", "type-fest": "^4.10.2", diff --git a/src/tests.ts b/src/tests.ts index 3d5e878..36c5c74 100644 --- a/src/tests.ts +++ b/src/tests.ts @@ -16,7 +16,7 @@ const TestExp = ZodSchemaClass({ .expresses(ObservableZodSchemaObject) .build() -@TestExp.implementsStatic +@TestExp.staticImplements class Test extends TestExp.extends implements Implements {} Test.schema