@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.
@@ -13541,7 +13541,7 @@ async function loadDependencies() {
13541
13541
  const [reactModule, reactDomModule, phantomModule] = await Promise.all([
13542
13542
  import('react'),
13543
13543
  import('react-dom/client'),
13544
- Promise.resolve().then(function () { return require('./index-DFBVGK4A.js'); })
13544
+ Promise.resolve().then(function () { return require('./index-CJuG7364.js'); })
13545
13545
  ]);
13546
13546
  // Extract default export from ESM module namespace
13547
13547
  // Dynamic import() returns { default: Module, ...exports }, not the module directly
@@ -35003,7 +35003,7 @@ async function loadMwaProtocol() {
35003
35003
  return mwaProtocolLoadPromise;
35004
35004
  mwaProtocolLoadPromise = (async () => {
35005
35005
  try {
35006
- mwaProtocolModule = await import('@solana-mobile/mobile-wallet-adapter-protocol-web3js');
35006
+ mwaProtocolModule = await Promise.resolve().then(function () { return require('./index.browser-CPRwXOyN.js'); });
35007
35007
  }
35008
35008
  catch (e) {
35009
35009
  console.warn('[SolanaMobileWallet] @solana-mobile/mobile-wallet-adapter-protocol-web3js not installed. Install it to enable Seeker wallet support.');
@@ -35025,7 +35025,7 @@ async function registerMobileWalletAdapter(config) {
35025
35025
  if (typeof window === 'undefined')
35026
35026
  return;
35027
35027
  try {
35028
- const walletStandardMobile = await import('@solana-mobile/wallet-standard-mobile');
35028
+ const walletStandardMobile = await Promise.resolve().then(function () { return require('./index.browser-jwxjZVpT.js'); });
35029
35029
  const registerMwa = walletStandardMobile.registerMwa || ((_a = walletStandardMobile.default) === null || _a === void 0 ? void 0 : _a.registerMwa);
35030
35030
  if (!registerMwa) {
35031
35031
  console.warn('[SolanaMobileWallet] registerMwa not found in @solana-mobile/wallet-standard-mobile');
@@ -35969,6 +35969,7 @@ exports.getAuthProvider = getAuthProvider;
35969
35969
  exports.getCachedData = getCachedData;
35970
35970
  exports.getConfig = getConfig;
35971
35971
  exports.getCurrentUser = getCurrentUser;
35972
+ exports.getDefaultExportFromCjs = getDefaultExportFromCjs$1;
35972
35973
  exports.getFiles = getFiles;
35973
35974
  exports.getIdToken = getIdToken;
35974
35975
  exports.init = init;
@@ -35993,4 +35994,4 @@ exports.signSessionCreateMessage = signSessionCreateMessage;
35993
35994
  exports.signTransaction = signTransaction;
35994
35995
  exports.subscribe = subscribe;
35995
35996
  exports.useAuth = useAuth;
35996
- //# sourceMappingURL=index-BpxspB4P.js.map
35997
+ //# sourceMappingURL=index-CMTlhmPS.js.map