@rebilly/instruments 8.49.0 → 8.49.1

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
+ ## [8.49.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.49.0...instruments/core-v8.49.1) (2024-02-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments:** wiping of name on address change ([#3590](https://github.com/Rebilly/rebilly/issues/3590)) ([d8bf2a4](https://github.com/Rebilly/rebilly/commit/d8bf2a42adb237d68b3040824530344d0f83a0c9))
7
+
1
8
  ## [8.49.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.48.1...instruments/core-v8.49.0) (2024-02-15)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -5996,7 +5996,7 @@ function cloneArrayDeep(val, instanceClone) {
5996
5996
  return res;
5997
5997
  }
5998
5998
  var cloneDeep_1 = cloneDeep;
5999
- const version = "55.21.0";
5999
+ const version = "55.22.0";
6000
6000
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
6001
6001
  let nanoid = (size2 = 21) => {
6002
6002
  let id2 = "";
@@ -23459,7 +23459,7 @@ function handleComputedProperty(options) {
23459
23459
  var _a;
23460
23460
  return Object.assign({}, options, {
23461
23461
  _computed: {
23462
- version: "8.48.1",
23462
+ version: "8.49.0",
23463
23463
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23464
23464
  }
23465
23465
  });
@@ -26799,7 +26799,7 @@ class RebillyInstrumentsInstance {
26799
26799
  await show({ componentName, payload });
26800
26800
  }
26801
26801
  get version() {
26802
- return `RebillyInstruments Ver.${"8.48.1"}`;
26802
+ return `RebillyInstruments Ver.${"8.49.0"}`;
26803
26803
  }
26804
26804
  on(eventName, callback) {
26805
26805
  on({ eventName, callback });