Skip to content

chore: add package metadata links#57

Open
452740336 wants to merge 1 commit into
LandrAudio:masterfrom
452740336:codex/package-metadata-links
Open

chore: add package metadata links#57
452740336 wants to merge 1 commit into
LandrAudio:masterfrom
452740336:codex/package-metadata-links

Conversation

@452740336

@452740336 452740336 commented Jun 12, 2026

Copy link
Copy Markdown

Summary

Adds npm package metadata links for the public issue tracker and README homepage.

This is a small AI-assisted metadata cleanup. The package currently publishes repository and license metadata, but the latest npm metadata does not expose bugs or homepage.

Verification

npm view openapi-codegen-typescript@0.1.29 name version repository homepage bugs license --json
node -e "const p=require('./package.json'); console.log(JSON.stringify({name:p.name,version:p.version,repository:p.repository,bugs:p.bugs,homepage:p.homepage,license:p.license}, null, 2)); if (p.bugs?.url !== 'https://github.com/LandrAudio/openapi-codegen-typescript/issues' || p.homepage !== 'https://github.com/LandrAudio/openapi-codegen-typescript#readme') process.exit(1)"
git diff --check
npm pack --dry-run --json

@452740336

Copy link
Copy Markdown
Author

Hi, checking in on this PR after a quiet review window.

  • PR: chore: add package metadata links #57
  • Scope: chore: add package metadata links
  • Related bounty/reward: up to $5 XMR equivalent
    I do not see new review feedback yet. If there is anything you would like changed before this can be reviewed or merged, I can make a focused follow-up update.

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.

1 participant