@rebilly/instruments 9.29.0 → 9.30.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 +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.30.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.29.1...instruments/core-v9.30.0) (2024-04-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#4566](https://github.com/Rebilly/rebilly/issues/4566)) ([5daea85](https://github.com/Rebilly/rebilly/commit/5daea85ecccd10596d55b1f9754c2b372e3398d3))
|
|
7
|
+
|
|
8
|
+
## [9.29.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.29.0...instruments/core-v9.29.1) (2024-04-10)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **risk-data-collector:** Fake fingerprint returned object causing errors on backend ([#4594](https://github.com/Rebilly/rebilly/issues/4594)) ([7cc1fde](https://github.com/Rebilly/rebilly/commit/7cc1fdeb6c583c82ee64bfcbe0586a72decea1f8))
|
|
14
|
+
|
|
1
15
|
## [9.29.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.28.1...instruments/core-v9.29.0) (2024-04-09)
|
|
2
16
|
|
|
3
17
|
|
package/dist/index.js
CHANGED
|
@@ -11423,7 +11423,7 @@ async function U() {
|
|
|
11423
11423
|
if (r2 || e2)
|
|
11424
11424
|
return {
|
|
11425
11425
|
visitorId: "a-mock-visitor-id",
|
|
11426
|
-
requestId:
|
|
11426
|
+
requestId: null
|
|
11427
11427
|
};
|
|
11428
11428
|
const t2 = "https://d2hwnq6cq5q3pi.cloudfront.net", n2 = "wyr92st0i7", o2 = "ia1t65gn6i", i = "db4fuswrza", a = new w({
|
|
11429
11429
|
loadOptions: {
|
|
@@ -24494,7 +24494,7 @@ function handleComputedProperty(options) {
|
|
|
24494
24494
|
var _a;
|
|
24495
24495
|
return Object.assign({}, options, {
|
|
24496
24496
|
_computed: {
|
|
24497
|
-
version: "9.
|
|
24497
|
+
version: "9.29.1",
|
|
24498
24498
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24499
24499
|
}
|
|
24500
24500
|
});
|
|
@@ -27836,7 +27836,7 @@ class RebillyInstrumentsInstance {
|
|
|
27836
27836
|
await show({ componentName, payload });
|
|
27837
27837
|
}
|
|
27838
27838
|
get version() {
|
|
27839
|
-
return `RebillyInstruments Ver.${"9.
|
|
27839
|
+
return `RebillyInstruments Ver.${"9.29.1"}`;
|
|
27840
27840
|
}
|
|
27841
27841
|
on(eventName, callback) {
|
|
27842
27842
|
on({ eventName, callback });
|