@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.
@@ -16,7 +16,7 @@ import {
16
16
  TONModal,
17
17
  TRONModal,
18
18
  UsernameModal
19
- } from "../chunk-OVZZIJZP.mjs";
19
+ } from "../chunk-SBOIXOAW.mjs";
20
20
  import "../chunk-DPXMCLYK.mjs";
21
21
  import "../chunk-J5LGTIGS.mjs";
22
22
  export {
@@ -988,7 +988,8 @@ function useUserInfo() {
988
988
  resolve({
989
989
  ...res.data,
990
990
  method: res.method,
991
- appid: res.appid
991
+ appid: res.appid,
992
+ did
992
993
  });
993
994
  } else {
994
995
  reject(new Error(res.message));