Version 7.1.4 of @adobe/jsonschema2md brings subtle improvements for developers working with JSON Schema validation and documentation. Compared to the previous stable version, 7.1.3, the update incorporates a newer version of the fs-extra dependency, moving from 10.1.0 to 11.0.0. This upgrade in fs-extra likely brings enhanced file system operations, potentially improving the library's performance or stability when processing schema files.
Another notable difference lies in the development dependencies. The newer version includes newer versions of eslint (8.28.0 vs 8.27.0), typescript (4.9.3 vs 4.8.4), lint-staged (13.0.4 vs 13.0.3) and @types/yargs (17.0.14 vs 17.0.13). These updates suggest improvements in code linting, type checking, and staged git commit handling, ensuring a cleaner and more maintainable codebase.
While the core functionality of validating and documenting JSON schemas remains consistent, the underlying dependency updates in version 7.1.4 contribute to a more robust and developer-friendly experience. Developers should evaluate the fs-extra upgrade benefits within their specific workflows. Also note that the unpacked size has become slightly greater, now at 208877, but it's nothing significant.
The are not vulnerabilities for the version 7.1.4 of the package @adobe/jsonschema2md