Skip to content

cyberplace@0.2.3

Latest

Choose a tag to compare

@unional unional released this 01 Sep 23:54
· 4 commits to main since this release
ff4ab51

Patch Changes

  • ca8f9ab: Ship the cyberplace/tavern entry point. exports["./tavern"] resolves to
    src/tavern/plugins.ts, but files listed only bin, dist and governances, 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/tavern is now packed.

    Also releases the tavern source resolution landed in the plugin extraction: a
    git-subdir marketplace entry rendered as npm:undefined because the resolver
    understood only string and npm sources. It now resolves those to the owning repo's
    directory URL.