Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oas-kit-common

Mermade4.2mBSD-3-Clause1.0.8

Common utility functions for oas-kit

openapi, swagger, oas, utility

readme

oas-kit-common

Common utility functions for oas-kit

changelog

Change Log

swagger2openapi v6.0.0 and oas-validator v4.0.0

  • Converter will now error out if passed in input containing YAML anchors/aliases. To bypass this check, pass the --anchors option or set options.anchors to true.
  • Validator method validateSync has now been renamed validateInner as it (still) returns a Promise or calls a given callback.