@playkit-js/transcript 3.4.2 → 3.4.3-canary.0-a5f9e18
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 +7 -0
- package/README.md +5 -0
- package/dist/playkit-transcript.js +1 -1
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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-a5f9e18 (2023-05-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-13123:** replace travis with github actions ([a5f9e18](https://github.com/kaltura/playkit-js-transcript/commit/a5f9e18b2a0f6cec2480307a3a95d0b6e9b4d92e))
|
|
11
|
+
|
|
5
12
|
### [3.4.2](https://github.com/kaltura/playkit-js-transcript/compare/v3.4.1...v3.4.2) (2023-05-17)
|
|
6
13
|
|
|
7
14
|
|
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# PlayKit JS Transcript - plugin for the [PlayKit JS Player]
|
|
2
2
|
|
|
3
|
+
[](https://github.com/kaltura/playkit-js-transcript/actions/workflows/run_canary_full_flow.yaml)
|
|
4
|
+
[](https://github.com/prettier/prettier)
|
|
5
|
+
[](https://www.npmjs.com/package/@playkit-js/transcript)
|
|
6
|
+
[](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/
|