Skip to content

Add client bugs metadata#1464

Open
YfengJ wants to merge 1 commit into
sendgrid:mainfrom
YfengJ:codex/sendgrid-client-bugs-metadata
Open

Add client bugs metadata#1464
YfengJ wants to merge 1 commit into
sendgrid:mainfrom
YfengJ:codex/sendgrid-client-bugs-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 12, 2026

Copy link
Copy Markdown

Summary

Adds bugs.url metadata to the @sendgrid/client package manifest, matching the issue tracker already declared in the repository root package metadata.

This leaves runtime code, dependencies, generated files, package exports, and version fields unchanged.

Validation

  • node -e "const p=require('./packages/client/package.json'); if (p.bugs?.url !== 'https://github.com/sendgrid/sendgrid-nodejs/issues') throw new Error('bugs.url missing or incorrect'); console.log(JSON.stringify({name:p.name,version:p.version,bugs:p.bugs}))"
  • (cd packages/client && npm pack --dry-run --ignore-scripts --json)
  • git diff --check

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