@rebilly/instruments 8.23.0 → 8.24.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,17 @@
1
+ ## [8.24.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.24.0...instruments/core-v8.24.1) (2024-01-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **js-sdk:** Do not require id in create function parameter type ([#2966](https://github.com/Rebilly/rebilly/issues/2966)) ([81fea94](https://github.com/Rebilly/rebilly/commit/81fea949c50048bbfd70ce49b7521639c44d582c))
7
+
8
+ ## [8.24.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.23.0...instruments/core-v8.24.0) (2024-01-18)
9
+
10
+
11
+ ### Features
12
+
13
+ * **api-metadata:** Update resources based on latest api definitions ([#2956](https://github.com/Rebilly/rebilly/issues/2956)) ([0ccc206](https://github.com/Rebilly/rebilly/commit/0ccc2065f645d61846d3f22dfad63fcc2e984933))
14
+
1
15
  ## [8.23.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.22.0...instruments/core-v8.23.0) (2024-01-16)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -5988,7 +5988,7 @@ function cloneArrayDeep(val, instanceClone) {
5988
5988
  return res;
5989
5989
  }
5990
5990
  var cloneDeep_1 = cloneDeep;
5991
- const version = "55.10.0";
5991
+ const version = "55.11.0";
5992
5992
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
5993
5993
  let nanoid = (size2 = 21) => {
5994
5994
  let id2 = "";
@@ -23297,7 +23297,7 @@ function handleComputedProperty(options) {
23297
23297
  var _a;
23298
23298
  return Object.assign({}, options, {
23299
23299
  _computed: {
23300
- version: "8.22.0",
23300
+ version: "8.24.0",
23301
23301
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23302
23302
  }
23303
23303
  });
@@ -26496,7 +26496,7 @@ class RebillyInstrumentsInstance {
26496
26496
  await show({ componentName, payload });
26497
26497
  }
26498
26498
  get version() {
26499
- return `RebillyInstruments Ver.${"8.22.0"}`;
26499
+ return `RebillyInstruments Ver.${"8.24.0"}`;
26500
26500
  }
26501
26501
  on(eventName, callback) {
26502
26502
  on({ eventName, callback });