@rebilly/instruments 8.28.0 → 8.29.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.29.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.29.0...instruments/core-v8.29.1) (2024-01-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments:** Create additional fields composable ([#3084](https://github.com/Rebilly/rebilly/issues/3084)) ([d9c90bc](https://github.com/Rebilly/rebilly/commit/d9c90bc8875740d9215c6a4792ba157f43a241f5))
7
+
8
+ ## [8.29.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.28.0...instruments/core-v8.29.0) (2024-01-26)
9
+
10
+
11
+ ### Features
12
+
13
+ * **api-metadata:** Update resources based on latest api definitions ([#3072](https://github.com/Rebilly/rebilly/issues/3072)) ([85993fe](https://github.com/Rebilly/rebilly/commit/85993fec06396bb5eaca94bcc04d8bd47cb70672))
14
+
1
15
  ## [8.28.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.27.0...instruments/core-v8.28.0) (2024-01-25)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -5994,7 +5994,7 @@ function cloneArrayDeep(val, instanceClone) {
5994
5994
  return res;
5995
5995
  }
5996
5996
  var cloneDeep_1 = cloneDeep;
5997
- const version = "55.11.1";
5997
+ const version = "55.12.0";
5998
5998
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
5999
5999
  let nanoid = (size2 = 21) => {
6000
6000
  let id2 = "";
@@ -23386,7 +23386,7 @@ function handleComputedProperty(options) {
23386
23386
  var _a;
23387
23387
  return Object.assign({}, options, {
23388
23388
  _computed: {
23389
- version: "8.27.0",
23389
+ version: "8.29.0",
23390
23390
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23391
23391
  }
23392
23392
  });
@@ -26717,7 +26717,7 @@ class RebillyInstrumentsInstance {
26717
26717
  await show({ componentName, payload });
26718
26718
  }
26719
26719
  get version() {
26720
- return `RebillyInstruments Ver.${"8.27.0"}`;
26720
+ return `RebillyInstruments Ver.${"8.29.0"}`;
26721
26721
  }
26722
26722
  on(eventName, callback) {
26723
26723
  on({ eventName, callback });