@rebilly/instruments 8.6.0 → 8.7.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 +7 -0
- package/dist/index.js +3 -3
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [8.7.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.6.0...instruments/core-v8.7.0) (2023-12-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **billing-portal:** Add tile component to billing portal ([#2511](https://github.com/Rebilly/rebilly/issues/2511)) ([6b16810](https://github.com/Rebilly/rebilly/commit/6b16810201f6d225b7c46c23363986a3ac9f462f))
|
|
7
|
+
|
|
1
8
|
## [8.6.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.5.0...instruments/core-v8.6.0) (2023-12-05)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5982,7 +5982,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5982
5982
|
return res;
|
|
5983
5983
|
}
|
|
5984
5984
|
var cloneDeep_1 = cloneDeep;
|
|
5985
|
-
const version = "55.
|
|
5985
|
+
const version = "55.6.0";
|
|
5986
5986
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5987
5987
|
let nanoid = (size2 = 21) => {
|
|
5988
5988
|
let id2 = "";
|
|
@@ -23160,7 +23160,7 @@ function handleComputedProperty(options) {
|
|
|
23160
23160
|
var _a;
|
|
23161
23161
|
return Object.assign({}, options, {
|
|
23162
23162
|
_computed: {
|
|
23163
|
-
version: "8.
|
|
23163
|
+
version: "8.6.0",
|
|
23164
23164
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23165
23165
|
}
|
|
23166
23166
|
});
|
|
@@ -26309,7 +26309,7 @@ class RebillyInstrumentsInstance {
|
|
|
26309
26309
|
await show({ componentName, payload });
|
|
26310
26310
|
}
|
|
26311
26311
|
get version() {
|
|
26312
|
-
return `RebillyInstruments Ver.${"8.
|
|
26312
|
+
return `RebillyInstruments Ver.${"8.6.0"}`;
|
|
26313
26313
|
}
|
|
26314
26314
|
on(eventName, callback) {
|
|
26315
26315
|
on({ eventName, callback });
|