@extscreen/es3-player-manager 0.0.12 → 1.0.1

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.
@@ -10,4 +10,5 @@ export interface ESMediaItem {
10
10
  readonly interceptors?: Array<ESIPlayerInterceptor>;
11
11
  readonly position?: ESPlayerPosition;
12
12
  metadata?: ESMediaMetadata;
13
+ [prop: string]: any;
13
14
  }
@@ -5,4 +5,5 @@ export interface ESMediaItemList {
5
5
  readonly list: Array<ESMediaItem>;
6
6
  readonly interceptors?: Array<ESIPlayerInterceptor>;
7
7
  metadata?: ESMediaMetadata;
8
+ [prop: string]: any;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es3-player-manager",
3
- "version": "0.0.12",
3
+ "version": "1.0.1",
4
4
  "description": "ES Vue framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",