Skip to content

Release v0.17.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:55
· 37 commits to develop since this release
aa3672e

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.17.0/tabstack-spark-0.17.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.17.0/tabstack-spark-0.17.0.tgz  # global CLI

What's New in v0.17.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/spark';

As CLI:

spark "your task here"