-
Notifications
You must be signed in to change notification settings - Fork 3
fix: adjust discriminatedUnion.toString() to match function signature #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: adjust discriminatedUnion.toString() to match function signature #551
Conversation
|
Looks good! Will you do me a favor and run Once that's done the CICD build should pass. |
d74a0e4 to
c1aa2aa
Compare
|
Ah, sorry missed the snapshots, should be updated now |
@traversable/arktype
@traversable/arktype-test
@traversable/arktype-types
@traversable/json
@traversable/json-schema
@traversable/json-schema-test
@traversable/json-schema-types
@traversable/registry
@traversable/schema
@traversable/schema-codec
@traversable/schema-compiler
@traversable/schema-deep-equal
@traversable/schema-errors
@traversable/schema-seed
@traversable/schema-to-json-schema
@traversable/schema-to-string
@traversable/schema-to-validator
@traversable/typebox
@traversable/typebox-test
@traversable/typebox-types
@traversable/valibot
@traversable/valibot-test
@traversable/valibot-types
@traversable/zod
@traversable/zod-test
@traversable/zod-types
commit: |
ahrjarrett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tring-mapping-changeset chore: adds changelog for #551 fix
Fixes #549
Description
adjusts the discriminatedUnion syntax Issue: 549
Checklist —
Advanced