v1.1.2
Fixed
- Dist-tag versions no longer cause false resolution errors -- dependencies using dist-tags as their version (e.g.,
npm:@fumadocs/base-ui@latest,next,canary) are now correctly skipped instead of failing with "Failed to resolve from registry". Dist-tags resolve dynamically at install time, so there is nothing to update. packageManagerwrite no longer crashes withCannot use 'in' operator-- thepackageManagerfield is a string (e.g.,bun@1.3.10), not an object. The write loop now guards against non-object source fields instead of blindly using theinoperator on them.
Full Changelog: v1.1.0...v1.1.2