@tivio/sdk-js 2.1.0-alpha → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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} createPlayerWrapper - functions which creates player wrapper in core-js
20
+ * @param {CreatePlayerWrapperType} createPlayerWrapperFromCoreJs - functions which creates player wrapper in core-js
21
21
  */
22
- export declare const onCreatePlayerWrapperReady: (createPlayerWrapper: CreatePlayerWrapperType) => void;
22
+ export declare const onCreatePlayerWrapperReady: (createPlayerWrapperFromCoreJs: CreatePlayerWrapperType) => void;
23
23
  /**
24
24
  * Public method accessible in SDK.
25
25
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tivio/sdk-js",
3
- "version": "2.1.0-alpha",
3
+ "version": "2.1.0",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "source": "src/index.ts",