Skip to content

v1.2.1

Latest

Choose a tag to compare

@umair-ably umair-ably released this 30 Jun 16:05
· 24 commits to main since this release
e8a305b

Fixed

  • npx @ably/cli <command> now runs without a redundant ably token, so npx @ably/cli init works as expected. The package previously shipped two binaries, which stopped npx from auto-selecting one. It now ships a single ably binary. The older forms (npx -p @ably/cli ably <command>, npx @ably/cli ably <command>, and npm install -g @ably/cli) all still work.

Changed

  • The standalone ably-interactive binary is no longer installed as a separate global command. Interactive mode now handles Ctrl+C in-process. This is an internal change for most users; the terminal server consumes it through a companion update.