Skip to content

v0.2.0

Choose a tag to compare

@fchazarreta-bs fchazarreta-bs released this 02 Jul 17:38
a3a2ddc

Added

  • Standalone binaries. This release ships self-contained, Node-bundling b6p executables for Windows (x64) and macOS (x64 + arm64), built in CI via Node SEA and attached below (b6p-windows-x64.exe, b6p-macos-x64, b6p-macos-arm64, each with a .sha256 checksum sidecar). They run the full CLI on machines with no Node or npm installed — download one file, put it on PATH, and b6p <command> works. The npm package (npm i -g @bluestep-systems/b6p-cli) is unchanged and remains the primary distribution. See the toolchain ADR.

Fixed

  • b6p --version now reports the actual package version instead of a hardcoded 0.0.1. The version is injected at build time via an esbuild define (__B6P_VERSION__), so it stays correct in both the npm bundle and the standalone binary — neither of which can read package.json at runtime.

Full changelog: https://github.com/Bluestep-Systems/b6p-cli/blob/v0.2.0/CHANGELOG.md