@kkcompany/player 2.25.0-canary.16 → 2.25.0-canary.18
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 +14 -0
- package/dist/core.mjs +658 -5
- package/dist/index.js +1362 -576
- package/dist/index.mjs +703 -15
- package/dist/modules.mjs +2 -2
- package/dist/react.mjs +705 -17
- package/package.json +1 -1
package/dist/modules.mjs
CHANGED
|
@@ -991,7 +991,7 @@ const mapLogEvents$1 = ({
|
|
|
991
991
|
function getVersion() {
|
|
992
992
|
try {
|
|
993
993
|
// eslint-disable-next-line no-undef
|
|
994
|
-
return "2.25.0-canary.
|
|
994
|
+
return "2.25.0-canary.18";
|
|
995
995
|
} catch (e) {
|
|
996
996
|
return undefined;
|
|
997
997
|
}
|
|
@@ -1413,7 +1413,7 @@ const createAnalytics = ({
|
|
|
1413
1413
|
const logTarget = mapLogEvents({
|
|
1414
1414
|
video,
|
|
1415
1415
|
playerName: 'shaka',
|
|
1416
|
-
version: "2.25.0-canary.
|
|
1416
|
+
version: "2.25.0-canary.18"
|
|
1417
1417
|
});
|
|
1418
1418
|
logTarget.all((type, data) => {
|
|
1419
1419
|
const payload = {
|