@rebilly/instruments 8.51.0 → 8.51.1
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 +7 -0
- package/dist/index.js +6 -5
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [8.51.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.51.0...instruments/core-v8.51.1) (2024-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **rebilly-js-sdk:** Add expand to experimental billing portal get ([#3658](https://github.com/Rebilly/rebilly/issues/3658)) ([df117c6](https://github.com/Rebilly/rebilly/commit/df117c64225d56379483cef49c287a4110e846f0))
|
|
7
|
+
|
|
1
8
|
## [8.51.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.50.1...instruments/core-v8.51.0) (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.
|
|
5999
|
+
const version = "55.24.0";
|
|
6000
6000
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
6001
6001
|
let nanoid = (size2 = 21) => {
|
|
6002
6002
|
let id2 = "";
|
|
@@ -9233,8 +9233,9 @@ function DepositStrategiesResource({ apiHandler }) {
|
|
|
9233
9233
|
}
|
|
9234
9234
|
function ExperimentalResource({ apiHandler }) {
|
|
9235
9235
|
return {
|
|
9236
|
-
get({ slug }) {
|
|
9237
|
-
|
|
9236
|
+
get({ slug, expand = null }) {
|
|
9237
|
+
const params = { expand };
|
|
9238
|
+
return apiHandler.get(`experimental/billing-portals/${slug}`, params);
|
|
9238
9239
|
}
|
|
9239
9240
|
};
|
|
9240
9241
|
}
|
|
@@ -23706,7 +23707,7 @@ function handleComputedProperty(options) {
|
|
|
23706
23707
|
var _a;
|
|
23707
23708
|
return Object.assign({}, options, {
|
|
23708
23709
|
_computed: {
|
|
23709
|
-
version: "8.
|
|
23710
|
+
version: "8.51.0",
|
|
23710
23711
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23711
23712
|
}
|
|
23712
23713
|
});
|
|
@@ -27046,7 +27047,7 @@ class RebillyInstrumentsInstance {
|
|
|
27046
27047
|
await show({ componentName, payload });
|
|
27047
27048
|
}
|
|
27048
27049
|
get version() {
|
|
27049
|
-
return `RebillyInstruments Ver.${"8.
|
|
27050
|
+
return `RebillyInstruments Ver.${"8.51.0"}`;
|
|
27050
27051
|
}
|
|
27051
27052
|
on(eventName, callback) {
|
|
27052
27053
|
on({ eventName, callback });
|