@rebilly/instruments 9.26.0 → 9.26.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.
- package/CHANGELOG.md +2 -0
- package/dist/index.js +3 -3
- package/dist/index.min.js +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -5963,7 +5963,7 @@ function Jt(e2, t2) {
|
|
|
5963
5963
|
return s;
|
|
5964
5964
|
}
|
|
5965
5965
|
var Gt = P$1;
|
|
5966
|
-
const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.
|
|
5966
|
+
const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.10.0";
|
|
5967
5967
|
let Xt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt = (e2 = 21) => {
|
|
5968
5968
|
let t2 = "", s = e2;
|
|
5969
5969
|
for (; s--; )
|
|
@@ -24485,7 +24485,7 @@ function handleComputedProperty(options) {
|
|
|
24485
24485
|
var _a;
|
|
24486
24486
|
return Object.assign({}, options, {
|
|
24487
24487
|
_computed: {
|
|
24488
|
-
version: "9.
|
|
24488
|
+
version: "9.26.0",
|
|
24489
24489
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24490
24490
|
}
|
|
24491
24491
|
});
|
|
@@ -27827,7 +27827,7 @@ class RebillyInstrumentsInstance {
|
|
|
27827
27827
|
await show({ componentName, payload });
|
|
27828
27828
|
}
|
|
27829
27829
|
get version() {
|
|
27830
|
-
return `RebillyInstruments Ver.${"9.
|
|
27830
|
+
return `RebillyInstruments Ver.${"9.26.0"}`;
|
|
27831
27831
|
}
|
|
27832
27832
|
on(eventName, callback) {
|
|
27833
27833
|
on({ eventName, callback });
|