From 5743275ea17b2f1a68166346512fc663a2824c1e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 17:12:40 +0000 Subject: [PATCH 1/2] Initial plan From 235d0dc69aa0dd2e1c640ad9494ad8970d4a719f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 17:19:53 +0000 Subject: [PATCH 2/2] chore: add funding metadata to published package manifests Agent-Logs-Url: https://github.com/nevware21/ts-debug/sessions/a74ffd24-9608-4279-808a-6108bba8dfa3 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --- dbg/package.json | 11 ++++++++++- providers/package.json | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dbg/package.json b/dbg/package.json index c2690a5..c667bfa 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -26,6 +26,16 @@ "bugs": { "url": "https://github.com/nevware21/ts-debug/issues" }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "buymeacoffee", + "url": "https://buymeacoffee.com/nevware21" + } + ], "sideEffects": false, "licenses": [ { @@ -113,4 +123,3 @@ - diff --git a/providers/package.json b/providers/package.json index 24ee26d..19594de 100644 --- a/providers/package.json +++ b/providers/package.json @@ -26,6 +26,16 @@ "bugs": { "url": "https://github.com/nevware21/ts-debug/issues" }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "buymeacoffee", + "url": "https://buymeacoffee.com/nevware21" + } + ], "sideEffects": false, "licenses": [ { @@ -112,4 +122,3 @@ -