@koraidv/core 1.5.1 → 1.5.5

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.mts CHANGED
@@ -435,7 +435,7 @@ declare class KoraIDV {
435
435
  private currentVerification;
436
436
  private livenessSession;
437
437
  private sessionStartTime;
438
- static readonly VERSION = "1.5.1";
438
+ static readonly VERSION = "1.5.2";
439
439
  constructor(config: Partial<Configuration> & {
440
440
  apiKey: string;
441
441
  tenantId: string;
package/dist/index.d.ts CHANGED
@@ -435,7 +435,7 @@ declare class KoraIDV {
435
435
  private currentVerification;
436
436
  private livenessSession;
437
437
  private sessionStartTime;
438
- static readonly VERSION = "1.5.1";
438
+ static readonly VERSION = "1.5.2";
439
439
  constructor(config: Partial<Configuration> & {
440
440
  apiKey: string;
441
441
  tenantId: string;
package/dist/index.js CHANGED
@@ -988,7 +988,7 @@ var KoraIDV = class {
988
988
  }
989
989
  }
990
990
  };
991
- KoraIDV.VERSION = "1.5.1";
991
+ KoraIDV.VERSION = "1.5.2";
992
992
 
993
993
  // src/utils/QualityValidator.ts
994
994
  var defaultThresholds = {
package/dist/index.mjs CHANGED
@@ -944,7 +944,7 @@ var KoraIDV = class {
944
944
  }
945
945
  }
946
946
  };
947
- KoraIDV.VERSION = "1.5.1";
947
+ KoraIDV.VERSION = "1.5.2";
948
948
 
949
949
  // src/utils/QualityValidator.ts
950
950
  var defaultThresholds = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koraidv/core",
3
- "version": "1.5.1",
3
+ "version": "1.5.5",
4
4
  "description": "Kora IDV Core SDK - API Client and Utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",