@tivio/sdk-react 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -1
- package/dist/index.js +1 -1
- package/dist/services/bundlePromise.d.ts +3 -0
- package/package.json +2 -2
@@ -1,4 +1,7 @@
|
|
1
1
|
import { TivioBundle } from '../types/bundle.types';
|
2
2
|
import type { RemoteBundleState } from './bundleLoader';
|
3
3
|
export declare let tivioBundle: TivioBundle | null;
|
4
|
+
/**
|
5
|
+
* rejects when bundle is not available
|
6
|
+
*/
|
4
7
|
export declare const bundlePromise: Promise<RemoteBundleState>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.1",
|
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.72",
|
31
31
|
"firebase": "^8.2.3",
|
32
32
|
"formik": "^2.2.7",
|
33
33
|
"i18next": "^19.8.4",
|