@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.
@@ -2,8 +2,8 @@ import {
2
2
  bind_exports,
3
3
  poh_exports,
4
4
  user_exports
5
- } from "../../chunk-ZP4OU66T.mjs";
6
- import "../../chunk-OVZZIJZP.mjs";
5
+ } from "../../chunk-U5KWO2YJ.mjs";
6
+ import "../../chunk-SBOIXOAW.mjs";
7
7
  import "../../chunk-DPXMCLYK.mjs";
8
8
  import "../../chunk-J5LGTIGS.mjs";
9
9
  export {
@@ -1,4 +1,4 @@
1
- export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-C1uG-2K1.mjs';
1
+ export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-D7bNSBwl.mjs';
2
2
  import '../types.d-CLO_WLka.mjs';
3
3
  import 'react';
4
4
  import 'viem';
@@ -1,4 +1,4 @@
1
- export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-Blx4Nrwm.js';
1
+ export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-BrdP6eg5.js';
2
2
  import '../types.d-CLO_WLka.js';
3
3
  import 'react';
4
4
  import 'viem';
@@ -1042,7 +1042,8 @@ function useUserInfo() {
1042
1042
  resolve({
1043
1043
  ...res.data,
1044
1044
  method: res.method,
1045
- appid: res.appid
1045
+ appid: res.appid,
1046
+ did
1046
1047
  });
1047
1048
  } else {
1048
1049
  reject(new Error(res.message));