IBM / openapi-validator

Configurable and extensible validator/linter for OpenAPI documents
Apache License 2.0
481 stars 88 forks source link

refactor: expose cli tool utilities under a single export #642

Closed dpopp07 closed 8 months ago

dpopp07 commented 8 months ago

This is a small, mostly superficial change I've been wanting to make for a while, so I took some time to do it while things are slow 🙂

To better organize the private utility functions for the CLI validator, this commit wraps their exposure within a single object exported from an index.js file. This simplifies the import syntax in our other files.

ibm-devx-sdk commented 7 months ago

:tada: This PR is included in version 1.15.0 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

ibm-devx-sdk commented 7 months ago

:tada: This PR is included in version 1.16.0 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

ibm-devx-sdk commented 6 months ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket: