@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.
@@ -9,7 +9,7 @@ import {
9
9
  unBindWalletApi,
10
10
  useUserInfo,
11
11
  verifyPohApi
12
- } from "./chunk-OVZZIJZP.mjs";
12
+ } from "./chunk-SBOIXOAW.mjs";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-J5LGTIGS.mjs";
@@ -90,4 +90,4 @@ export {
90
90
  user_exports,
91
91
  api_exports
92
92
  };
93
- //# sourceMappingURL=chunk-ZP4OU66T.mjs.map
93
+ //# sourceMappingURL=chunk-U5KWO2YJ.mjs.map
@@ -2175,7 +2175,8 @@ function useUserInfo() {
2175
2175
  resolve({
2176
2176
  ...res.data,
2177
2177
  method: res.method,
2178
- appid: res.appid
2178
+ appid: res.appid,
2179
+ did
2179
2180
  });
2180
2181
  } else {
2181
2182
  reject(new Error(res.message));