@signageos/front-applet 5.12.1 → 5.12.2
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 +4 -0
- package/dist/bundle.js.map +1 -1
- package/es6/FrontApplet/Stream/Stream.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import IPostMessage from '../IPostMessage';
|
|
|
2
2
|
import StreamProtocol from './StreamProtocol';
|
|
3
3
|
import IStreamMessage from './IStreamMessage';
|
|
4
4
|
import IStreamEventListener from './IStreamEventListener';
|
|
5
|
-
import { IStreamOptions } from '
|
|
5
|
+
import { IStreamOptions } from '../Video/IOptions';
|
|
6
6
|
export default class Stream {
|
|
7
7
|
private messagePrefix;
|
|
8
8
|
private postMessage;
|