fix(core): Handled non-existent package in publish module to avoid errors

This commit is contained in:
2024-10-28 15:57:31 +01:00
parent 1ea207cda1
commit 7dc98f9dd3
6 changed files with 19 additions and 3 deletions

View File

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