@rebilly/instruments 8.44.0 → 8.46.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,17 @@
1
+ ## [8.46.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.45.0...instruments/core-v8.46.0) (2024-02-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata:** Update resources based on latest api definitions ([#3384](https://github.com/Rebilly/rebilly/issues/3384)) ([51c4902](https://github.com/Rebilly/rebilly/commit/51c490240823143a7595d419ce69bdda78894416))
7
+
8
+ ## [8.45.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.44.0...instruments/core-v8.45.0) (2024-02-08)
9
+
10
+
11
+ ### Features
12
+
13
+ * **api-metadata:** Update resources based on latest api definitions ([#3262](https://github.com/Rebilly/rebilly/issues/3262)) ([9c4da7a](https://github.com/Rebilly/rebilly/commit/9c4da7a2c415ac28bcb97fb771b27346d0f8e07a))
14
+
1
15
  ## [8.44.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.43.1...instruments/core-v8.44.0) (2024-02-07)
2
16
 
3
17
 
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.18.0";
5999
+ const version = "55.19.0";
6000
6000
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
6001
6001
  let nanoid = (size2 = 21) => {
6002
6002
  let id2 = "";
@@ -23455,7 +23455,7 @@ function handleComputedProperty(options) {
23455
23455
  var _a;
23456
23456
  return Object.assign({}, options, {
23457
23457
  _computed: {
23458
- version: "8.43.1",
23458
+ version: "8.45.0",
23459
23459
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23460
23460
  }
23461
23461
  });
@@ -26795,7 +26795,7 @@ class RebillyInstrumentsInstance {
26795
26795
  await show({ componentName, payload });
26796
26796
  }
26797
26797
  get version() {
26798
- return `RebillyInstruments Ver.${"8.43.1"}`;
26798
+ return `RebillyInstruments Ver.${"8.45.0"}`;
26799
26799
  }
26800
26800
  on(eventName, callback) {
26801
26801
  on({ eventName, callback });