fix(core): Fixes handling of undefined paths in tsconfig generation.

This commit is contained in:
2024-10-28 01:24:52 +01:00
parent 5f9bd73904
commit 2b518722df
4 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-28 - 1.5.1 - fix(core)
Fixes handling of undefined paths in tsconfig generation.
- Added a null check for `paths` in the original tsconfig before modifying it.
- Enhanced testing by adding a test case for creating a TsPublish instance.
## 2024-10-28 - 1.5.0 - feat(classes.publishmodule)
Add method to create and write tsconfig.json during publish module setup