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

fix: use jsonref instead of json-refs #114

Merged
merged 1 commit into from
May 30, 2022

Conversation

alanpoulain
Copy link
Member

Switching the json-refs dep for two reasons:

  • json-refs is not maintained anymore
  • json-refs uses Node.js modules (path, querystring...) and Webpack 5 does not polyfill them anymore

Using @apidevtools/json-schema-ref-parser has been considered but it uses Node.js modules too.

jsonref is not widely used but does not use Node.js modules (and has 0 dependency).

Switching the json-refs dep for two reasons:
- json-refs is not maintained anymore
- json-refs uses Node.js modules (path, querystring...) and Webpack 5
  does not polyfill them anymore

Using @apidevtools/json-schema-ref-parser has been considered but it
uses Node.js modules too.

jsonref is not widely used but does not use Node.js modules (and has 0
dependency).
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