Uh oh!
There was an error while loading. Please reload this page.
fix: normalise package licence field - #944
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughNormalises package 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Pull request overview
This pull request fixes the display of "[object Object]" in the License field and OG image by normalizing the license field when it's an object with a type property.
Changes:
- Added license field normalization in the
transformPackumentfunction to extract thetypeproperty when the license is an object
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
wojtekmaj
commented
Feb 5, 2026
See also: npm/types#27 |
wojtekmaj
commented
Feb 5, 2026
Upstream fix: npm/types#185 |
Before:
https://npmx.dev/package/g
After: