|
|
|
|
|
by foob
87 days ago
|
|
Amusingly, they deprecated it with a message of "Unpublished" instead of actually unpublishing it [1]. When you use npm unpublish it removes the package version from the registry, when you use npm deprecate it leaves it there and simply marks the package as deprecated with your message. I have to imagine the point was to make it harder for people to download the source map, so to deprecate it with this message gives off a bit of claude, unpublish the latest version of this package for me vibe. [1] - https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.... |
|