-
-
Notifications
You must be signed in to change notification settings - Fork 793
feat: Update to Typebox v1 #3616
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
Conversation
Deploying feathers-dove with
|
| Latest commit: |
07d186f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2b282873.feathers.pages.dev |
| Branch Preview URL: | https://typebox-v1.feathers.pages.dev |
Deploying feathers-eagle with
|
| Latest commit: |
07d186f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://23548bfc.feathers-a8l.pages.dev |
| Branch Preview URL: | https://typebox-v1.feathers-a8l.pages.dev |
packages/typebox/test/index.test.ts
Outdated
|
|
||
| it('defaultAppConfiguration', async () => { | ||
| const configSchema = Type.Composite([ | ||
| const configSchema = Type.Intersect([ |
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.
I think the preferred version in v1 is Interface and Evaluate
https://github.com/sinclairzx81/typebox/blob/main/changelog/1.0.0-migration.md#typecomposite
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.
I think I got it working with help from @sinclairzx81 in sinclairzx81/typebox#1361
Follow-up for #3612