@rebilly/instruments 8.55.0 → 9.0.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 +11 -0
- package/dist/index.js +5 -6
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [9.0.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.55.0...instruments/core-v9.0.0) (2024-02-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### ⚠ BREAKING CHANGES
|
|
5
|
+
|
|
6
|
+
* **rebilly-js-sdk:** Remove expand on experimental/billing-portals (#3772)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **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))
|
|
11
|
+
|
|
1
12
|
## [8.55.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.54.0...instruments/core-v8.55.0) (2024-02-28)
|
|
2
13
|
|
|
3
14
|
|
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.
|
|
5966
|
+
const Ye = /* @__PURE__ */ we(Ge), Qe = "55.25.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
|
|
10144
|
-
|
|
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.
|
|
24656
|
+
version: "8.55.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.
|
|
27998
|
+
return `RebillyInstruments Ver.${"8.55.0"}`;
|
|
28000
27999
|
}
|
|
28001
28000
|
on(eventName, callback) {
|
|
28002
28001
|
on({ eventName, callback });
|