@tivio/sdk-react 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,7 @@ declare type Config = Pick<InternalConfig, 'bundleUrlOverride' | 'currency' | 'd
57
57
  /**
58
58
  * @private
59
59
  * Run HTML, CSS and JS feature support check
60
+ * TODO TIV-1030 use this config in core-react-dom
60
61
  */
61
62
  runFeatureSupportCheck?: boolean;
62
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tivio/sdk-react",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
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.74",
30
+ "@tivio/common": "1.1.75",
31
31
  "firebase": "^8.2.3",
32
32
  "formik": "^2.2.7",
33
33
  "i18next": "^19.8.4",
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- /**
3
- * See device_compatibility.md
4
- */
5
- export declare const FeatureSupportCheck: React.FC;