fix(build): Corrected package.json and workflow dependencies and resolved formatting issues in tests.

This commit is contained in:
2025-03-04 12:32:00 +00:00
parent 5801d34f18
commit ed9a9b7f2c
6 changed files with 2250 additions and 1051 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-04 - 1.6.1 - fix(build)
Corrected package.json and workflow dependencies and resolved formatting issues in tests.
- Fixed incorrect global npm package reference for tsdoc installation in workflow file.
- Updated dependencies in package.json for consistency in package naming.
- Resolved inconsistent formatting and spacing in test files.
## 2025-03-04 - 1.6.0 - feat(assertion)
Enhanced the assertion error messaging and added new test cases.