Add funding metadata to published package manifests#316
Conversation
Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/c3d44cd4-10f5-4b6e-8cae-d027eee653a5 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
|
@copilot try again |
Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/99adeb5f-6358-4827-ab8b-e801f69b78b1 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Updated both published package manifests to use the same funding array format as ts-async PR #496 (GitHub Sponsors + Buy Me a Coffee). Commit: 696fef6. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
Adds standard npm funding metadata to the two published package manifests (@nevware21/tripwire and @nevware21/tripwire-chai) so consumers can discover sponsorship options, without altering publish entrypoints or other package metadata.
Changes:
- Added
fundingarray entries (GitHub Sponsors + Buy Me a Coffee) tocore/package.json. - Added
fundingarray entries (GitHub Sponsors + Buy Me a Coffee) toshim/chai/package.json.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| core/package.json | Adds funding metadata to the core published package manifest. |
| shim/chai/package.json | Adds funding metadata to the Chai shim published package manifest. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #316 +/- ##
=======================================
Coverage 95.30% 95.30%
=======================================
Files 137 137
Lines 6388 6388
Branches 1640 1640
=======================================
Hits 6088 6088
Misses 300 300 🚀 New features to boost your workflow:
|
nevware21-bot
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
This updates published package metadata to include funding information and ensures publish-facing package references remain intact. The issue requested adding required funding details and validating package references.
Published package metadata
fundingto:core/package.json(@nevware21/tripwire)shim/chai/package.json(@nevware21/tripwire-chai)nevware21nevware21Publish manifest consistency
{ "author": { "name": "Nevware21 Solutions LLC", "email": "github+tripwire@nevware21.com" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/nevware21" }, { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/nevware21" } ] }> [!WARNING]
>
>