@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.
@@ -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-BEFBhDYr.esm.js')
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('@solana-mobile/mobile-wallet-adapter-protocol-web3js');
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('@solana-mobile/wallet-standard-mobile');
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 { useAuth as A, getIdToken as B, PrivyWalletProvider as C, DEFAULT_TEST_ADDRESS as D, EventEmitter3 as E, isMobileWalletAvailable as F, registerMobileWalletAdapter as G, ServerSessionManager as H, buildSetDocumentsTransaction as I, clearCache as J, closeAllSubscriptions as K, convertRemainingAccounts as L, MockAuthProvider as M, createSessionWithPrivy as N, OffchainAuthProvider as O, PhantomWalletProvider as P, createSessionWithSignature as Q, genAuthNonce as R, SolanaMobileWalletProvider as S, genSolanaMessage as T, getCachedData as U, reconnectWithNewAuth as V, WebSessionManager as W, refreshSession as X, signSessionCreateMessage as Y, bs58 as a, bufferExports as b, onAuthLoadingChanged as c, getAuthLoading as d, logout as e, getConfig as f, getCurrentUser as g, getAuthProvider as h, init as i, get$2 as j, setMany as k, login as l, setFile as m, getFiles as n, onAuthStateChanged as o, runQueryMany as p, runExpression as q, runQuery as r, set$1 as s, runExpressionMany as t, signMessage as u, signTransaction as v, signAndSubmitTransaction as w, count as x, aggregate as y, subscribe as z };
35926
- //# sourceMappingURL=index-CIsuR4Ki.esm.js.map
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