feat(core): Enhanced tspublish with ordered compilation and updated dependencies

This commit is contained in:
2024-11-05 00:33:21 +01:00
parent 6b3cd84b65
commit 94c38e21b3
6 changed files with 449 additions and 265 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-05 - 1.7.0 - feat(core)
Enhanced tspublish with ordered compilation and updated dependencies
- Added 'order' property to ITsPublishJson interface to ensure project compilation order.
- Updated development dependencies: @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tsrun, and @types/node.
## 2024-10-28 - 1.6.0 - feat(classes.publishmodule)
Added copying of readme and license files to publish directory