coinley-checkout 1.2.2 → 1.2.4

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.
@@ -2628,6 +2628,7 @@ peekBytes_fn = function(offset, length, loose) {
2628
2628
  return __privateGet(this, _data2).slice(__privateGet(this, _offset), __privateGet(this, _offset) + alignedLength);
2629
2629
  };
2630
2630
  let Reader = _Reader;
2631
+ const global = globalThis || void 0 || self;
2631
2632
  function number(n2) {
2632
2633
  if (!Number.isSafeInteger(n2) || n2 < 0)
2633
2634
  throw new Error(`Wrong positive integer: ${n2}`);
@@ -17977,7 +17978,7 @@ const initializeSolanaLibraries = async () => {
17977
17978
  LAMPORTS_PER_SOL = solanaWeb3.LAMPORTS_PER_SOL;
17978
17979
  }
17979
17980
  if (!createTransferInstruction) {
17980
- const splToken = await import("./index-e49d97f5.mjs");
17981
+ const splToken = await import("./index-99d8107e.mjs");
17981
17982
  createTransferInstruction = splToken.createTransferInstruction;
17982
17983
  getAssociatedTokenAddress = splToken.getAssociatedTokenAddress;
17983
17984
  TOKEN_PROGRAM_ID = splToken.TOKEN_PROGRAM_ID;