@rebilly/instruments 9.29.0 → 9.29.1

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,10 @@
1
+ ## [9.29.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.29.0...instruments/core-v9.29.1) (2024-04-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **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))
7
+
1
8
  ## [9.29.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.28.1...instruments/core-v9.29.0) (2024-04-09)
2
9
 
3
10
 
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: "a-mock-request-id"
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.28.1",
24497
+ version: "9.29.0",
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.28.1"}`;
27839
+ return `RebillyInstruments Ver.${"9.29.0"}`;
27840
27840
  }
27841
27841
  on(eventName, callback) {
27842
27842
  on({ eventName, callback });