stablezact-pay 0.67.0 → 0.69.0
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.
- package/dist/{CoinleyPayment-C6ChHSdL.js → CoinleyPayment-CgOyBTiZ.js} +6 -6
- package/dist/{appKitEVM-BKw-NMzs.js → appKitEVM-CoFigoDi.js} +2 -2
- package/dist/{appKitSolana-BUMkrcwF.js → appKitSolana-DrYzsOr8.js} +2 -2
- package/dist/coinley-vanilla.min.js +1 -1
- package/dist/{index-CW1p6ar4.js → index-B1VDVZ7m.js} +3 -3
- package/dist/{index-DF6Gn171.js → index-Ce7cAlPl.js} +3 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1806,7 +1806,7 @@ const dist = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
|
|
|
1806
1806
|
resolveObjectURL,
|
|
1807
1807
|
transcode
|
|
1808
1808
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1809
|
-
const LazyCoinleyPayment = React.lazy(() => import("./CoinleyPayment-
|
|
1809
|
+
const LazyCoinleyPayment = React.lazy(() => import("./CoinleyPayment-CgOyBTiZ.js").then((n2) => n2.a));
|
|
1810
1810
|
const CoinleyPayment = (props) => /* @__PURE__ */ jsx(Suspense, { fallback: null, children: /* @__PURE__ */ jsx(LazyCoinleyPayment, { ...props }) });
|
|
1811
1811
|
const CoinleyContext = createContext(null);
|
|
1812
1812
|
const CoinleyProvider = ({
|
|
@@ -2241,7 +2241,7 @@ class LazyCoinleyVanilla {
|
|
|
2241
2241
|
return this.instance;
|
|
2242
2242
|
}
|
|
2243
2243
|
if (!this.loading) {
|
|
2244
|
-
this.loading = import("./index-
|
|
2244
|
+
this.loading = import("./index-Ce7cAlPl.js").then((module) => {
|
|
2245
2245
|
const CoinleyVanilla = module.default || module.CoinleyVanilla;
|
|
2246
2246
|
this.instance = new CoinleyVanilla(this.config);
|
|
2247
2247
|
return this.instance;
|
|
@@ -24123,4 +24123,4 @@ export {
|
|
|
24123
24123
|
useCoinley as u,
|
|
24124
24124
|
verifyWebhookSignature as v
|
|
24125
24125
|
};
|
|
24126
|
-
//# sourceMappingURL=index-
|
|
24126
|
+
//# sourceMappingURL=index-B1VDVZ7m.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as Buffer$1 } from "./index-
|
|
1
|
+
import { B as Buffer$1 } from "./index-B1VDVZ7m.js";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { createRoot } from "react-dom/client";
|
|
4
|
-
import { C as CoinleyPayment } from "./CoinleyPayment-
|
|
4
|
+
import { C as CoinleyPayment } from "./CoinleyPayment-CgOyBTiZ.js";
|
|
5
5
|
const global = globalThis || void 0 || self;
|
|
6
6
|
(function initBufferPolyfill() {
|
|
7
7
|
const BufferClass = Buffer$1;
|
|
@@ -299,4 +299,4 @@ function autoInitialize() {
|
|
|
299
299
|
export {
|
|
300
300
|
CoinleyVanilla as default
|
|
301
301
|
};
|
|
302
|
-
//# sourceMappingURL=index-
|
|
302
|
+
//# sourceMappingURL=index-Ce7cAlPl.js.map
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C, e, h, j, L, D, P, k, Q, S, T, U, V, c, l, m, b, f, n, o, g, q, i, r, p, s, u, t, v } from "./index-
|
|
1
|
+
import { C, e, h, j, L, D, P, k, Q, S, T, U, V, c, l, m, b, f, n, o, g, q, i, r, p, s, u, t, v } from "./index-B1VDVZ7m.js";
|
|
2
2
|
export {
|
|
3
3
|
C as CoinleyCheckout,
|
|
4
4
|
e as CoinleyError,
|