Skip to content

opencode-swarm-plugin@0.63.2

Choose a tag to compare

@github-actions github-actions released this 06 Feb 17:04
· 10 commits to main since this release
4d01ec8

Patch Changes

  • 35a81f3 Thanks @joelhooks! - fix(publish): bump bun to 1.3.8 and add workspace dep resolution safety net

    Previous fix (0.63.1) still shipped with unresolved workspace:* because CI
    was pinned to bun 1.3.4 via packageManager. Bumps to 1.3.8 and replaces the
    inline one-liner with a proper publish script that verifies and resolves any
    leaked workspace:* references before uploading to npm.