fix(core): Fix issue with tspublish.json name validation in TsPublish class

This commit is contained in:
2024-11-05 00:51:07 +01:00
parent 4e8671a21d
commit 9bddf09aa7
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-05 - 1.7.5 - fix(core)
Fix issue with tspublish.json name validation in TsPublish class
- Resolved incorrect JSON parsing and validation for 'name' property in tspublish.json in the TsPublish.publish method.
- Removed redundant JSON parse from plugin.smartfile.fs.toStringSync in publish method.
## 2024-11-05 - 1.7.4 - fix(classes.tspublish)
Refactor getModuleSubDirs method to streamline name validation for publish modules