@tivio/sdk-js 2.1.0-alpha → 2.1.0
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/README.md +2 -1
- package/dist/index.js +1 -1
- package/dist/services/playerWrapper.d.ts +2 -2
- package/package.json +1 -1
@@ -17,9 +17,9 @@ export declare class PlayerWrapper implements TivioPlayerWrapper {
|
|
17
17
|
/**
|
18
18
|
* Called when tivio is initialized (remote bundle is ready).
|
19
19
|
*
|
20
|
-
* @param {CreatePlayerWrapperType}
|
20
|
+
* @param {CreatePlayerWrapperType} createPlayerWrapperFromCoreJs - functions which creates player wrapper in core-js
|
21
21
|
*/
|
22
|
-
export declare const onCreatePlayerWrapperReady: (
|
22
|
+
export declare const onCreatePlayerWrapperReady: (createPlayerWrapperFromCoreJs: CreatePlayerWrapperType) => void;
|
23
23
|
/**
|
24
24
|
* Public method accessible in SDK.
|
25
25
|
*
|