@flonkid/kyc 1.9.0 → 1.9.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/dist/index.d.cts CHANGED
@@ -126,7 +126,7 @@ interface VerificationResult {
126
126
  type PrewarmLevel = 'connect' | 'intent' | 'eager' | 'none';
127
127
 
128
128
  declare class FlonkKYC {
129
- static readonly version = "1.9.0";
129
+ static readonly version = "1.9.1";
130
130
  private readonly widgetUrl;
131
131
  private readonly apiBase;
132
132
  private disposeDiagnostics;
@@ -296,7 +296,7 @@ declare class FlonkValidationError extends FlonkError {
296
296
  constructor(message: string);
297
297
  }
298
298
 
299
- declare const SDK_VERSION = "1.9.0";
299
+ declare const SDK_VERSION = "1.9.1";
300
300
  /**
301
301
  * REST API version this SDK is built against (date-pinned, separate from the
302
302
  * package version). Sent as the `Flonk-Version` header so a future breaking API
package/dist/index.d.ts CHANGED
@@ -126,7 +126,7 @@ interface VerificationResult {
126
126
  type PrewarmLevel = 'connect' | 'intent' | 'eager' | 'none';
127
127
 
128
128
  declare class FlonkKYC {
129
- static readonly version = "1.9.0";
129
+ static readonly version = "1.9.1";
130
130
  private readonly widgetUrl;
131
131
  private readonly apiBase;
132
132
  private disposeDiagnostics;
@@ -296,7 +296,7 @@ declare class FlonkValidationError extends FlonkError {
296
296
  constructor(message: string);
297
297
  }
298
298
 
299
- declare const SDK_VERSION = "1.9.0";
299
+ declare const SDK_VERSION = "1.9.1";
300
300
  /**
301
301
  * REST API version this SDK is built against (date-pinned, separate from the
302
302
  * package version). Sent as the `Flonk-Version` header so a future breaking API
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { useRef, useMemo, useEffect } from 'react';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
 
4
4
  // src/shared/constants.ts
5
- var SDK_VERSION = "1.9.0";
5
+ var SDK_VERSION = "1.9.1";
6
6
  var DEFAULT_WIDGET_URL = "https://widget.flonk.id";
7
7
  var DEFAULT_API_BASE = "https://api.flonk.id/v1";
8
8
  var API_VERSION = "2026-06-01";