From 065e0baaf75c44cf3e40d03e4749b6e31819bd93 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Mar 2025 23:00:51 +0000 Subject: [PATCH] fix(package.json): Update repository URLs in package metadata. --- changelog.md | 5 +++++ package.json | 4 ++-- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 95485e4..25be0d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-03-04 - 2.2.5 - fix(package.json) +Update repository URLs in package metadata. + +- Corrected the 'bugs.url' and 'homepage' fields with the accurate URLs. + ## 2025-03-04 - 2.2.4 - fix(core) Fix compiler logic to remove duplicate compiled files and improve glob pattern handling. diff --git a/package.json b/package.json index 0a50410..4790f60 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "author": "Lossless GmbH", "license": "MIT", "bugs": { - "url": "https://gitlab.com/pushrocks/tsn/issues" + "url": "https://code.foss.global/git.zone/tsbuild/issues" }, - "homepage": "https://gitlab.com/pushrocks/tsn#README", + "homepage": "https://code.foss.global/git.zone/tsbuild#README", "dependencies": { "@git.zone/tspublish": "^1.9.1", "@push.rocks/early": "^4.0.4", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e4a2c7c..3127372 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbuild', - version: '2.2.4', + version: '2.2.5', description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.' }