@rebilly/instruments 9.33.1 → 9.33.3
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 +4 -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,7 @@
|
|
|
1
|
+
## [9.33.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.33.2...instruments/core-v9.33.3) (2024-04-17)
|
|
2
|
+
|
|
3
|
+
## [9.33.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.33.1...instruments/core-v9.33.2) (2024-04-17)
|
|
4
|
+
|
|
1
5
|
## [9.33.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.33.0...instruments/core-v9.33.1) (2024-04-16)
|
|
2
6
|
|
|
3
7
|
## [9.33.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.32.2...instruments/core-v9.33.0) (2024-04-16)
|
package/dist/index.js
CHANGED
|
@@ -5690,7 +5690,7 @@ function Jt(e2, t2) {
|
|
|
5690
5690
|
return s;
|
|
5691
5691
|
}
|
|
5692
5692
|
var Gt = P$1;
|
|
5693
|
-
const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.16.
|
|
5693
|
+
const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.16.2";
|
|
5694
5694
|
let Xt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt = (e2 = 21) => {
|
|
5695
5695
|
let t2 = "", s = e2;
|
|
5696
5696
|
for (; s--; )
|
|
@@ -24222,7 +24222,7 @@ function handleComputedProperty(options) {
|
|
|
24222
24222
|
var _a;
|
|
24223
24223
|
return Object.assign({}, options, {
|
|
24224
24224
|
_computed: {
|
|
24225
|
-
version: "9.33.
|
|
24225
|
+
version: "9.33.2",
|
|
24226
24226
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24227
24227
|
}
|
|
24228
24228
|
});
|
|
@@ -27564,7 +27564,7 @@ class RebillyInstrumentsInstance {
|
|
|
27564
27564
|
await show({ componentName, payload });
|
|
27565
27565
|
}
|
|
27566
27566
|
get version() {
|
|
27567
|
-
return `RebillyInstruments Ver.${"9.33.
|
|
27567
|
+
return `RebillyInstruments Ver.${"9.33.2"}`;
|
|
27568
27568
|
}
|
|
27569
27569
|
on(eventName, callback) {
|
|
27570
27570
|
on({ eventName, callback });
|