fix(config): migrate configuration loading to smartconfig and update build tooling compatibility

This commit is contained in:
2026-03-24 18:56:43 +00:00
parent c97306b22a
commit 3c3662d935
10 changed files with 164 additions and 135 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdocker',
version: '2.2.3',
description: 'develop npm modules cross platform with docker'
version: '2.2.4',
description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.'
}