fix(core): Fix issues with path keys in tsconfig and logger setup in logging.ts.

This commit is contained in:
2024-10-28 01:36:24 +01:00
parent a3226efd9a
commit ff365ee508
5 changed files with 14 additions and 5 deletions

View File

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