@rebilly/instruments 9.17.1 → 9.17.3
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 +14 -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,17 @@
|
|
|
1
|
+
## [9.17.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.17.2...instruments/core-v9.17.3) (2024-03-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **kyc-document-gatherer:** user event migration and minor test fixes ([#4272](https://github.com/Rebilly/rebilly/issues/4272)) ([d41781f](https://github.com/Rebilly/rebilly/commit/d41781f16e94596cb481870901235985e6a69da5))
|
|
7
|
+
|
|
8
|
+
## [9.17.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.17.1...instruments/core-v9.17.2) (2024-03-25)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **eslint-config:** TS lint warning fix ([#4273](https://github.com/Rebilly/rebilly/issues/4273)) ([452f3f9](https://github.com/Rebilly/rebilly/commit/452f3f9585c4160457e8a52450ac0223362a9014))
|
|
14
|
+
|
|
1
15
|
## [9.17.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.17.0...instruments/core-v9.17.1) (2024-03-25)
|
|
2
16
|
|
|
3
17
|
## [9.17.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.16.3...instruments/core-v9.17.0) (2024-03-25)
|
package/dist/index.js
CHANGED
|
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
|
|
|
5963
5963
|
return s2;
|
|
5964
5964
|
}
|
|
5965
5965
|
var Ge = P$1;
|
|
5966
|
-
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.3.
|
|
5966
|
+
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.3.4";
|
|
5967
5967
|
let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
|
|
5968
5968
|
let e2 = "", s2 = t2;
|
|
5969
5969
|
for (; s2--; )
|
|
@@ -24704,7 +24704,7 @@ function handleComputedProperty(options) {
|
|
|
24704
24704
|
var _a;
|
|
24705
24705
|
return Object.assign({}, options, {
|
|
24706
24706
|
_computed: {
|
|
24707
|
-
version: "9.17.
|
|
24707
|
+
version: "9.17.2",
|
|
24708
24708
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24709
24709
|
}
|
|
24710
24710
|
});
|
|
@@ -28046,7 +28046,7 @@ class RebillyInstrumentsInstance {
|
|
|
28046
28046
|
await show({ componentName, payload });
|
|
28047
28047
|
}
|
|
28048
28048
|
get version() {
|
|
28049
|
-
return `RebillyInstruments Ver.${"9.17.
|
|
28049
|
+
return `RebillyInstruments Ver.${"9.17.2"}`;
|
|
28050
28050
|
}
|
|
28051
28051
|
on(eventName, callback) {
|
|
28052
28052
|
on({ eventName, callback });
|