@rebilly/instruments 8.8.0 → 8.9.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 CHANGED
@@ -1,3 +1,12 @@
1
+ ## [8.9.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.8.1...instruments/core-v8.9.0) (2023-12-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * **kyc-document-gatherer:** face liveness 2nd ([#2570](https://github.com/Rebilly/rebilly/issues/2570)) ([b3f2dbc](https://github.com/Rebilly/rebilly/commit/b3f2dbc9bc7e2c63d770de9fbb8564e1e91a22e6)), closes [#2116](https://github.com/Rebilly/rebilly/issues/2116)
7
+
8
+ ## [8.8.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.8.0...instruments/core-v8.8.1) (2023-12-12)
9
+
1
10
  ## [8.8.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.7.0...instruments/core-v8.8.0) (2023-12-12)
2
11
 
3
12
 
package/dist/index.js CHANGED
@@ -5977,7 +5977,7 @@ function cloneArrayDeep(val, instanceClone) {
5977
5977
  return res;
5978
5978
  }
5979
5979
  var cloneDeep_1 = cloneDeep;
5980
- const version = "55.7.0";
5980
+ const version = "55.8.1";
5981
5981
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
5982
5982
  let nanoid = (size2 = 21) => {
5983
5983
  let id2 = "";
@@ -23155,7 +23155,7 @@ function handleComputedProperty(options) {
23155
23155
  var _a;
23156
23156
  return Object.assign({}, options, {
23157
23157
  _computed: {
23158
- version: "8.7.0",
23158
+ version: "8.8.1",
23159
23159
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23160
23160
  }
23161
23161
  });
@@ -26304,7 +26304,7 @@ class RebillyInstrumentsInstance {
26304
26304
  await show({ componentName, payload });
26305
26305
  }
26306
26306
  get version() {
26307
- return `RebillyInstruments Ver.${"8.7.0"}`;
26307
+ return `RebillyInstruments Ver.${"8.8.1"}`;
26308
26308
  }
26309
26309
  on(eventName, callback) {
26310
26310
  on({ eventName, callback });