fix(classes.tspublish): Refactor getModuleSubDirs method to streamline name validation for publish modules

This commit is contained in:
2024-11-05 00:47:16 +01:00
parent 5b768288c5
commit 78c73ee713
3 changed files with 17 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-05 - 1.7.4 - fix(classes.tspublish)
Refactor getModuleSubDirs method to streamline name validation for publish modules
- Moved the check for the presence of the 'name' field in tspublish.json from getModuleSubDirs to the publish method.
- Added log warning and continue flow if 'name' is not found during the publish process.
## 2024-11-05 - 1.7.3 - fix(TsPublish)
Add validation for tspublish.json name field