@rebilly/instruments 8.47.0 → 8.48.0

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.48.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.47.0...instruments/core-v8.48.0) (2024-02-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * **billing portal:** Remove hardcoded token exchange ([#3394](https://github.com/Rebilly/rebilly/issues/3394)) ([b461bcc](https://github.com/Rebilly/rebilly/commit/b461bccd4e5222b1790f3f5adde56000dd90a86c))
7
+
1
8
  ## [8.47.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.46.1...instruments/core-v8.47.0) (2024-02-08)
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.19.1";
5999
+ const version = "55.20.0";
6000
6000
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
6001
6001
  let nanoid = (size2 = 21) => {
6002
6002
  let id2 = "";
@@ -23456,7 +23456,7 @@ function handleComputedProperty(options) {
23456
23456
  var _a;
23457
23457
  return Object.assign({}, options, {
23458
23458
  _computed: {
23459
- version: "8.46.1",
23459
+ version: "8.47.0",
23460
23460
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23461
23461
  }
23462
23462
  });
@@ -26796,7 +26796,7 @@ class RebillyInstrumentsInstance {
26796
26796
  await show({ componentName, payload });
26797
26797
  }
26798
26798
  get version() {
26799
- return `RebillyInstruments Ver.${"8.46.1"}`;
26799
+ return `RebillyInstruments Ver.${"8.47.0"}`;
26800
26800
  }
26801
26801
  on(eventName, callback) {
26802
26802
  on({ eventName, callback });