@rebilly/instruments 9.38.3 → 9.38.5

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [9.38.5](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.38.4...instruments/core-v9.38.5) (2024-05-03)
2
+
3
+ ## [9.38.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.38.3...instruments/core-v9.38.4) (2024-05-03)
4
+
1
5
  ## [9.38.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.38.2...instruments/core-v9.38.3) (2024-05-03)
2
6
 
3
7
  ## [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
@@ -1827,13 +1827,13 @@ const iframes = (/* @__PURE__ */ (() => {
1827
1827
  summary: null,
1828
1828
  hasFrame(name) {
1829
1829
  if ((state2 == null ? void 0 : state2[name]) && !name.match(/^has.*/)) {
1830
- return !!state2[name];
1830
+ return Boolean(state2[name]);
1831
1831
  }
1832
1832
  return false;
1833
1833
  },
1834
1834
  hasComponent(name) {
1835
1835
  var _a;
1836
- return !!((_a = state2 == null ? void 0 : state2[name]) == null ? void 0 : _a.component);
1836
+ return Boolean((_a = state2 == null ? void 0 : state2[name]) == null ? void 0 : _a.component);
1837
1837
  }
1838
1838
  };
1839
1839
  }
@@ -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.1";
5693
+ const Yt$1 = /* @__PURE__ */ wt$1(Gt$1), Qt$1 = "56.21.3";
5694
5694
  let Xt$1 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt$1 = (e2 = 21) => {
5695
5695
  let t2 = "", s = e2;
5696
5696
  for (; s--; )
@@ -16351,7 +16351,9 @@ class DataInstance {
16351
16351
  return Boolean(this.previewPurchase);
16352
16352
  }
16353
16353
  get hasAmountDue() {
16354
- return !!(this.amountAndCurrency.amountDue && this.amountAndCurrency.amountDue !== this.amountAndCurrency.amount);
16354
+ return Boolean(
16355
+ this.amountAndCurrency.amountDue && this.amountAndCurrency.amountDue !== this.amountAndCurrency.amount
16356
+ );
16355
16357
  }
16356
16358
  get summaryItems() {
16357
16359
  const {
@@ -25264,7 +25266,7 @@ function handleComputedProperty(options) {
25264
25266
  var _a;
25265
25267
  return Object.assign({}, options, {
25266
25268
  _computed: {
25267
- version: "9.38.2",
25269
+ version: "9.38.4",
25268
25270
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
25269
25271
  }
25270
25272
  });
@@ -28606,7 +28608,7 @@ class RebillyInstrumentsInstance {
28606
28608
  await show({ componentName, payload });
28607
28609
  }
28608
28610
  get version() {
28609
- return `RebillyInstruments Ver.${"9.38.2"}`;
28611
+ return `RebillyInstruments Ver.${"9.38.4"}`;
28610
28612
  }
28611
28613
  on(eventName, callback) {
28612
28614
  on({ eventName, callback });