chore: upgrade Effect to beta 83

This commit is contained in:
Kit Langton
2026-06-14 13:43:00 -04:00
parent 87c33b3d85
commit 606ccc3f66
26 changed files with 60 additions and 52 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export type Info = Schema.Schema.Type<typeof Info>
export class AuthError extends Schema.TaggedErrorClass<AuthError>()("AuthError", {
message: Schema.String,
cause: Schema.optional(Schema.Defect),
cause: Schema.optional(Schema.Defect()),
}) {}
export interface Interface {