@regulaforensics/idv-face 3.10.523-nightly → 3.10.526-nightly

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@ It is delivered as part of the **IDV Capturing** solution and has a version sync
9
9
 
10
10
  The module is an **npm package** that **exports a Web Component**, inside which the **Lit** framework (LitJS) is used for rendering and component logic.
11
11
 
12
+
12
13
  ## FaceSDK Versioning
13
14
 
14
15
  This module declares a **peerDependency** on:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-face",
3
- "version": "3.10.523-nightly",
3
+ "version": "3.10.526-nightly",
4
4
  "description": "Regula framework agnostic web components to work with face idv",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.js",