@rebilly/instruments 9.6.2 → 9.6.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [9.6.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.6.2...instruments/core-v9.6.3) (2024-03-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **risk-data-collector:** Prettier improvements ([#3861](https://github.com/Rebilly/rebilly/issues/3861)) ([feec7fe](https://github.com/Rebilly/rebilly/commit/feec7fe1334289d31537064c2bb71e93064d9250))
7
+
1
8
  ## [9.6.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.6.1...instruments/core-v9.6.2) (2024-03-05)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
5963
5963
  return s2;
5964
5964
  }
5965
5965
  var Ge = P$1;
5966
- const Ye = /* @__PURE__ */ we(Ge), Qe = "56.0.4";
5966
+ const Ye = /* @__PURE__ */ we(Ge), Qe = "56.0.5";
5967
5967
  let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
5968
5968
  let e2 = "", s2 = t2;
5969
5969
  for (; s2--; )
@@ -24653,7 +24653,7 @@ function handleComputedProperty(options) {
24653
24653
  var _a;
24654
24654
  return Object.assign({}, options, {
24655
24655
  _computed: {
24656
- version: "9.6.1",
24656
+ version: "9.6.2",
24657
24657
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
24658
24658
  }
24659
24659
  });
@@ -27995,7 +27995,7 @@ class RebillyInstrumentsInstance {
27995
27995
  await show({ componentName, payload });
27996
27996
  }
27997
27997
  get version() {
27998
- return `RebillyInstruments Ver.${"9.6.1"}`;
27998
+ return `RebillyInstruments Ver.${"9.6.2"}`;
27999
27999
  }
28000
28000
  on(eventName, callback) {
28001
28001
  on({ eventName, callback });