Closed lucacasonato closed 6 months ago
@lucacasonato Thanks so much for fixing this! ❤️
As a package author, do we have to publish a new version for this fix to be reflected in the npm distribution?
No- it will be reflected automatically
I tried removing my node_modules
, ran pnpm store prune
, and did a reinstall using pnpm i
. Seems like I still get the version of package that has been built before this fix. Maybe there is a cache somewhere keeping the stale version around 🤔, which I guess kinda makes sense because in npm’s world there is an assumption that a package version’s tarball content would never ever change.
So I had to release a new version to JSR and install the new version. This works fine now. 👍
Thanks again for the fix!
Failing NPM tarball test spec (PR that adds this spec format still WIP).