@solana/connector 0.2.3 → 0.2.4
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/{chunk-UOML5ULB.mjs → chunk-CTHICIEC.mjs} +3 -3
- package/dist/{chunk-UOML5ULB.mjs.map → chunk-CTHICIEC.mjs.map} +1 -1
- package/dist/{chunk-DFKGCW7K.mjs → chunk-KE3IEBN2.mjs} +16 -5
- package/dist/chunk-KE3IEBN2.mjs.map +1 -0
- package/dist/{chunk-ULEPN4NL.js → chunk-POESNTBI.js} +16 -5
- package/dist/chunk-POESNTBI.js.map +1 -0
- package/dist/{chunk-B6YBZB6H.js → chunk-R3IOWWA7.js} +18 -18
- package/dist/{chunk-B6YBZB6H.js.map → chunk-R3IOWWA7.js.map} +1 -1
- package/dist/{chunk-WPDCSFX2.mjs → chunk-SIVITWXE.mjs} +3 -3
- package/dist/{chunk-WPDCSFX2.mjs.map → chunk-SIVITWXE.mjs.map} +1 -1
- package/dist/{chunk-X2X5TFXS.js → chunk-TMCJU76S.js} +4 -4
- package/dist/{chunk-X2X5TFXS.js.map → chunk-TMCJU76S.js.map} +1 -1
- package/dist/headless.js +107 -107
- package/dist/headless.mjs +2 -2
- package/dist/index.js +148 -148
- package/dist/index.mjs +3 -3
- package/dist/react.js +49 -49
- package/dist/react.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-DFKGCW7K.mjs.map +0 -1
- package/dist/chunk-ULEPN4NL.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { installPolyfills, isMainnetCluster, isDevnetCluster, isTestnetCluster, isLocalCluster, getClusterExplorerUrl, getClusterType, formatAddress, copyAddressToClipboard, createConnectorId, createTransactionSigner, createKitTransactionSigner, formatLamportsToSolSafe, getTransactionUrl, ConnectorClient, formatBigIntBalance, formatBigIntUsd } from './chunk-
|
|
1
|
+
import { installPolyfills, isMainnetCluster, isDevnetCluster, isTestnetCluster, isLocalCluster, getClusterExplorerUrl, getClusterType, formatAddress, copyAddressToClipboard, createConnectorId, createTransactionSigner, createKitTransactionSigner, formatLamportsToSolSafe, getTransactionUrl, ConnectorClient, formatBigIntBalance, formatBigIntUsd } from './chunk-KE3IEBN2.mjs';
|
|
2
2
|
import { createLogger, WalletErrorType, createSolanaClient, NetworkError, prepareTransaction, isConnectorError } from './chunk-SJCQ3KZE.mjs';
|
|
3
3
|
import { __publicField } from './chunk-FG7HTQTV.mjs';
|
|
4
4
|
import React4, { createContext, Component, useTransition, useState, useCallback, useMemo, useRef, useEffect, useContext, useSyncExternalStore } from 'react';
|
|
@@ -3264,5 +3264,5 @@ function TokenListElement({
|
|
|
3264
3264
|
TokenListElement.displayName = "TokenListElement";
|
|
3265
3265
|
|
|
3266
3266
|
export { AccountElement, AppProvider, BalanceElement, ClusterElement, ConnectorErrorBoundary, ConnectorProvider, DisconnectElement, SkeletonShine, TokenListElement, TransactionHistoryElement, UnifiedProvider, WalletConnectProvider, WalletListElement, clearSharedQueryCache, clearTokenCaches, getBalanceQueryKey, getTokensQueryKey, getTransactionsQueryKey, getWalletAssetsQueryKey, invalidateSharedQuery, useAccount, useBalance, useCluster, useConnectWallet, useConnector, useConnectorClient, useDisconnectWallet, useGillSolanaClient, useGillTransactionSigner, useKitTransactionSigner, useSolanaClient, useTokens, useTransactionPreparer, useTransactionSigner, useTransactions, useWallet, useWalletConnectUri, useWalletConnectors, useWalletInfo, withErrorBoundary };
|
|
3267
|
-
//# sourceMappingURL=chunk-
|
|
3268
|
-
//# sourceMappingURL=chunk-
|
|
3267
|
+
//# sourceMappingURL=chunk-SIVITWXE.mjs.map
|
|
3268
|
+
//# sourceMappingURL=chunk-SIVITWXE.mjs.map
|