Add zod-annotator npm metadata#474
Conversation
🦋 Changeset detectedLatest commit: cdc8da9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@shensz2017 is attempting to deploy a commit to the newbie012's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates the zod-annotator package with additional metadata fields and corresponding release documentation. The package.json was updated to include Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds
Confidence Score: 5/5This is a pure metadata-only change with no runtime code modifications — safe to merge. Both added fields ( No files require special attention. Important Files Changed
|
Summary
@ts-safeql/zod-annotator.Why
The published npm package currently exposes repository metadata but no homepage or bugs fields, so users browsing npm do not get direct links to the package source folder or issue tracker.
Validation
node -e "const p=require('./packages/zod-annotator/package.json'); if(p.homepage!=='https://github.com/ts-safeql/safeql/tree/main/packages/zod-annotator') throw new Error('homepage mismatch'); if(p.bugs?.url!=='https://github.com/ts-safeql/safeql/issues') throw new Error('bugs mismatch'); console.log('metadata smoke ok')"npm pack --dry-run --ignore-scripts ./packages/zod-annotatorgit diff --checkSummary by CodeRabbit
Chores
@ts-safeql/zod-annotatoras a patch release