coinley-checkout 1.2.0 → 1.2.1

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.
@@ -18649,7 +18649,7 @@ const sendNativeTransaction = async (walletConnection, toAddress, amount) => {
18649
18649
  } else {
18650
18650
  let Connection, PublicKey, Transaction2, SystemProgram, LAMPORTS_PER_SOL;
18651
18651
  try {
18652
- const solanaWeb3 = await import("./index.browser.esm-f4fd5f63.mjs").then((n2) => n2.l);
18652
+ const solanaWeb3 = await import("@solana/web3.js");
18653
18653
  Connection = solanaWeb3.Connection;
18654
18654
  PublicKey = solanaWeb3.PublicKey;
18655
18655
  Transaction2 = solanaWeb3.Transaction;
@@ -18788,8 +18788,8 @@ const sendSolanaTokenTransaction = async (walletConnection, tokenConfig, toAddre
18788
18788
  try {
18789
18789
  let Connection, PublicKey, Transaction2, createTransferInstruction, getAssociatedTokenAddress, TOKEN_PROGRAM_ID, ASSOCIATED_TOKEN_PROGRAM_ID;
18790
18790
  try {
18791
- const solanaWeb3 = await import("./index.browser.esm-f4fd5f63.mjs").then((n2) => n2.l);
18792
- const splToken = await import("./index-0fb9796c.mjs");
18791
+ const solanaWeb3 = await import("@solana/web3.js");
18792
+ const splToken = await import("./index-e49d97f5.mjs");
18793
18793
  Connection = solanaWeb3.Connection;
18794
18794
  PublicKey = solanaWeb3.PublicKey;
18795
18795
  Transaction2 = solanaWeb3.Transaction;