@tivio/sdk-react 5.0.0 → 5.0.1
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/README.md +228 -0
- package/README.md.bak +497 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +1 -1
- package/package.json +2 -2
package/dist/sdk-react.d.ts
CHANGED
@@ -2692,7 +2692,6 @@ export declare type TivioHooks = {
|
|
2692
2692
|
applyInviteCode: (code: string) => void;
|
2693
2693
|
inviteCodeReset: () => void;
|
2694
2694
|
};
|
2695
|
-
useChannelSource: UseChannelSource;
|
2696
2695
|
};
|
2697
2696
|
|
2698
2697
|
/**
|
@@ -2752,6 +2751,7 @@ export declare type TivioInternalHooks = {
|
|
2752
2751
|
loading: boolean;
|
2753
2752
|
});
|
2754
2753
|
useTvChannel: UseTvChannel;
|
2754
|
+
useChannelSource: UseChannelSource;
|
2755
2755
|
useUser: () => {
|
2756
2756
|
user: User | null;
|
2757
2757
|
error: string | null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.1",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"@material-ui/core": "^4.11.2",
|
34
34
|
"@material-ui/icons": "^4.11.2",
|
35
35
|
"@sentry/browser": "^6.1.0",
|
36
|
-
"@tivio/common": "
|
36
|
+
"@tivio/common": "1.1.103",
|
37
37
|
"dayjs": "^1.11.0",
|
38
38
|
"es7-object-polyfill": "^1.0.1",
|
39
39
|
"firebase": "8.10.1",
|