Closed bluwy closed 7 months ago
Oh, whoops, I thought fixup.sh was just doing the hybrid stuff, forgot about the minification. Will fix.
Hey, it seems like it's still not quite fixed yet on v10.2.1 (latest). The .min.js
files aren't published: https://www.npmjs.com/package/lru-cache?activeTab=code
Since v10.0.2, the
./min
exports files are missing. v10.0.1 has the files. GitHub diff between v10.0.1 and v10.0.2.Personally I'm not using this library nor the specific export, but I found this from https://publint.dev/lru-cache@10.0.2 as
lru-cache
is a popular npm package.I think the issue is because
fixup.sh
is not called before publish. Orpackage.json
tshy.exports
doesn't matchexports
?