@matchain/matchid-sdk-react 0.1.55-alpha.11 → 0.1.55-alpha.12
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/api.d.mts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.mjs +2 -2
- package/dist/assets/lottie.d.mts +1 -1
- package/dist/assets/lottie.d.ts +1 -1
- package/dist/chains.d.mts +1 -1
- package/dist/chains.d.ts +1 -1
- package/dist/{chunk-5WFY6MWJ.mjs → chunk-BZ2PI27T.mjs} +9 -4
- package/dist/{chunk-5WFY6MWJ.mjs.map → chunk-BZ2PI27T.mjs.map} +1 -1
- package/dist/{chunk-JTNCYI5F.mjs → chunk-LEFO352N.mjs} +2 -2
- package/dist/components.d.mts +3 -3
- package/dist/components.d.ts +3 -3
- package/dist/components.js +8 -3
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.d.mts +4 -2
- package/dist/hooks.d.ts +4 -2
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/icon.d.mts +2 -2
- package/dist/icon.d.ts +2 -2
- package/dist/{index-De5vVOFw.d.mts → index--EI6w9pi.d.mts} +1008 -1002
- package/dist/{index-Bx7ztInz.d.ts → index-4dZbgWG2.d.ts} +1 -1
- package/dist/{index-Ba8t2zs6.d.mts → index-B4lczvhL.d.mts} +2 -2
- package/dist/{index-DXRGMAbv.d.mts → index-B50DU_xT.d.mts} +4 -4
- package/dist/{index-DXRGMAbv.d.ts → index-B50DU_xT.d.ts} +4 -4
- package/dist/{index-BTO2pJRz.d.ts → index-B80rDuha.d.ts} +1 -1
- package/dist/{index-DY5CjOq2.d.ts → index-BBghnVDr.d.ts} +1 -1
- package/dist/{index-DL0LMDQ0.d.mts → index-C14uKUDG.d.mts} +2 -2
- package/dist/{index-DysgDUCb.d.mts → index-CDTTHSh0.d.mts} +14 -14
- package/dist/{index-DysgDUCb.d.ts → index-CDTTHSh0.d.ts} +14 -14
- package/dist/{index-HYPgwvkU.d.mts → index-CHtFnnZk.d.mts} +1 -1
- package/dist/{index-ChUeWRxV.d.ts → index-Cl0JpAc1.d.ts} +1008 -1002
- package/dist/{index-CopoHLm5.d.ts → index-CwHXzvvB.d.ts} +1 -1
- package/dist/{index-8h2kA48e.d.ts → index-DGbpUvkd.d.ts} +2 -2
- package/dist/{index-BW1GRpQ3.d.mts → index-FKxw4Vaa.d.mts} +1 -1
- package/dist/{index-D6wTVWuu.d.mts → index-QPdWAVPk.d.mts} +1 -1
- package/dist/{index-D2hhRO2j.d.mts → index-TjbO7d74.d.mts} +1 -1
- package/dist/{index-B-u8_Lcy.d.ts → index-UJfUO0uH.d.ts} +2 -2
- package/dist/index.d.mts +18 -17
- package/dist/index.d.ts +18 -17
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types-Ch54HuTY.d.mts → types-DEsY_CPH.d.mts} +1 -1
- package/dist/{types-Ch54HuTY.d.ts → types-DEsY_CPH.d.ts} +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/ui.d.mts +3 -3
- package/dist/ui.d.ts +3 -3
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-JTNCYI5F.mjs.map → chunk-LEFO352N.mjs.map} +0 -0
package/dist/api.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as bind, p as poh, u as user, w as wallet } from './index-
|
|
1
|
+
export { b as bind, p as poh, u as user, w as wallet } from './index-TjbO7d74.mjs';
|
|
2
2
|
export { i as isSuccess } from './request-B0CyrGFT.mjs';
|
|
3
3
|
import '@tanstack/react-query';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
|
-
import './types-
|
|
5
|
+
import './types-DEsY_CPH.mjs';
|
|
6
6
|
import 'react';
|
package/dist/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as bind, p as poh, u as user, w as wallet } from './index-
|
|
1
|
+
export { b as bind, p as poh, u as user, w as wallet } from './index-CwHXzvvB.js';
|
|
2
2
|
export { i as isSuccess } from './request-B0CyrGFT.js';
|
|
3
3
|
import '@tanstack/react-query';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
|
-
import './types-
|
|
5
|
+
import './types-DEsY_CPH.js';
|
|
6
6
|
import 'react';
|
package/dist/api.mjs
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
bind_exports,
|
|
4
4
|
poh_exports,
|
|
5
5
|
user_exports
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-LEFO352N.mjs";
|
|
7
7
|
import {
|
|
8
8
|
isSuccess,
|
|
9
9
|
wallet_exports
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-BZ2PI27T.mjs";
|
|
11
11
|
import "./chunk-2E4Y2HA7.mjs";
|
|
12
12
|
import "./chunk-K33FHUZM.mjs";
|
|
13
13
|
import "./chunk-LA4YEM4O.mjs";
|
package/dist/assets/lottie.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as confirmImg, a as connectingImg, e as errorImg, f as failImg, s as signingImg, b as successImg, w as walletImg } from '../index-
|
|
1
|
+
export { c as confirmImg, a as connectingImg, e as errorImg, f as failImg, s as signingImg, b as successImg, w as walletImg } from '../index-CDTTHSh0.mjs';
|
package/dist/assets/lottie.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as confirmImg, a as connectingImg, e as errorImg, f as failImg, s as signingImg, b as successImg, w as walletImg } from '../index-
|
|
1
|
+
export { c as confirmImg, a as connectingImg, e as errorImg, f as failImg, s as signingImg, b as successImg, w as walletImg } from '../index-CDTTHSh0.js';
|
package/dist/chains.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { m as MatchMain, a as MatchTest } from './index-
|
|
1
|
+
export { m as MatchMain, a as MatchTest } from './index-B50DU_xT.mjs';
|
|
2
2
|
import 'viem';
|
package/dist/chains.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { m as MatchMain, a as MatchTest } from './index-
|
|
1
|
+
export { m as MatchMain, a as MatchTest } from './index-B50DU_xT.js';
|
|
2
2
|
import 'viem';
|
|
@@ -5674,7 +5674,7 @@ import { useWalletClient } from "wagmi";
|
|
|
5674
5674
|
import { providers } from "ethers";
|
|
5675
5675
|
|
|
5676
5676
|
// node_modules/@wagmi/core/dist/esm/version.js
|
|
5677
|
-
var version = "2.16.
|
|
5677
|
+
var version = "2.16.5";
|
|
5678
5678
|
|
|
5679
5679
|
// node_modules/@wagmi/core/dist/esm/utils/getVersion.js
|
|
5680
5680
|
var getVersion2 = () => `@wagmi/core@${version}`;
|
|
@@ -5825,7 +5825,11 @@ async function getConnectorClient(config, parameters = {}) {
|
|
|
5825
5825
|
if (config.state.status === "reconnecting" && !connector2.getAccounts && !connector2.getChainId)
|
|
5826
5826
|
throw new ConnectorUnavailableReconnectingError({ connector: connector2 });
|
|
5827
5827
|
const [accounts, chainId2] = await Promise.all([
|
|
5828
|
-
connector2.getAccounts()
|
|
5828
|
+
connector2.getAccounts().catch((e) => {
|
|
5829
|
+
if (parameters.account === null)
|
|
5830
|
+
return [];
|
|
5831
|
+
throw e;
|
|
5832
|
+
}),
|
|
5829
5833
|
connector2.getChainId()
|
|
5830
5834
|
]);
|
|
5831
5835
|
connection = {
|
|
@@ -5848,7 +5852,8 @@ async function getConnectorClient(config, parameters = {}) {
|
|
|
5848
5852
|
if (connector.getClient)
|
|
5849
5853
|
return connector.getClient({ chainId });
|
|
5850
5854
|
const account = parseAccount(parameters.account ?? connection.accounts[0]);
|
|
5851
|
-
|
|
5855
|
+
if (account)
|
|
5856
|
+
account.address = getAddress(account.address);
|
|
5852
5857
|
if (parameters.account && !connection.accounts.some((x) => x.toLowerCase() === account.address.toLowerCase()))
|
|
5853
5858
|
throw new ConnectorAccountNotFoundError({
|
|
5854
5859
|
address: account.address,
|
|
@@ -7611,4 +7616,4 @@ export {
|
|
|
7611
7616
|
MatchProvider,
|
|
7612
7617
|
useMatch
|
|
7613
7618
|
};
|
|
7614
|
-
//# sourceMappingURL=chunk-
|
|
7619
|
+
//# sourceMappingURL=chunk-BZ2PI27T.mjs.map
|