UNPKG

rallf-js-sdk

Version:

Toolset to create Tasks for RALLF

34 lines (20 loc) 820 B
## v0.7.8 * Fixed `rallf-js package` not outputing ## v0.7.5 * Runner on close performs cooldown also ## v0.7.1 * Removed autocooldown, and updated events to match standard ## v0.7.0 * Changed rpc comunication standard to match https://github.com/QbitArtifacts/rallf-doc/blob/master/tech/developers/sdk/specification.md ## v0.6.0 * Fixed commands not working on MacOSx * Fixed Devices.get() threw error if device.name not defined * Added gitignore to init command ## v0.5.0 * Added `please-update` module, for checking if sdk is in the latest version * Secured git hooks with `husky` * Added ESLint * Updated examples * Added shortcuts to logger (@='task.fqtn', $='task.name'm %='task.robot_id') ## v0.4.12 * Refactored events.PubSub, now it extends from Node.EventEmitter