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
api: change shape of input and output data (797090f)
api: create typescript declaration for api (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.