youverify-liveness-web 1.1.1 → 1.1.4
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/README.md +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1327 -1305
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -279,7 +279,7 @@ initializeLivenessSDK();
|
|
|
279
279
|
|
|
280
280
|
When the SDK submits the liveness payload to `/identity/liveness/`, it now includes:
|
|
281
281
|
|
|
282
|
-
- `sdkVersion`: the SDK package version
|
|
282
|
+
- `sdkVersion`: the SDK package version, `1.1.1`
|
|
283
283
|
- `entityId`: only when you pass it during SDK initialization
|
|
284
284
|
|
|
285
285
|
### Important Notes
|