Skip to content

cueloop@0.1.0-alpha.56

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:00
· 24 commits to main since this release
1343325

Patch Changes

  • #266 0c8f353 Thanks @mmurakaru! - Add a build:binary script that compiles cueloop into a self-contained executable with bun build --compile, bundling the Bun runtime so the binary needs neither Node nor a separate Bun. A release workflow builds one binary per platform (darwin-arm64, darwin-x64, linux-x64, linux-arm64) and attaches them, with a checksums.txt, to the GitHub Release. A curl installer served at cueloop.dev/install.sh and a Homebrew formula download those binaries, so curl -fsSL https://cueloop.dev/install.sh | sh and brew install cueloop install onto a stable PATH that survives Node version switches.

  • Updated dependencies []:

    • @cueloop/adapters@0.1.0-alpha.56
    • @cueloop/client@0.1.0-alpha.56
    • @cueloop/daemon@0.1.0-alpha.56
    • @cueloop/schema@0.1.0-alpha.56