All published versions call Schema.TaggedErrorClass, which effect removed in the rc line (rc.108+); the replacement is Schema.TaggedError<Self>(identifier?) — same curried form. Since the package publishes raw TS, rc-pinned consumers fail at type-check and import. A mechanical rename fixes it; we run 2.3.10 patched against rc.109.
All published versions call
Schema.TaggedErrorClass, which effect removed in the rc line (rc.108+); the replacement isSchema.TaggedError<Self>(identifier?)— same curried form. Since the package publishes raw TS, rc-pinned consumers fail at type-check and import. A mechanical rename fixes it; we run 2.3.10 patched against rc.109.