From 74518bd830f89cffb0075aef35342952c92a3aa3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 17:11:07 +0000 Subject: [PATCH 1/3] Initial plan From b1b5e1c9e687d571547d6f45bb55b5ed3bf97dd8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 17:18:44 +0000 Subject: [PATCH 2/3] chore: add funding metadata to published package manifests Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/c3d44cd4-10f5-4b6e-8cae-d027eee653a5 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --- core/package.json | 2 +- shim/chai/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index b967177..1d0c09e 100644 --- a/core/package.json +++ b/core/package.json @@ -8,6 +8,7 @@ "name": "Nevware21 Solutions LLC", "email": "github+tripwire@nevware21.com" }, + "funding": "https://github.com/sponsors/nevware21", "keywords": [ "test", "testing", @@ -95,4 +96,3 @@ "copyfiles": "^2.4.1" } } - diff --git a/shim/chai/package.json b/shim/chai/package.json index a51f328..3af1a9d 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -8,6 +8,7 @@ "name": "Nevware21 Solutions LLC", "email": "github+tripwire@nevware21.com" }, + "funding": "https://github.com/sponsors/nevware21", "keywords": [ "test", "testing", @@ -96,4 +97,3 @@ "copyfiles": "^2.4.1" } } - From 696fef6dbde1dba315a8968288c1f6d37a498db6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 04:54:20 +0000 Subject: [PATCH 3/3] chore: align funding metadata format with sponsor config Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/99adeb5f-6358-4827-ab8b-e801f69b78b1 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --- core/package.json | 11 ++++++++++- shim/chai/package.json | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index 1d0c09e..281701a 100644 --- a/core/package.json +++ b/core/package.json @@ -8,7 +8,16 @@ "name": "Nevware21 Solutions LLC", "email": "github+tripwire@nevware21.com" }, - "funding": "https://github.com/sponsors/nevware21", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/nevware21" + } + ], "keywords": [ "test", "testing", diff --git a/shim/chai/package.json b/shim/chai/package.json index 3af1a9d..ef344a8 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -8,7 +8,16 @@ "name": "Nevware21 Solutions LLC", "email": "github+tripwire@nevware21.com" }, - "funding": "https://github.com/sponsors/nevware21", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/nevware21" + } + ], "keywords": [ "test", "testing",