coinley-pay 0.0.84 → 0.0.85

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-Ir1a1eI-.js";
1
+ import { i as isFeatureEnabled, F as FEATURES, c as chainTransports, W as WALLETCONNECT_PROJECT_ID, l as logo } from "./index-DFY_LqKm.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-pIYQaVM4.js.map
115
+ //# sourceMappingURL=appKitEVM-DvOoMOqJ.js.map
@@ -1,4 +1,4 @@
1
- import { F as FEATURES, l as logo, W as WALLETCONNECT_PROJECT_ID } from "./index-Ir1a1eI-.js";
1
+ import { F as FEATURES, l as logo, W as WALLETCONNECT_PROJECT_ID } from "./index-DFY_LqKm.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-CY0DWZUT.js.map
245
+ //# sourceMappingURL=appKitSolana-vG_6SyZI.js.map
@@ -47029,7 +47029,7 @@ const WalletSelector = ({
47029
47029
  try {
47030
47030
  setAppKitError(null);
47031
47031
  setWalletConnectAddress(solanaAccountState.address);
47032
- const { createWalletConnectAdapter } = await import("./appKitSolana-CY0DWZUT.js");
47032
+ const { createWalletConnectAdapter } = await import("./appKitSolana-vG_6SyZI.js");
47033
47033
  const adapter = createWalletConnectAdapter(solanaAccountState.address);
47034
47034
  await solanaWallet.connectWalletConnect(adapter, solanaAccountState.address);
47035
47035
  console.log("✅ WalletConnect synced with SDK");
@@ -47134,7 +47134,7 @@ const WalletSelector = ({
47134
47134
  setAppKitLoading(true);
47135
47135
  setAppKitError(null);
47136
47136
  try {
47137
- const { initializeAppKitEVM, openAppKitModal } = await import("./appKitEVM-pIYQaVM4.js");
47137
+ const { initializeAppKitEVM, openAppKitModal } = await import("./appKitEVM-DvOoMOqJ.js");
47138
47138
  await initializeAppKitEVM(wagmiConfig);
47139
47139
  await openAppKitModal();
47140
47140
  } catch (error) {
@@ -47154,7 +47154,7 @@ const WalletSelector = ({
47154
47154
  setAppKitError(null);
47155
47155
  try {
47156
47156
  console.log("📦 Loading AppKit Solana module...");
47157
- const { initializeAppKitSolana } = await import("./appKitSolana-CY0DWZUT.js");
47157
+ const { initializeAppKitSolana } = await import("./appKitSolana-vG_6SyZI.js");
47158
47158
  console.log("✅ Module loaded, initializing...");
47159
47159
  const modal = await initializeAppKitSolana(solanaWallet);
47160
47160
  console.log("✅ AppKit Solana initialized successfully");
@@ -48777,7 +48777,7 @@ const requiresDepositRouting = (selectedNetwork, selectedToken) => {
48777
48777
  if (isSolana) return false;
48778
48778
  return !isDirectEvmPaymentSupported(selectedNetwork.shortName);
48779
48779
  };
48780
- const CHECKOUT_BUILD = "checkout-2026-04-15a-bridge-settlement-processing";
48780
+ const CHECKOUT_BUILD = "checkout-2026-04-17a-deposit-routing-quote-fix";
48781
48781
  const normalizeEvmAddress = (value) => {
48782
48782
  if (typeof value !== "string") return null;
48783
48783
  const trimmed = value.trim();
@@ -53819,4 +53819,4 @@ export {
53819
53819
  verifyWebhookSignature as w,
53820
53820
  coinleyWebhookMiddleware as x
53821
53821
  };
53822
- //# sourceMappingURL=index-Ir1a1eI-.js.map
53822
+ //# sourceMappingURL=index-DFY_LqKm.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-Ir1a1eI-.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-DFY_LqKm.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.84",
3
+ "version": "0.0.85",
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",