Skip to content

Add package license metadata#311

Closed
yanziwei wants to merge 1 commit into
vercel:mainfrom
yanziwei:yanziwei/add-license-metadata
Closed

Add package license metadata#311
yanziwei wants to merge 1 commit into
vercel:mainfrom
yanziwei:yanziwei/add-license-metadata

Conversation

@yanziwei

Copy link
Copy Markdown

Summary

  • add Apache-2.0 license metadata to the package manifest
  • align the published npm metadata with the repository license

Verification

  • npm view @vercel/sdk@latest name version license repository homepage bugs --json
  • node -e "const p=require('./package.json'); if (p.license !== 'Apache-2.0') throw new Error('license mismatch'); console.log(p.name, p.version, p.license)"
  • git diff --check
  • npm pack --dry-run --ignore-scripts --json

@yanziwei yanziwei requested a review from a team as a code owner June 10, 2026 15:04
ismaelrumzan added a commit that referenced this pull request Jun 10, 2026
…JSON (#312)

Adds license to gen.yaml so Speakeasy includes it on every generation run,
preventing it from being overwritten. Addresses the concern raised in PR #311.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@ismaelrumzan

Copy link
Copy Markdown
Collaborator

Thank you - created this PR: #312 so the change happens on generation

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.

2 participants