@playkit-js/transcript 3.4.2 → 3.4.3-canary.0-e428cfe

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 3.4.3-canary.0-e428cfe (2023-05-19)
6
+
5
7
  ### [3.4.2](https://github.com/kaltura/playkit-js-transcript/compare/v3.4.1...v3.4.2) (2023-05-17)
6
8
 
7
9
 
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # PlayKit JS Transcript - plugin for the [PlayKit JS Player]
2
2
 
3
+ [![Build Status](https://github.com/kaltura/playkit-js-transcript/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-transcript/actions/workflows/run_canary_full_flow.yaml)
4
+ [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
5
+ [![](https://img.shields.io/npm/v/@playkit-js/transcript/latest.svg)](https://www.npmjs.com/package/@playkit-js/transcript)
6
+ [![](https://img.shields.io/npm/v/@playkit-js/transcript/canary.svg)](https://www.npmjs.com/package/@playkit-js/transcript/v/canary)
7
+
3
8
  PlayKit JS Transcript is written in [ECMAScript6], statically analysed using [Typescript] and transpiled in ECMAScript5 using [Babel].
4
9
 
5
10
  [typescript]: https://www.typescriptlang.org/