@playkit-js/unisphere 0.0.19-canary.0-4cd88e9 → 0.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/unisphere",
3
- "version": "0.0.19-canary.0-4cd88e9",
3
+ "version": "0.0.19",
4
4
  "description": "Playkit JS Unisphere plugin",
5
5
  "main": "dist/playkit-unisphere.js",
6
6
  "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "player"
21
21
  ],
22
22
  "scripts": {
23
- "preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
23
+ "disabled-preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
24
24
  "dev": "webpack serve --open --mode development",
25
25
  "watch": "webpack --mode development --watch",
26
26
  "build:prod": "webpack --mode production",
@@ -114,6 +114,9 @@ class UnispherePluginManager {
114
114
  }
115
115
  });
116
116
  }
117
+
118
+ //@ts-ignore
119
+ this.player.ui.store.dispatch(shell.actions.updateTimeDisplayIsMinimized(true));
117
120
  // event for playkit-js-seo
118
121
  this.player.dispatchEvent(new FakeEvent(PlayerEvent.UNISPHERE_CHAPTERS_ADDED, payload));
119
122
  }