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 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
package/dist/index.d.ts CHANGED
@@ -32,6 +32,7 @@ declare interface LivenessData {
32
32
  declare interface LivenessWebSdkProps {
33
33
  publicKey?: string;
34
34
  entityId?: string;
35
+ isEmbedded?: boolean;
35
36
  presentation?: Presentation;
36
37
  tasks?: Array<Task>;
37
38
  user?: User;