feat(core): Refactor directory reading and module discovery for publishing process

This commit is contained in:
2024-10-26 14:08:23 +02:00
parent 386504b0fb
commit dc97693ec8
6 changed files with 3085 additions and 4133 deletions

View File

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