decs / typeschema

🛵 Universal adapter for TypeScript schema validation.
https://typeschema.com
MIT License
394 stars 13 forks source link

Fix: detection of installed adapters with TS 5.5+ #62

Closed lobomfz closed 2 months ago

lobomfz commented 3 months ago

fixes #61

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 2251f01cea5ddcf8ed1aa3f46e4563f25435aa31

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 22 packages | Name | Type | | ----------------------------- | ----- | | @typeschema/core | Minor | | @typeschema/all | Patch | | @typeschema/arktype | Patch | | @typeschema/class-validator | Patch | | @typeschema/deepkit | Patch | | @typeschema/effect | Patch | | @typeschema/fastest-validator | Patch | | @typeschema/function | Patch | | @typeschema/io-ts | Patch | | @typeschema/joi | Patch | | @typeschema/json | Patch | | @typeschema/main | Patch | | @typeschema/ow | Patch | | @typeschema/runtypes | Patch | | @typeschema/superstruct | Patch | | @typeschema/suretype | Patch | | @typeschema/typebox | Patch | | @typeschema/valibot | Patch | | @typeschema/valita | Patch | | @typeschema/vine | Patch | | @typeschema/yup | Patch | | @typeschema/zod | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

lobomfz commented 3 months ago

not sure if it actually fixes but testing with npm link works

lobomfz commented 3 months ago

now it does!

decs commented 2 months ago

Thanks for the fix, @lobomfz!!