@matchain/matchid-sdk-react 0.1.44-alpha.6 → 0.1.44-alpha.7
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/dist/assets/icon/index.d.mts +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-WNLUMXC7.mjs → chunk-L5G34SC6.mjs} +2 -2
- package/dist/{chunk-XN7LSOI7.mjs → chunk-R7Y4L7CG.mjs} +2 -2
- package/dist/chunk-R7Y4L7CG.mjs.map +1 -0
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +3 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/{index-RwnmlYR_.d.mts → index-B0VpxAI2.d.mts} +1 -1
- package/dist/{index-DS7SWbPe.d.ts → index-CFWR1boZ.d.ts} +1 -1
- package/dist/{index-C3jFoWRx.d.ts → index-CTSg5TRS.d.ts} +1 -1
- package/dist/{index-rWzOcTWj.d.mts → index-CWYElOA2.d.mts} +1 -1
- package/dist/{index-DYJIwNhC.d.ts → index-CoTirILQ.d.ts} +1 -1
- package/dist/{index-CI39w5wj.d.mts → index-D2pNP7Bz.d.mts} +1 -1
- package/dist/{index-CYmxvLZ0.d.mts → index-DR2JTaoi.d.mts} +1 -1
- package/dist/{index-BlEZbcLQ.d.ts → index-DVlCrOjr.d.ts} +1 -1
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-cM1c-GDc.d.mts → types-CRumDe2M.d.mts} +1 -1
- package/dist/{types-cM1c-GDc.d.ts → types-CRumDe2M.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-XN7LSOI7.mjs.map +0 -1
- /package/dist/{chunk-WNLUMXC7.mjs.map → chunk-L5G34SC6.mjs.map} +0 -0
package/dist/hooks/api/index.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-DPXMCLYK.mjs";
|
|
5
|
+
} from "../../chunk-L5G34SC6.mjs";
|
|
6
|
+
import "../../chunk-R7Y4L7CG.mjs";
|
|
8
7
|
import "../../chunk-SQIJR7RA.mjs";
|
|
8
|
+
import "../../chunk-DPXMCLYK.mjs";
|
|
9
9
|
import "../../chunk-J5LGTIGS.mjs";
|
|
10
10
|
export {
|
|
11
11
|
bind_exports as bind,
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-D2pNP7Bz.mjs';
|
|
2
|
+
import '../types-CRumDe2M.mjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'viem';
|
|
5
5
|
import '../mpc-CTbBWHld.mjs';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-CFWR1boZ.js';
|
|
2
|
+
import '../types-CRumDe2M.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'viem';
|
|
5
5
|
import '../mpc-CTbBWHld.js';
|