@rebilly/instruments 9.22.0 → 9.23.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
+ ## [9.23.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.22.0...instruments/core-v9.23.0) (2024-03-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * **recomm:** Add password reset ([#4302](https://github.com/Rebilly/rebilly/issues/4302)) ([e484315](https://github.com/Rebilly/rebilly/commit/e484315bb2481b31c4ffb088bf1ce6ad3cd94dc2))
7
+
1
8
  ## [9.22.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.21.0...instruments/core-v9.22.0) (2024-03-27)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -5963,7 +5963,7 @@ function Jt(e2, t2) {
5963
5963
  return s;
5964
5964
  }
5965
5965
  var Gt = P$1;
5966
- const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.6.0";
5966
+ const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.7.0";
5967
5967
  let Xt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt = (e2 = 21) => {
5968
5968
  let t2 = "", s = e2;
5969
5969
  for (; s--; )
@@ -24472,7 +24472,7 @@ function handleComputedProperty(options) {
24472
24472
  var _a;
24473
24473
  return Object.assign({}, options, {
24474
24474
  _computed: {
24475
- version: "9.21.0",
24475
+ version: "9.22.0",
24476
24476
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
24477
24477
  }
24478
24478
  });
@@ -27814,7 +27814,7 @@ class RebillyInstrumentsInstance {
27814
27814
  await show({ componentName, payload });
27815
27815
  }
27816
27816
  get version() {
27817
- return `RebillyInstruments Ver.${"9.21.0"}`;
27817
+ return `RebillyInstruments Ver.${"9.22.0"}`;
27818
27818
  }
27819
27819
  on(eventName, callback) {
27820
27820
  on({ eventName, callback });