Skip to content

Add funding metadata to published package manifests and align package references#205

Merged
nev21 merged 3 commits into
mainfrom
copilot/add-funding-details-package-json
May 10, 2026
Merged

Add funding metadata to published package manifests and align package references#205
nev21 merged 3 commits into
mainfrom
copilot/add-funding-details-package-json

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 10, 2026

This updates published package.json metadata so npm packages include funding details and have complete project reference fields. The change ensures all published packages expose consistent repository/support metadata.

  • Metadata completeness for published packages

    • Added funding to:
      • lib/pre-proc/package.json
      • lib/coverage-tools/package.json
      • lib/publish-npm/package.json
  • Reference alignment across published manifests

    • Added missing bugs entries to:
      • lib/coverage-tools/package.json
      • lib/publish-npm/package.json
    • Kept existing homepage, repository, and license fields unchanged.
  • Funding field format

    • Standardized on GitHub Sponsors metadata:
"funding": {
  "type": "github",
  "url": "https://github.com/sponsors/nevware21"
}

Copilot AI linked an issue May 10, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add funding details to published package.json files Add funding metadata to published package manifests and align package references May 10, 2026
Copilot AI requested a review from nev21 May 10, 2026 03:02
Copilot finished work on behalf of nev21 May 10, 2026 03:02
@nev21 nev21 marked this pull request as ready for review May 10, 2026 16:24
@nev21 nev21 requested a review from a team as a code owner May 10, 2026 16:24
Copilot AI review requested due to automatic review settings May 10, 2026 16:24
@nev21 nev21 requested a review from a team as a code owner May 10, 2026 16:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@nev21 nev21 enabled auto-merge (squash) May 10, 2026 17:05
Copy link
Copy Markdown
Contributor

@nevware21-bot nevware21-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by nevware21-bot

@nev21 nev21 merged commit 4a8f3cb into main May 10, 2026
8 checks passed
@nev21 nev21 deleted the copilot/add-funding-details-package-json branch May 10, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add function details to the publish packages

4 participants