@tivio/sdk-react 3.1.1 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -54,6 +54,11 @@ interface PubSub {
|
|
54
54
|
}
|
55
55
|
declare type Config = Pick<InternalConfig, 'bundleUrlOverride' | 'currency' | 'disableUnmounting' | 'enable' | 'enableSentry' | 'ErrorComponent' | 'language' | 'LoaderComponent' | 'logger' | 'secret' | 'verbose'> & {
|
56
56
|
deviceCapabilities: PlayerCapability[] | 'auto';
|
57
|
+
/**
|
58
|
+
* @private
|
59
|
+
* Run HTML, CSS and JS feature support check
|
60
|
+
*/
|
61
|
+
runFeatureSupportCheck?: boolean;
|
57
62
|
};
|
58
63
|
declare type TivioSubscriptions = {
|
59
64
|
subscribeToUser: (cb: (error: string | null, user: User | null) => void) => void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.2",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"@material-ui/core": "^4.11.2",
|
28
28
|
"@material-ui/icons": "^4.11.2",
|
29
29
|
"@sentry/browser": "^6.1.0",
|
30
|
-
"@tivio/common": "1.1.
|
30
|
+
"@tivio/common": "1.1.74",
|
31
31
|
"firebase": "^8.2.3",
|
32
32
|
"formik": "^2.2.7",
|
33
33
|
"i18next": "^19.8.4",
|