fix(config): rename npmextra configuration to .smartconfig.json and align publish packaging with updated config handling

This commit is contained in:
2026-03-24 19:05:22 +00:00
parent 58ae83f732
commit 9d6daa0430
10 changed files with 3143 additions and 3287 deletions

View File

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