Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tvkitchen/base-constants

tvkitchen13Apache-2.01.2.0

Constants used for communication between TV Kitchen components.

readme

@tvkitchen/base-constants

This package exports constant strings that define interfaces across the TV Kitchen project (e.g. types of data being passed around).

See the @tvkitchen/base README for more information.

Install

Using Yarn:

yarn add @tvkitchen/base-constants --dev

or using npm:

npm install --save-dev @tvkitchen/base-constants

changelog

Changelog for @tvkitchen/base-constants

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.2.0 - 2020-07-12

  • Added appliance event constants.

1.1.1 - 2020-06-29

Added

  • Fixed a bug where the published version did not include the updated build.

1.1.0 - 2020-06-17

Added

  • Added log level constants.

1.0.1 - 2020-06-05

Changed

  • Improved package description.

1.0.0 - 2020-05-27

Added

  • STREAM.* data types.
  • TEXT.* data types.
  • Initial setup.