coinley-pay 0.0.72 → 0.0.73

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.
@@ -1,4 +1,4 @@
1
- import { i as isFeatureEnabled, F as FEATURES, c as chainTransports, W as WALLETCONNECT_PROJECT_ID, l as logo } from "./index-CmiKyg9O.js";
1
+ import { i as isFeatureEnabled, F as FEATURES, c as chainTransports, W as WALLETCONNECT_PROJECT_ID, l as logo } from "./index-DJgDd1HD.js";
2
2
  let appKitInstance = null;
3
3
  let isInitializing = false;
4
4
  let initializationPromise = null;
@@ -112,4 +112,4 @@ export {
112
112
  initializeAppKitEVM,
113
113
  openAppKitModal
114
114
  };
115
- //# sourceMappingURL=appKitEVM-azjaP9GA.js.map
115
+ //# sourceMappingURL=appKitEVM-1kUKuPXP.js.map
@@ -1,4 +1,4 @@
1
- import { F as FEATURES, l as logo, W as WALLETCONNECT_PROJECT_ID } from "./index-CmiKyg9O.js";
1
+ import { F as FEATURES, l as logo, W as WALLETCONNECT_PROJECT_ID } from "./index-DJgDd1HD.js";
2
2
  let appKitInstance = null;
3
3
  let isInitializing = false;
4
4
  let initializationPromise = null;
@@ -242,4 +242,4 @@ export {
242
242
  disconnectWalletConnect,
243
243
  initializeAppKitSolana
244
244
  };
245
- //# sourceMappingURL=appKitSolana-Tzp_ni1o.js.map
245
+ //# sourceMappingURL=appKitSolana-BMT3O5Fl.js.map
@@ -46938,7 +46938,7 @@ const WalletSelector = ({
46938
46938
  try {
46939
46939
  setAppKitError(null);
46940
46940
  setWalletConnectAddress(solanaAccountState.address);
46941
- const { createWalletConnectAdapter } = await import("./appKitSolana-Tzp_ni1o.js");
46941
+ const { createWalletConnectAdapter } = await import("./appKitSolana-BMT3O5Fl.js");
46942
46942
  const adapter = createWalletConnectAdapter(solanaAccountState.address);
46943
46943
  await solanaWallet.connectWalletConnect(adapter, solanaAccountState.address);
46944
46944
  console.log("✅ WalletConnect synced with SDK");
@@ -47043,7 +47043,7 @@ const WalletSelector = ({
47043
47043
  setAppKitLoading(true);
47044
47044
  setAppKitError(null);
47045
47045
  try {
47046
- const { initializeAppKitEVM, openAppKitModal } = await import("./appKitEVM-azjaP9GA.js");
47046
+ const { initializeAppKitEVM, openAppKitModal } = await import("./appKitEVM-1kUKuPXP.js");
47047
47047
  await initializeAppKitEVM(wagmiConfig);
47048
47048
  await openAppKitModal();
47049
47049
  } catch (error) {
@@ -47063,7 +47063,7 @@ const WalletSelector = ({
47063
47063
  setAppKitError(null);
47064
47064
  try {
47065
47065
  console.log("📦 Loading AppKit Solana module...");
47066
- const { initializeAppKitSolana } = await import("./appKitSolana-Tzp_ni1o.js");
47066
+ const { initializeAppKitSolana } = await import("./appKitSolana-BMT3O5Fl.js");
47067
47067
  console.log("✅ Module loaded, initializing...");
47068
47068
  const modal = await initializeAppKitSolana(solanaWallet);
47069
47069
  console.log("✅ AppKit Solana initialized successfully");
@@ -48531,6 +48531,7 @@ const deepLinkUtils = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
48531
48531
  isInDAppBrowser,
48532
48532
  openCurrentPageInWallet
48533
48533
  }, Symbol.toStringTag, { value: "Module" }));
48534
+ const CHECKOUT_BUILD = "checkout-2026-04-07a-quote-race-fix";
48534
48535
  const queryClient = new QueryClient();
48535
48536
  const PAYMENT_TABS = {
48536
48537
  WALLET: "wallet",
@@ -48915,6 +48916,7 @@ const CoinleyPaymentInternal = ({
48915
48916
  }, [currentStep]);
48916
48917
  useEffect(() => {
48917
48918
  if (isOpen) {
48919
+ console.log(`[Coinley] Build: ${CHECKOUT_BUILD}`);
48918
48920
  loadData();
48919
48921
  resetState();
48920
48922
  setMobileStep("method-select");
@@ -53184,4 +53186,4 @@ export {
53184
53186
  verifyWebhookSignature as w,
53185
53187
  coinleyWebhookMiddleware as x
53186
53188
  };
53187
- //# sourceMappingURL=index-CmiKyg9O.js.map
53189
+ //# sourceMappingURL=index-DJgDd1HD.js.map
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b, C, e, a, f, D, P, g, Q, S, T, U, V, k, x, n, m, o, h, j, r, t, q, p, v, s, d, u, w } from "./index-CmiKyg9O.js";
1
+ import { b, C, e, a, f, D, P, g, Q, S, T, U, V, k, x, n, m, o, h, j, r, t, q, p, v, s, d, u, w } from "./index-DJgDd1HD.js";
2
2
  export {
3
3
  b as CoinleyCheckout,
4
4
  C as CoinleyError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinley-pay",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "Beautiful blockchain payment gateway SDK for seamless crypto payments - React & vanilla js",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",