@kkcompany/ott-player 0.5.10 → 0.5.11

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.11](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.93...v0.5.11) (2026-08-13)
6
+
5
7
  ### [0.5.10](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.5.9...player@0.5.10) (2026-08-07)
6
8
 
7
9
  ### [0.5.9](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.5.0...player@0.5.9) (2026-08-03)
package/dist/index.cjs CHANGED
@@ -971,7 +971,7 @@ var preload_default = preload;
971
971
 
972
972
  //#endregion
973
973
  //#region package.json
974
- var version = "0.5.10";
974
+ var version = "0.5.11";
975
975
 
976
976
  //#endregion
977
977
  //#region src/constants.js
package/dist/index.mjs CHANGED
@@ -947,7 +947,7 @@ var preload_default = preload;
947
947
 
948
948
  //#endregion
949
949
  //#region package.json
950
- var version = "0.5.10";
950
+ var version = "0.5.11";
951
951
 
952
952
  //#endregion
953
953
  //#region src/constants.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkcompany/ott-player",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
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.27.1-canary.0",
27
+ "@kkcompany/player": "^2.27.2",
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",