@playkit-js/unisphere 0.0.15 → 0.0.16-canary.0-f077519

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.15",
3
+ "version": "0.0.16-canary.0-f077519",
4
4
  "description": "Playkit JS Unisphere plugin",
5
5
  "main": "dist/playkit-unisphere.js",
6
6
  "typings": "dist/index.d.ts",
@@ -92,7 +92,7 @@
92
92
  "name": "unisphere",
93
93
  "dependencies": {
94
94
  "playkit-ui-managers": "1.8.2",
95
- "playkit-timeline": "3.1.3"
95
+ "playkit-timeline": "3.1.4"
96
96
  }
97
97
  }
98
98
  }
@@ -112,6 +112,9 @@ class UnispherePluginManager {
112
112
  }
113
113
  });
114
114
  }
115
+
116
+ // TODO: Export this event and in playkit-js-seo
117
+ this.player.dispatchEvent(new FakeEvent('UNISPHERE_CHAPTERS_ADDED', payload))
115
118
  }
116
119
  });
117
120