@matchain/matchid-sdk-react 0.1.56-alpha.11 → 0.1.56-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/hooks.d.mts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -2
- package/example/yarn.lock +0 -3619
- package/dist/{index-DwmrgZa2.d.ts → index-hz9v-CNJ.d.ts} +30 -30
- package/dist/{index-D2E53ZMV.d.mts → index-uB9jBjgs.d.mts} +30 -30
package/dist/hooks.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useHash, o as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from './index-
|
|
1
|
+
export { c as useCopyClipboard, n as useHash, o as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from './index-uB9jBjgs.mjs';
|
|
2
2
|
import './request-B0CyrGFT.mjs';
|
|
3
3
|
import './types-BrVeC0c8.mjs';
|
|
4
4
|
import 'react';
|
package/dist/hooks.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useHash, o as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from './index-
|
|
1
|
+
export { c as useCopyClipboard, n as useHash, o as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from './index-hz9v-CNJ.js';
|
|
2
2
|
import './request-B0CyrGFT.js';
|
|
3
3
|
import './types-BrVeC0c8.js';
|
|
4
4
|
import 'react';
|
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import * as wagmi_chains from 'wagmi/chains';
|
|
|
5
5
|
import * as viem from 'viem';
|
|
6
6
|
import React__default, { ReactNode } from 'react';
|
|
7
7
|
import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-BrVeC0c8.mjs';
|
|
8
|
-
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-
|
|
8
|
+
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-uB9jBjgs.mjs';
|
|
9
9
|
export { i as Components } from './index-DVlulZhE.mjs';
|
|
10
10
|
export { i as UI } from './index-DxHhOW24.mjs';
|
|
11
11
|
export { i as Api } from './index-Car1jFyN.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as wagmi_chains from 'wagmi/chains';
|
|
|
5
5
|
import * as viem from 'viem';
|
|
6
6
|
import React__default, { ReactNode } from 'react';
|
|
7
7
|
import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-BrVeC0c8.js';
|
|
8
|
-
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-
|
|
8
|
+
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-hz9v-CNJ.js';
|
|
9
9
|
export { i as Components } from './index-qmC4zt6V.js';
|
|
10
10
|
export { i as UI } from './index-Cqdz_5bE.js';
|
|
11
11
|
export { i as Api } from './index-CcVHENNv.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matchain/matchid-sdk-react",
|
|
3
|
-
"version": "0.1.56-alpha.
|
|
3
|
+
"version": "0.1.56-alpha.12",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"react-dom": "^18.0.0"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@rainbow-me/rainbowkit": "^2.2.
|
|
74
|
+
"@rainbow-me/rainbowkit": "^2.2.7",
|
|
75
75
|
"@tanstack/react-query": "^5.62.11",
|
|
76
76
|
"@tonconnect/ui-react": "^2.0.11",
|
|
77
77
|
"axios": "^1.7.0",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"url-loader": "^4.1.1"
|
|
108
108
|
},
|
|
109
109
|
"resolutions": {
|
|
110
|
+
"@rainbow-me/rainbowkit": ">=2.2.7",
|
|
110
111
|
"viem": ">=2.29.0",
|
|
111
112
|
"wagmi": ">=2.15.2"
|
|
112
113
|
}
|