@rebilly/instruments 8.51.1 → 8.52.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.52.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.51.1...instruments/core-v8.52.0) (2024-02-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata:** Update resources based on latest api definitions ([#3387](https://github.com/Rebilly/rebilly/issues/3387)) ([67c6774](https://github.com/Rebilly/rebilly/commit/67c677483f1dceb2832e1686b26ce649f2dd75c3))
7
+
1
8
  ## [8.51.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.51.0...instruments/core-v8.51.1) (2024-02-22)
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.24.0";
5999
+ const version = "55.24.1";
6000
6000
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
6001
6001
  let nanoid = (size2 = 21) => {
6002
6002
  let id2 = "";
@@ -23707,7 +23707,7 @@ function handleComputedProperty(options) {
23707
23707
  var _a;
23708
23708
  return Object.assign({}, options, {
23709
23709
  _computed: {
23710
- version: "8.51.0",
23710
+ version: "8.51.1",
23711
23711
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23712
23712
  }
23713
23713
  });
@@ -27047,7 +27047,7 @@ class RebillyInstrumentsInstance {
27047
27047
  await show({ componentName, payload });
27048
27048
  }
27049
27049
  get version() {
27050
- return `RebillyInstruments Ver.${"8.51.0"}`;
27050
+ return `RebillyInstruments Ver.${"8.51.1"}`;
27051
27051
  }
27052
27052
  on(eventName, callback) {
27053
27053
  on({ eventName, callback });