From 18660b98789319995f8354c1f8d7c29d1b094c51 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 11 Jan 2026 19:35:20 +0000 Subject: [PATCH] fix(package.json): update repository URL to code.foss.global --- changelog.md | 6 ++++++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index b2834fc..4353b3d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-11 - 2.7.1 - fix(package.json) +update repository URL to code.foss.global + +- repository.url changed from https://gitlab.com/gitzone/tsbundle.git to https://code.foss.global/git.zone/tsbundle.git +- bugs.url in package.json still points to https://gitlab.com/gitzone/tsbundle/issues + ## 2026-01-11 - 2.7.0 - feat(tsbundle) add npmextra-driven custom bundles, base64-ts output and interactive init wizard diff --git a/package.json b/package.json index d573451..c77e796 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977", "repository": { "type": "git", - "url": "https://gitlab.com/gitzone/tsbundle.git" + "url": "https://code.foss.global/git.zone/tsbundle.git" }, "bugs": { "url": "https://gitlab.com/gitzone/tsbundle/issues" diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c3c8966..4af3670 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbundle', - version: '2.7.0', + version: '2.7.1', description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects' }