@silvery/ui@0.3.0 was published with unresolved workspace:* dependencies
@silvery/ui@0.3.0 is published with workspace:* dependencies that Bun can't resolve outside the monorepo.
I hit this when running:
Current package metadata includes:
{
"dependencies": {
"@silvery/react": "workspace:*",
"@silvery/theme": "workspace:*"
}
}
Bun treats those as local workspace dependencies and fails:
bun add @silvery/ui
error: Workspace dependency "@silvery/react" not found
error: Workspace dependency "@silvery/theme" not found
error: @silvery/react@workspace:* failed to resolve
error: @silvery/theme@workspace:* failed to resolve
@silvery/react@0.3.0 and @silvery/theme@0.3.0 are both on npm, so it looks like the publish step didn't rewrite workspace:* to real versions.
Environment: