Patch Changes
-
#2469
12fcf35Thanks @jbmusso! - Fix the generated SSEsseRequesthelper to referenceSchema.ConstraintDecoderinstead of the no-longer-exportedSchema.Decoder.For specs with
text/event-streamresponses the generator emitted a helper typed asSchema.Decoder<Type, DecodingServices>, butSchemaexports that decode-only interface asConstraintDecoder, so generated clients failed to compile ('"effect/Schema"' has no exported member named 'Decoder'). The emitted helper now usesSchema.ConstraintDecoder. -
Updated dependencies [
5a0c1a4,1eea2ea]:- effect@4.0.0-beta.87
- @effect/platform-node@4.0.0-beta.87