@yidun/livedetect-sdk-h5 2.2.0 → 2.2.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.
@@ -2,7 +2,7 @@ import NELiveDetection from '@Src/main/live-detection';
2
2
  import { DomNode } from '@Src/main/utils/domNode';
3
3
  export declare class Footer extends DomNode {
4
4
  private readonly neLiveDetection;
5
- iconTips: Array<[string, string, string]>;
5
+ iconTips: Array<[string, string]>;
6
6
  constructor(container: HTMLElement, neLiveDetection: NELiveDetection);
7
7
  initFooter(): void;
8
8
  }
@@ -7,7 +7,7 @@ declare class I18n {
7
7
  setCurrentLang(lang: Lang): void;
8
8
  }
9
9
  export declare const i18n: I18n;
10
- export declare const LOADING = "Loading";
10
+ export declare const LOADING = "Loading...";
11
11
  export declare const FACE_THE_SCREEN = "FaceTheScreen";
12
12
  export declare const DETECTION_COMPLETED = "DetectionCompleted";
13
13
  export declare const WELL_LIT = "WellLit";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yidun/livedetect-sdk-h5",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "活体检测 H5",
5
5
  "main": "dist/NELiveDetection.umd.js",
6
6
  "module": "dist/es/NELiveDetection.esm.js",