@matchain/matchid-sdk-react 0.1.42-alpha.0 → 0.1.42-alpha.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.
@@ -4,7 +4,7 @@ import {
4
4
  useMatchEvents,
5
5
  useUserInfo,
6
6
  useWallet
7
- } from "../chunk-OVZZIJZP.mjs";
7
+ } from "../chunk-SBOIXOAW.mjs";
8
8
  import "../chunk-DPXMCLYK.mjs";
9
9
  import "../chunk-J5LGTIGS.mjs";
10
10
  export {
@@ -11,7 +11,7 @@ declare const LOGIN_METHOD_MAP: {
11
11
  tron: string;
12
12
  google: string;
13
13
  facebook: string;
14
- twitter: string;
14
+ x: string;
15
15
  telegram: string;
16
16
  github: string;
17
17
  discord: string;
@@ -11,7 +11,7 @@ declare const LOGIN_METHOD_MAP: {
11
11
  tron: string;
12
12
  google: string;
13
13
  facebook: string;
14
- twitter: string;
14
+ x: string;
15
15
  telegram: string;
16
16
  github: string;
17
17
  discord: string;
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-CLO_WLka.mjs';
3
3
  export { i as Components } from './index-COlsBC-b.mjs';
4
- export { i as Hooks } from './index-C1uG-2K1.mjs';
4
+ export { i as Hooks } from './index-D7bNSBwl.mjs';
5
5
  export { i as Api } from './index-C3KZYrtu.mjs';
6
6
  export { i as Chains } from './index-DXRGMAbv.mjs';
7
7
  import 'react/jsx-runtime';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-CLO_WLka.js';
3
3
  export { i as Components } from './index-fS75Swm8.js';
4
- export { i as Hooks } from './index-Blx4Nrwm.js';
4
+ export { i as Hooks } from './index-BrdP6eg5.js';
5
5
  export { i as Api } from './index-Dq9Swg8r.js';
6
6
  export { i as Chains } from './index-DXRGMAbv.js';
7
7
  import 'react/jsx-runtime';
package/dist/index.js CHANGED
@@ -1895,7 +1895,8 @@ function useUserInfo() {
1895
1895
  resolve({
1896
1896
  ...res.data,
1897
1897
  method: res.method,
1898
- appid: res.appid
1898
+ appid: res.appid,
1899
+ did
1899
1900
  });
1900
1901
  } else {
1901
1902
  reject(new Error(res.message));