Skip to content
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

feat: use "seed-json-schema" instead #43

Merged
merged 1 commit into from
Jun 29, 2024
Merged

Conversation

kettanaito
Copy link
Member

Ditch the built-in random value generation in favor of seed-json-schema.

@@ -25,7 +25,8 @@ it('supports JSON Schema object', async () => {
},
items: {
type: 'array',
maxLength: 2,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was an incorrect JSON schema. Nice find!

@kettanaito kettanaito merged commit 279cd56 into main Jun 29, 2024
1 check passed
@kettanaito kettanaito deleted the feat/use-seed-json-schema branch June 29, 2024 16:51
@kettanaito
Copy link
Member Author

Released: v0.1.0 🎉

This has been released in v0.1.0!

Make sure to always update to the latest version (npm i @mswjs/source@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant