@rebilly/instruments 9.38.3 → 9.38.4
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 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## [9.38.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.38.3...instruments/core-v9.38.4) (2024-05-03)
|
|
2
|
+
|
|
1
3
|
## [9.38.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.38.2...instruments/core-v9.38.3) (2024-05-03)
|
|
2
4
|
|
|
3
5
|
## [9.38.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.38.1...instruments/core-v9.38.2) (2024-05-03)
|
package/dist/index.js
CHANGED
|
@@ -5690,7 +5690,7 @@ function Jt$1(e2, t2) {
|
|
|
5690
5690
|
return s;
|
|
5691
5691
|
}
|
|
5692
5692
|
var Gt$1 = P;
|
|
5693
|
-
const Yt$1 = /* @__PURE__ */ wt$1(Gt$1), Qt$1 = "56.21.
|
|
5693
|
+
const Yt$1 = /* @__PURE__ */ wt$1(Gt$1), Qt$1 = "56.21.2";
|
|
5694
5694
|
let Xt$1 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt$1 = (e2 = 21) => {
|
|
5695
5695
|
let t2 = "", s = e2;
|
|
5696
5696
|
for (; s--; )
|
|
@@ -25264,7 +25264,7 @@ function handleComputedProperty(options) {
|
|
|
25264
25264
|
var _a;
|
|
25265
25265
|
return Object.assign({}, options, {
|
|
25266
25266
|
_computed: {
|
|
25267
|
-
version: "9.38.
|
|
25267
|
+
version: "9.38.3",
|
|
25268
25268
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
25269
25269
|
}
|
|
25270
25270
|
});
|
|
@@ -28606,7 +28606,7 @@ class RebillyInstrumentsInstance {
|
|
|
28606
28606
|
await show({ componentName, payload });
|
|
28607
28607
|
}
|
|
28608
28608
|
get version() {
|
|
28609
|
-
return `RebillyInstruments Ver.${"9.38.
|
|
28609
|
+
return `RebillyInstruments Ver.${"9.38.3"}`;
|
|
28610
28610
|
}
|
|
28611
28611
|
on(eventName, callback) {
|
|
28612
28612
|
on({ eventName, callback });
|