@rebilly/instruments 8.55.0 → 9.1.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,21 @@
1
+ ## [9.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.0.0...instruments/core-v9.1.0) (2024-02-29)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata:** Update resources based on latest api definitions ([#3765](https://github.com/Rebilly/rebilly/issues/3765)) ([3d01a9f](https://github.com/Rebilly/rebilly/commit/3d01a9f932084d34c0f3ea1867e299797fbbeb36))
7
+
8
+ ## [9.0.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.55.0...instruments/core-v9.0.0) (2024-02-28)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * **rebilly-js-sdk:** Remove expand on experimental/billing-portals (#3772)
14
+
15
+ ### Features
16
+
17
+ * **rebilly-js-sdk:** Remove expand on experimental/billing-portals ([#3772](https://github.com/Rebilly/rebilly/issues/3772)) ([ad33427](https://github.com/Rebilly/rebilly/commit/ad33427ef3f41092a05c6cfd20a3fada43d80e1e))
18
+
1
19
  ## [8.55.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.54.0...instruments/core-v8.55.0) (2024-02-28)
2
20
 
3
21
 
package/dist/index.js CHANGED
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
5963
5963
  return s2;
5964
5964
  }
5965
5965
  var Ge = P$1;
5966
- const Ye = /* @__PURE__ */ we(Ge), Qe = "55.24.1";
5966
+ const Ye = /* @__PURE__ */ we(Ge), Qe = "56.0.0";
5967
5967
  let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
5968
5968
  let e2 = "", s2 = t2;
5969
5969
  for (; s2--; )
@@ -10140,9 +10140,8 @@ function Ks({ apiHandler: t2 }) {
10140
10140
  /**
10141
10141
  * @returns { rebilly.StorefrontGetExperimentalBillingPortalResponsePromise } response
10142
10142
  */
10143
- get({ slug: e2, expand: s2 = null }) {
10144
- const r2 = { expand: s2 };
10145
- return t2.get(`experimental/billing-portals/${e2}`, r2);
10143
+ get({ slug: e2 }) {
10144
+ return t2.get(`experimental/billing-portals/${e2}`);
10146
10145
  }
10147
10146
  };
10148
10147
  }
@@ -24654,7 +24653,7 @@ function handleComputedProperty(options) {
24654
24653
  var _a;
24655
24654
  return Object.assign({}, options, {
24656
24655
  _computed: {
24657
- version: "8.54.0",
24656
+ version: "9.0.0",
24658
24657
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
24659
24658
  }
24660
24659
  });
@@ -27996,7 +27995,7 @@ class RebillyInstrumentsInstance {
27996
27995
  await show({ componentName, payload });
27997
27996
  }
27998
27997
  get version() {
27999
- return `RebillyInstruments Ver.${"8.54.0"}`;
27998
+ return `RebillyInstruments Ver.${"9.0.0"}`;
28000
27999
  }
28001
28000
  on(eventName, callback) {
28002
28001
  on({ eventName, callback });