@pooflabs/web 0.0.71 → 0.0.72
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-DFBVGK4A.js → index-CJuG7364.js} +2 -2
- package/dist/{index-DFBVGK4A.js.map → index-CJuG7364.js.map} +1 -1
- package/dist/{index-BpxspB4P.js → index-CMTlhmPS.js} +5 -4
- package/dist/{index-BpxspB4P.js.map → index-CMTlhmPS.js.map} +1 -1
- package/dist/{index-BEFBhDYr.esm.js → index-Crc3B1ZK.esm.js} +2 -2
- package/dist/{index-BEFBhDYr.esm.js.map → index-Crc3B1ZK.esm.js.map} +1 -1
- package/dist/{index-CIsuR4Ki.esm.js → index-u0Q8zhkj.esm.js} +5 -5
- package/dist/{index-CIsuR4Ki.esm.js.map → index-u0Q8zhkj.esm.js.map} +1 -1
- package/dist/index.browser-BOJRGZWX.js +1167 -0
- package/dist/index.browser-BOJRGZWX.js.map +1 -0
- package/dist/index.browser-C6e2ssNC.esm.js +4867 -0
- package/dist/index.browser-C6e2ssNC.esm.js.map +1 -0
- package/dist/index.browser-CPRwXOyN.js +311 -0
- package/dist/index.browser-CPRwXOyN.js.map +1 -0
- package/dist/index.browser-DZjyUgtx.esm.js +1164 -0
- package/dist/index.browser-DZjyUgtx.esm.js.map +1 -0
- package/dist/index.browser-DjDHEvuF.esm.js +308 -0
- package/dist/index.browser-DjDHEvuF.esm.js.map +1 -0
- package/dist/index.browser-jwxjZVpT.js +4877 -0
- package/dist/index.browser-jwxjZVpT.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -15
|
@@ -13521,7 +13521,7 @@ async function loadDependencies() {
|
|
|
13521
13521
|
const [reactModule, reactDomModule, phantomModule] = await Promise.all([
|
|
13522
13522
|
import('react'),
|
|
13523
13523
|
import('react-dom/client'),
|
|
13524
|
-
import('./index-
|
|
13524
|
+
import('./index-Crc3B1ZK.esm.js')
|
|
13525
13525
|
]);
|
|
13526
13526
|
// Extract default export from ESM module namespace
|
|
13527
13527
|
// Dynamic import() returns { default: Module, ...exports }, not the module directly
|
|
@@ -34983,7 +34983,7 @@ async function loadMwaProtocol() {
|
|
|
34983
34983
|
return mwaProtocolLoadPromise;
|
|
34984
34984
|
mwaProtocolLoadPromise = (async () => {
|
|
34985
34985
|
try {
|
|
34986
|
-
mwaProtocolModule = await import('
|
|
34986
|
+
mwaProtocolModule = await import('./index.browser-DjDHEvuF.esm.js');
|
|
34987
34987
|
}
|
|
34988
34988
|
catch (e) {
|
|
34989
34989
|
console.warn('[SolanaMobileWallet] @solana-mobile/mobile-wallet-adapter-protocol-web3js not installed. Install it to enable Seeker wallet support.');
|
|
@@ -35005,7 +35005,7 @@ async function registerMobileWalletAdapter(config) {
|
|
|
35005
35005
|
if (typeof window === 'undefined')
|
|
35006
35006
|
return;
|
|
35007
35007
|
try {
|
|
35008
|
-
const walletStandardMobile = await import('
|
|
35008
|
+
const walletStandardMobile = await import('./index.browser-C6e2ssNC.esm.js');
|
|
35009
35009
|
const registerMwa = walletStandardMobile.registerMwa || ((_a = walletStandardMobile.default) === null || _a === void 0 ? void 0 : _a.registerMwa);
|
|
35010
35010
|
if (!registerMwa) {
|
|
35011
35011
|
console.warn('[SolanaMobileWallet] registerMwa not found in @solana-mobile/wallet-standard-mobile');
|
|
@@ -35922,5 +35922,5 @@ async function getIdToken() {
|
|
|
35922
35922
|
return getIdToken$1(false);
|
|
35923
35923
|
}
|
|
35924
35924
|
|
|
35925
|
-
export {
|
|
35926
|
-
//# sourceMappingURL=index-
|
|
35925
|
+
export { subscribe as A, useAuth as B, getIdToken as C, PrivyWalletProvider as D, EventEmitter3 as E, DEFAULT_TEST_ADDRESS as F, isMobileWalletAvailable as G, registerMobileWalletAdapter as H, ServerSessionManager as I, buildSetDocumentsTransaction as J, clearCache as K, closeAllSubscriptions as L, MockAuthProvider as M, convertRemainingAccounts as N, OffchainAuthProvider as O, PhantomWalletProvider as P, createSessionWithPrivy as Q, createSessionWithSignature as R, SolanaMobileWalletProvider as S, genAuthNonce as T, genSolanaMessage as U, getCachedData as V, WebSessionManager as W, reconnectWithNewAuth as X, refreshSession as Y, signSessionCreateMessage as Z, bs58 as a, bufferExports as b, getCurrentUser as c, onAuthLoadingChanged as d, getAuthLoading as e, logout as f, getDefaultExportFromCjs$1 as g, getConfig as h, init as i, getAuthProvider as j, get$2 as k, login as l, setMany as m, setFile as n, onAuthStateChanged as o, getFiles as p, runQueryMany as q, runQuery as r, set$1 as s, runExpression as t, runExpressionMany as u, signMessage as v, signTransaction as w, signAndSubmitTransaction as x, count as y, aggregate as z };
|
|
35926
|
+
//# sourceMappingURL=index-u0Q8zhkj.esm.js.map
|