From 497b267b430b662d393a6686c979d562d6e2ad9b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 11 Apr 2025 10:59:09 +0000 Subject: [PATCH] fix(metadata): Update repository URLs and metadata to reflect the new organization scope --- changelog.md | 6 ++++++ npmextra.json | 2 +- package.json | 6 +++--- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 2a3fe53..be591f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-04-11 - 3.0.73 - fix(metadata) +Update repository URLs and metadata to reflect the new organization scope + +- Changed gitscope from 'pushrocks' to 'api.global' in npmextra.json +- Updated repository URL, bugs URL, and homepage in package.json to use code.foss.global/api.global/typedserver + ## 2025-04-11 - 3.0.72 - fix(project) chore: no changes - commit metadata update diff --git a/npmextra.json b/npmextra.json index 8859d18..1a11c73 100644 --- a/npmextra.json +++ b/npmextra.json @@ -6,7 +6,7 @@ "projectType": "npm", "module": { "githost": "code.foss.global", - "gitscope": "pushrocks", + "gitscope": "api.global", "gitrepo": "typedserver", "description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.", "npmPackagename": "@api.global/typedserver", diff --git a/package.json b/package.json index fd7ae9d..e3fb825 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/pushrocks/easyserve.git" + "url": "https://code.foss.global/api.global/typedserver.git" }, "keywords": [ "TypeScript", @@ -42,7 +42,7 @@ "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { - "url": "https://github.com/pushrocks/easyserve/issues" + "url": "https://code.foss.global/api.global/typedserver/issues" }, "files": [ "ts/**/*", @@ -56,7 +56,7 @@ "npmextra.json", "readme.md" ], - "homepage": "https://github.com/pushrocks/easyserve", + "homepage": "https://code.foss.global/api.global/typedserver", "dependencies": { "@api.global/typedrequest": "^3.1.10", "@api.global/typedrequest-interfaces": "^3.0.19", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9225bf2..e36f0ba 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedserver', - version: '3.0.72', + version: '3.0.73', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' }