Skip to content

fix(typescript): add npm license metadata#60

Open
mawxcodehub wants to merge 1 commit into
geo-engine:mainfrom
mawxcodehub:fix/npm-license-metadata-20260611
Open

fix(typescript): add npm license metadata#60
mawxcodehub wants to merge 1 commit into
geo-engine:mainfrom
mawxcodehub:fix/npm-license-metadata-20260611

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • Add the package license metadata to the published TypeScript client manifest.
  • Use Apache-2.0, matching the repository LICENSE.

Validation

  • node -e "const p=require('./typescript/package.json'); if(p.name!=='@geoengine/openapi-client') throw new Error('wrong package'); if(p.license!=='Apache-2.0') throw new Error('missing license'); console.log(JSON.stringify({name:p.name,version:p.version,license:p.license}))"
  • git diff --check
  • npm pack --dry-run --json --ignore-scripts ./typescript

Signed-off-by: SyntaxHQ <syntaxhq.dev@gmail.com>
@mawxcodehub mawxcodehub force-pushed the fix/npm-license-metadata-20260611 branch from 967d25b to aa185d1 Compare June 12, 2026 00:35
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