@kkcompany/ott-player 0.5.5 → 0.5.6

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
+ ### [0.5.6](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.5.5...player@0.5.6) (2026-07-10)
6
+
5
7
  ### [0.5.5](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.5.3...player@0.5.5) (2026-07-10)
6
8
 
7
9
  ### [0.5.3](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.5.2...player@0.5.3) (2026-07-03)
package/dist/index.cjs CHANGED
@@ -914,7 +914,7 @@ var preload_default = preload;
914
914
 
915
915
  //#endregion
916
916
  //#region package.json
917
- var version = "0.5.5";
917
+ var version = "0.5.6";
918
918
 
919
919
  //#endregion
920
920
  //#region src/constants.js
package/dist/index.mjs CHANGED
@@ -890,7 +890,7 @@ var preload_default = preload;
890
890
 
891
891
  //#endregion
892
892
  //#region package.json
893
- var version = "0.5.5";
893
+ var version = "0.5.6";
894
894
 
895
895
  //#endregion
896
896
  //#region src/constants.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkcompany/ott-player",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/index.mjs",
@@ -24,7 +24,7 @@
24
24
  "release": "standard-version -a"
25
25
  },
26
26
  "dependencies": {
27
- "@kkcompany/player": "^2.25.0",
27
+ "@kkcompany/player": "~2.26.9-canary.1",
28
28
  "@testing-library/jest-dom": "^5.16.5",
29
29
  "@testing-library/react": "^13.4.0",
30
30
  "@testing-library/user-event": "^13.5.0",