You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct exports condition ordering, add homepage/bugs fields, and inject version at build time
- Restructure package.json exports to use nested conditions with "types"
first under each format (import/require), following TypeScript best practices
- Add missing "homepage" and "bugs" fields to package.json for npm registry
- Replace hardcoded version strings in src/cli.ts and src/mcp/server.ts with
process.env.PACKAGE_VERSION, injected at build time via tsup's define option
- Add package.json import and define config to tsup.config.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments