@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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
package/dist/index.mjs
CHANGED