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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspublish',
version: '1.7.3',
version: '1.7.4',
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
}