Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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.
- Loading branch information