@tivio/sdk-react 9.0.0 → 9.1.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -0
- package/README.md.bak +3 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +8 -0
- package/package.json +2 -2
package/dist/sdk-react.d.ts
CHANGED
@@ -1014,6 +1014,14 @@ export declare type DocumentOptions = Partial<{
|
|
1014
1014
|
subscribeOnChanges: boolean;
|
1015
1015
|
}>;
|
1016
1016
|
|
1017
|
+
/**
|
1018
|
+
* Does the same as TivioProvider in useRemoteBundle - so it downloads bundle,
|
1019
|
+
* calls init on it and returns bundle state.
|
1020
|
+
*
|
1021
|
+
* @public
|
1022
|
+
*/
|
1023
|
+
export declare const downloadRemoteBundle: (conf: SdkReactConfig) => Promise<RemoteBundleState>;
|
1024
|
+
|
1017
1025
|
export declare interface Drm {
|
1018
1026
|
encryption: VideoSourceEncryption;
|
1019
1027
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "9.0.0",
|
3
|
+
"version": "9.1.0-alpha.0",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@material-ui/core": "^4.11.2",
|
35
35
|
"@material-ui/icons": "^4.11.2",
|
36
36
|
"@sentry/browser": "^6.1.0",
|
37
|
-
"@tivio/common": "1.1.
|
37
|
+
"@tivio/common": "1.1.120",
|
38
38
|
"dayjs": "^1.11.0",
|
39
39
|
"es7-object-polyfill": "^1.0.1",
|
40
40
|
"firebase": "8.10.1",
|