@pooflabs/web 0.0.64 → 0.0.65
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/{index-Dd2ogXqG.esm.js → index-B3HPi5RW.esm.js} +2 -2
- package/dist/{index-Dd2ogXqG.esm.js.map → index-B3HPi5RW.esm.js.map} +1 -1
- package/dist/{index-BoT2Jvpf.esm.js → index-BH_a_KRo.esm.js} +81 -32
- package/dist/index-BH_a_KRo.esm.js.map +1 -0
- package/dist/{index-BmJDdk1y.js → index-frR8U70z.js} +2 -2
- package/dist/{index-BmJDdk1y.js.map → index-frR8U70z.js.map} +1 -1
- package/dist/{index-9kQbe-Gv.js → index-heSXudBI.js} +81 -32
- package/dist/index-heSXudBI.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/index-9kQbe-Gv.js.map +0 -1
- package/dist/index-BoT2Jvpf.esm.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useContext, createContext, useState, useMemo, useRef, useEffect, useCallback } from 'react';
|
|
3
3
|
import globalAxios, { isAxiosError } from 'axios';
|
|
4
|
-
import { b as bufferExports, a as bs58$1, E as EventEmitter3 } from './index-
|
|
4
|
+
import { b as bufferExports, a as bs58$1, E as EventEmitter3 } from './index-BH_a_KRo.esm.js';
|
|
5
5
|
import { Transaction as Transaction$1, VersionedTransaction } from '@solana/web3.js';
|
|
6
6
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
7
|
import '@coral-xyz/anchor';
|
|
@@ -15533,4 +15533,4 @@ function ConnectBox({ maxWidth = "350px", transparent = false, appIcon, appName
|
|
|
15533
15533
|
}
|
|
15534
15534
|
|
|
15535
15535
|
export { DerivationInfoAddressFormatEnum as AddressType, ConnectBox, ConnectButton, DebugLevel, NetworkId, PhantomProvider, darkTheme, debug, isMobileDevice, lightTheme, mergeTheme, useAccounts, useAutoConfirm, useConnect, useDisconnect, useDiscoveredWallets, useEthereum, useIsExtensionInstalled, useIsPhantomLoginAvailable, useModal, usePhantom, useSolana, useTheme };
|
|
15536
|
-
//# sourceMappingURL=index-
|
|
15536
|
+
//# sourceMappingURL=index-B3HPi5RW.esm.js.map
|