From 2e694e20faca7a0ee69daf8675a62e53b8e20618 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 02:52:15 +0000 Subject: [PATCH 1/2] Initial plan From 371ab9d0b07e85404fa6339343527b76bc05e3a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 02:55:54 +0000 Subject: [PATCH 2/2] Add funding and missing issue tracker metadata to published packages Agent-Logs-Url: https://github.com/nevware21/ts-build-tools/sessions/98ca1027-57a8-42ea-8416-a701b9aeb632 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --- lib/coverage-tools/package.json | 7 +++++++ lib/pre-proc/package.json | 4 ++++ lib/publish-npm/package.json | 7 +++++++ 3 files changed, 18 insertions(+) diff --git a/lib/coverage-tools/package.json b/lib/coverage-tools/package.json index 805be7c..115635a 100644 --- a/lib/coverage-tools/package.json +++ b/lib/coverage-tools/package.json @@ -40,6 +40,13 @@ "npm-pack": "copyfiles ../../LICENSE . && npm pack" }, "repository": "nevware21/ts-build-tools", + "bugs": { + "url": "https://github.com/nevware21/ts-build-tools/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "dependencies": { "globby": "^13.2.2", "istanbul-lib-coverage": "^3.0.0", diff --git a/lib/pre-proc/package.json b/lib/pre-proc/package.json index 89298a6..de55c3e 100644 --- a/lib/pre-proc/package.json +++ b/lib/pre-proc/package.json @@ -63,6 +63,10 @@ "bugs": { "url": "https://github.com/nevware21/ts-build-tools/issues" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "dependencies": { "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "globby": "^16.0.0" diff --git a/lib/publish-npm/package.json b/lib/publish-npm/package.json index e211824..2fab710 100644 --- a/lib/publish-npm/package.json +++ b/lib/publish-npm/package.json @@ -42,6 +42,13 @@ "npm-pack": "copyfiles ../../LICENSE . && npm pack" }, "repository": "nevware21/ts-build-tools", + "bugs": { + "url": "https://github.com/nevware21/ts-build-tools/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", "@nevware21/tripwire": ">= 0.1.8 < 2.x",