@hopecloud/jetstream-player 0.2.4 → 0.2.5

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.
@@ -1,3 +1,4 @@
1
+ export declare let embedVideosSrc: string[];
1
2
  type CallbackType = (index: number) => void;
2
3
  export declare const onEnded: (callback: CallbackType) => void;
3
4
  export declare const playVideo: (callback: CallbackType) => void;
@@ -1,6 +1,6 @@
1
1
  let iframesWithEmbedVideo = [];
2
2
  let allIframes = [];
3
- let embedVideosSrc = [];
3
+ export let embedVideosSrc = [];
4
4
  const callbacks = {};
5
5
  export const onEnded = (callback) => {
6
6
  callbacks.onEnded = callback;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopecloud/jetstream-player",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Embeddable player for Jetstream videos",
5
5
  "scripts": {
6
6
  "build": "tsc"