You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [7.0.0](v6.1.4...v7.0.0) (2022-02-14)
### Bug Fixes
* **deps:** update dependency @adobe/helix-log to v6 ([#363](#363)) ([6298ed2](6298ed2))
* **index:** remove reference to single input file ([7324427](7324427)), closes [#386](#386)
* **symbols:** tweak exports ([d31ab23](d31ab23))
* **tests:** use fileToURLPath for dirname ([352d032](352d032))
### Code Refactoring
* use esm ([a628755](a628755))
### Features
* **api:** change shape of input and output data ([797090f](797090f))
* **api:** create typescript declaration for api ([92426f9](92426f9))
### BREAKING CHANGES
* `jsonschema2md` now uses ECMAScript Modules (`import`/`export`) instead of CommonJS Modules (`require`/`exports`). This was driven by the desire to stay up to date with dependencies that switched to ESM.
Expected Behaviour
docs:
pass a single file as input using
-d /path/to/file.json
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
github actions / ubuntu + actions/setup-node@v2
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: