From d0f485ee8553cce04274313b3bc4a257085e23df Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Mar 2026 16:49:58 +0000 Subject: [PATCH] fix(smartconfig): correct smartconfig package key and add npmjs registry for public releases --- .smartconfig.json | 18 +++++++++--------- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.smartconfig.json b/.smartconfig.json index 9c16b8f..254ef2d 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -1,5 +1,5 @@ { - "git.zone/cli": { + "@git.zone/cli": { "projectType": "npm", "module": { "githost": "code.foss.global", @@ -18,17 +18,17 @@ "yaml", "cli tool" ] + }, + "release": { + "registries": [ + "https://verdaccio.lossless.digital", + "https://registry.npmjs.org" + ], + "accessLevel": "public" } }, "@git.zone/tsdoc": { "legal": "\n## License and Legal Information\n\nThis repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. \n\n**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.\n\n### Trademarks\n\nThis project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.\n\n### Company Information\n\nTask Venture Capital GmbH \nRegistered at District court Bremen HRB 35230 HB, Germany\n\nFor any legal inquiries or if you require further information, please contact us via email at hello@task.vc.\n\nBy using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.\n" }, - "@git.zone/cli": { - "release": { - "registries": [ - "https://verdaccio.lossless.digital" - ], - "accessLevel": "public" - } - } + "@ship.zone/szci": {} } \ No newline at end of file diff --git a/changelog.md b/changelog.md index 3b6aa39..09b98eb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-03-24 - 4.0.21 - fix(smartconfig) +correct smartconfig package key and add npmjs registry for public releases + +- Rename the CLI configuration key from git.zone/cli to @git.zone/cli. +- Add https://registry.npmjs.org to the release registries alongside the existing Verdaccio registry. +- Register @ship.zone/szci in the project smart configuration. + ## 2025-08-17 - 4.0.19 - fix(readme) Update README with comprehensive quick start, usage examples, API reference and advanced guides diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5ea995e..0af2e2b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartscaf', - version: '4.0.19', + version: '4.0.21', description: 'A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.' }