@rebilly/instruments 8.17.1 → 8.18.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.18.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.17.1...instruments/core-v8.18.0) (2024-01-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **kyc-document-gatherer:** face liveness and set it as optional ([#2752](https://github.com/Rebilly/rebilly/issues/2752)) ([bac2f34](https://github.com/Rebilly/rebilly/commit/bac2f34a5d27fdd820ee8bd67e6d430a4f315170))
|
|
7
|
+
|
|
1
8
|
## [8.17.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.17.0...instruments/core-v8.17.1) (2024-01-04)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5987,7 +5987,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5987
5987
|
return res;
|
|
5988
5988
|
}
|
|
5989
5989
|
var cloneDeep_1 = cloneDeep;
|
|
5990
|
-
const version = "55.9.
|
|
5990
|
+
const version = "55.9.2";
|
|
5991
5991
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5992
5992
|
let nanoid = (size2 = 21) => {
|
|
5993
5993
|
let id2 = "";
|
|
@@ -23295,7 +23295,7 @@ function handleComputedProperty(options) {
|
|
|
23295
23295
|
var _a;
|
|
23296
23296
|
return Object.assign({}, options, {
|
|
23297
23297
|
_computed: {
|
|
23298
|
-
version: "8.17.
|
|
23298
|
+
version: "8.17.1",
|
|
23299
23299
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23300
23300
|
}
|
|
23301
23301
|
});
|
|
@@ -26494,7 +26494,7 @@ class RebillyInstrumentsInstance {
|
|
|
26494
26494
|
await show({ componentName, payload });
|
|
26495
26495
|
}
|
|
26496
26496
|
get version() {
|
|
26497
|
-
return `RebillyInstruments Ver.${"8.17.
|
|
26497
|
+
return `RebillyInstruments Ver.${"8.17.1"}`;
|
|
26498
26498
|
}
|
|
26499
26499
|
on(eventName, callback) {
|
|
26500
26500
|
on({ eventName, callback });
|