@rebilly/instruments 9.37.6 → 9.38.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
+ ## [9.38.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.37.7...instruments/core-v9.38.0) (2024-05-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * **billing portal:** Standalone status web component ([#4864](https://github.com/Rebilly/rebilly/issues/4864)) ([fa72629](https://github.com/Rebilly/rebilly/commit/fa72629e36959fb9354ffefadef6eca38086b1e4))
7
+
8
+ ## [9.37.7](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.37.6...instruments/core-v9.37.7) (2024-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **fe:** rebilly-js-sdk/types module type duplication removal ([#4961](https://github.com/Rebilly/rebilly/issues/4961)) ([3fdead6](https://github.com/Rebilly/rebilly/commit/3fdead6dcdff22fb7d4ef27855475e8564cb7060))
14
+
1
15
  ## [9.37.6](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.37.5...instruments/core-v9.37.6) (2024-04-30)
2
16
 
3
17
  ## [9.37.5](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.37.4...instruments/core-v9.37.5) (2024-04-29)
package/dist/index.js CHANGED
@@ -5690,7 +5690,7 @@ function Jt$1(e2, t2) {
5690
5690
  return s;
5691
5691
  }
5692
5692
  var Gt$1 = P;
5693
- const Yt$1 = /* @__PURE__ */ wt$1(Gt$1), Qt$1 = "56.20.4";
5693
+ const Yt$1 = /* @__PURE__ */ wt$1(Gt$1), Qt$1 = "56.20.6";
5694
5694
  let Xt$1 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt$1 = (e2 = 21) => {
5695
5695
  let t2 = "", s = e2;
5696
5696
  for (; s--; )
@@ -25264,7 +25264,7 @@ function handleComputedProperty(options) {
25264
25264
  var _a;
25265
25265
  return Object.assign({}, options, {
25266
25266
  _computed: {
25267
- version: "9.37.5",
25267
+ version: "9.37.7",
25268
25268
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
25269
25269
  }
25270
25270
  });
@@ -28606,7 +28606,7 @@ class RebillyInstrumentsInstance {
28606
28606
  await show({ componentName, payload });
28607
28607
  }
28608
28608
  get version() {
28609
- return `RebillyInstruments Ver.${"9.37.5"}`;
28609
+ return `RebillyInstruments Ver.${"9.37.7"}`;
28610
28610
  }
28611
28611
  on(eventName, callback) {
28612
28612
  on({ eventName, callback });