@rebilly/instruments 6.0.2 → 6.0.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
+ ## [6.0.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v6.0.2...instruments/core-v6.0.3) (2023-09-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **HPF | Framepay:** Update risk-data-collector version on HPF and Framepay ([#1551](https://github.com/Rebilly/rebilly/issues/1551)) ([53bb339](https://github.com/Rebilly/rebilly/commit/53bb339f249bc5fb92d87d3cd2ae15b0ace91b01))
7
+
1
8
  ## [6.0.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v6.0.1...instruments/core-v6.0.2) (2023-09-22)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -5323,7 +5323,7 @@ function cloneArrayDeep(val, instanceClone) {
5323
5323
  return res;
5324
5324
  }
5325
5325
  var cloneDeep_1 = cloneDeep;
5326
- const version = "53.0.0";
5326
+ const version = "53.0.1";
5327
5327
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
5328
5328
  let nanoid = (size2 = 21) => {
5329
5329
  let id2 = "";
@@ -22621,7 +22621,7 @@ ${displayNode}`
22621
22621
  function handleComputedProperty(options) {
22622
22622
  var _a;
22623
22623
  options._computed = {
22624
- version: "6.0.1",
22624
+ version: "6.0.2",
22625
22625
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
22626
22626
  };
22627
22627
  return options;
@@ -25746,7 +25746,7 @@ class RebillyInstrumentsInstance {
25746
25746
  await show({ componentName, payload });
25747
25747
  }
25748
25748
  get version() {
25749
- return `RebillyInstruments Ver.${"6.0.1"}`;
25749
+ return `RebillyInstruments Ver.${"6.0.2"}`;
25750
25750
  }
25751
25751
  on(eventName, callback) {
25752
25752
  on({ eventName, callback });