Patch Changes
-
ca8f9ab: Ship the
cyberplace/tavernentry point.exports["./tavern"]resolves to
src/tavern/plugins.ts, butfileslisted onlybin,distandgovernances, so the
file was never in the tarball and the subpath 404'd for every consumer outside this
workspace. In-repo callers resolved through the workspace link, which is why it went
unnoticed.src/tavernis now packed.Also releases the tavern source resolution landed in the plugin extraction: a
git-subdirmarketplace entry rendered asnpm:undefinedbecause the resolver
understood onlystringandnpmsources. It now resolves those to the owning repo's
directory URL.