@rebilly/instruments 8.23.0 → 8.24.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.24.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.23.0...instruments/core-v8.24.0) (2024-01-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata:** Update resources based on latest api definitions ([#2956](https://github.com/Rebilly/rebilly/issues/2956)) ([0ccc206](https://github.com/Rebilly/rebilly/commit/0ccc2065f645d61846d3f22dfad63fcc2e984933))
|
|
7
|
+
|
|
1
8
|
## [8.23.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.22.0...instruments/core-v8.23.0) (2024-01-16)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5988,7 +5988,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5988
5988
|
return res;
|
|
5989
5989
|
}
|
|
5990
5990
|
var cloneDeep_1 = cloneDeep;
|
|
5991
|
-
const version = "55.
|
|
5991
|
+
const version = "55.11.0";
|
|
5992
5992
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5993
5993
|
let nanoid = (size2 = 21) => {
|
|
5994
5994
|
let id2 = "";
|
|
@@ -23297,7 +23297,7 @@ function handleComputedProperty(options) {
|
|
|
23297
23297
|
var _a;
|
|
23298
23298
|
return Object.assign({}, options, {
|
|
23299
23299
|
_computed: {
|
|
23300
|
-
version: "8.
|
|
23300
|
+
version: "8.23.0",
|
|
23301
23301
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23302
23302
|
}
|
|
23303
23303
|
});
|
|
@@ -26496,7 +26496,7 @@ class RebillyInstrumentsInstance {
|
|
|
26496
26496
|
await show({ componentName, payload });
|
|
26497
26497
|
}
|
|
26498
26498
|
get version() {
|
|
26499
|
-
return `RebillyInstruments Ver.${"8.
|
|
26499
|
+
return `RebillyInstruments Ver.${"8.23.0"}`;
|
|
26500
26500
|
}
|
|
26501
26501
|
on(eventName, callback) {
|
|
26502
26502
|
on({ eventName, callback });
|