APIDevTools / json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
https://apitools.dev/json-schema-ref-parser
MIT License
942 stars 226 forks source link

Types ResolverOptions and FileInfo are no longer exported in v11 #323

Closed BryanHuntNV closed 5 months ago

BryanHuntNV commented 11 months ago

In version 10, the types ResolverOptions and FileInfo are exported. In version 11, they are not. I tried looking at the code to figure it out, but I failed.

jonluca commented 5 months ago

Fixed in v11.2.3