@tivio/sdk-react 9.1.3-alpha2 → 9.1.3-alpha3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +5 -5
- package/package.json +2 -2
package/dist/sdk-react.d.ts
CHANGED
@@ -990,11 +990,6 @@ export declare const createPubSub: () => PubSub;
|
|
990
990
|
*/
|
991
991
|
export declare const createRemotePackageLoader: () => (secret: string, conf: InternalConfig, checkBundleCharCount?: boolean) => Promise<TivioBundle>;
|
992
992
|
|
993
|
-
/**
|
994
|
-
* @public
|
995
|
-
*/
|
996
|
-
export declare const createUseRemoteBundle: () => (conf: InternalConfig, checkBundleCharCount?: boolean) => RemoteBundleState;
|
997
|
-
|
998
993
|
export declare interface CreateUserPayload {
|
999
994
|
displayName?: string;
|
1000
995
|
email?: string;
|
@@ -6103,6 +6098,11 @@ export declare interface UseReactionsOptions {
|
|
6103
6098
|
onError?: (error: Error) => void;
|
6104
6099
|
}
|
6105
6100
|
|
6101
|
+
/**
|
6102
|
+
* @public
|
6103
|
+
*/
|
6104
|
+
export declare const useRemoteBundle: (conf: InternalConfig, checkBundleCharCount?: boolean) => RemoteBundleState;
|
6105
|
+
|
6106
6106
|
export declare enum UserGroup {
|
6107
6107
|
ALL = "all",
|
6108
6108
|
FREE = "free",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "9.1.3-
|
3
|
+
"version": "9.1.3-alpha3",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"@material-ui/core": "^4.11.2",
|
39
39
|
"@material-ui/icons": "^4.11.2",
|
40
40
|
"@sentry/browser": "^6.1.0",
|
41
|
-
"@tivio/common": "1.1.
|
41
|
+
"@tivio/common": "1.1.126",
|
42
42
|
"dayjs": "^1.11.0",
|
43
43
|
"es7-object-polyfill": "^1.0.1",
|
44
44
|
"firebase": "8.10.1",
|