@rebilly/instruments 8.39.0 → 8.40.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.40.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.39.0...instruments/core-v8.40.0) (2024-02-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **billing-portal:** Payment history API connect ([#3184](https://github.com/Rebilly/rebilly/issues/3184)) ([95058cd](https://github.com/Rebilly/rebilly/commit/95058cdb44e35fbf3738b9a101fd974b28cb840b))
|
|
7
|
+
|
|
1
8
|
## [8.39.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.38.0...instruments/core-v8.39.0) (2024-02-01)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5994,7 +5994,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5994
5994
|
return res;
|
|
5995
5995
|
}
|
|
5996
5996
|
var cloneDeep_1 = cloneDeep;
|
|
5997
|
-
const version = "55.
|
|
5997
|
+
const version = "55.16.0";
|
|
5998
5998
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5999
5999
|
let nanoid = (size2 = 21) => {
|
|
6000
6000
|
let id2 = "";
|
|
@@ -23393,7 +23393,7 @@ function handleComputedProperty(options) {
|
|
|
23393
23393
|
var _a;
|
|
23394
23394
|
return Object.assign({}, options, {
|
|
23395
23395
|
_computed: {
|
|
23396
|
-
version: "8.
|
|
23396
|
+
version: "8.39.0",
|
|
23397
23397
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23398
23398
|
}
|
|
23399
23399
|
});
|
|
@@ -26725,7 +26725,7 @@ class RebillyInstrumentsInstance {
|
|
|
26725
26725
|
await show({ componentName, payload });
|
|
26726
26726
|
}
|
|
26727
26727
|
get version() {
|
|
26728
|
-
return `RebillyInstruments Ver.${"8.
|
|
26728
|
+
return `RebillyInstruments Ver.${"8.39.0"}`;
|
|
26729
26729
|
}
|
|
26730
26730
|
on(eventName, callback) {
|
|
26731
26731
|
on({ eventName, callback });
|