@rebilly/instruments 9.20.0 → 9.20.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 +1 -5
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
|
|
|
5963
5963
|
return s;
|
|
5964
5964
|
}
|
|
5965
5965
|
var Ge = P$1;
|
|
5966
|
-
const Ye = /* @__PURE__ */ we$1(Ge), Qe = "56.
|
|
5966
|
+
const Ye = /* @__PURE__ */ we$1(Ge), Qe = "56.5.0";
|
|
5967
5967
|
let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
|
|
5968
5968
|
let e2 = "", s = t2;
|
|
5969
5969
|
for (; s--; )
|
|
@@ -24463,7 +24463,7 @@ function handleComputedProperty(options) {
|
|
|
24463
24463
|
var _a;
|
|
24464
24464
|
return Object.assign({}, options, {
|
|
24465
24465
|
_computed: {
|
|
24466
|
-
version: "9.
|
|
24466
|
+
version: "9.20.0",
|
|
24467
24467
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24468
24468
|
}
|
|
24469
24469
|
});
|
|
@@ -27805,7 +27805,7 @@ class RebillyInstrumentsInstance {
|
|
|
27805
27805
|
await show({ componentName, payload });
|
|
27806
27806
|
}
|
|
27807
27807
|
get version() {
|
|
27808
|
-
return `RebillyInstruments Ver.${"9.
|
|
27808
|
+
return `RebillyInstruments Ver.${"9.20.0"}`;
|
|
27809
27809
|
}
|
|
27810
27810
|
on(eventName, callback) {
|
|
27811
27811
|
on({ eventName, callback });
|