api-platform / api-doc-parser

Transforms a Hydra API doc in an intermediate representation that can be used for various tasks such as creating smart API clients, scaffolding code or building administration interfaces.
MIT License
104 stars 71 forks source link

fix: use jsonref instead of json-refs #114

Closed alanpoulain closed 2 years ago

alanpoulain commented 2 years ago

Switching the json-refs dep for two reasons:

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).