onfido-sdk-ui 14.46.0 → 14.46.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.
package/LICENSE CHANGED
@@ -10,7 +10,7 @@ at https://documentation.onfido.com/sdk/sdk-licenses/.
10
10
  ------------------
11
11
 
12
12
  Name: @onfido/capture-shared
13
- Version: 2.23.1
13
+ Version: 2.23.3
14
14
  License: null
15
15
  Private: false
16
16
  Description: A shared library to use in various capture packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onfido-sdk-ui",
3
- "version": "14.46.0",
3
+ "version": "14.46.1",
4
4
  "description": "JavaScript SDK view layer for Onfido identity verification",
5
5
  "author": "Onfido Customer Support <support@onfido.com> (https://documentation.onfido.com/sdk/web/)",
6
6
  "repository": {
@@ -17,6 +17,7 @@ export type SdkFeatures = {
17
17
  web_enable_js_camera_poa?: boolean;
18
18
  web_enable_cross_device_qr_refresh?: boolean;
19
19
  web_enable_cross_device_confirmation?: boolean;
20
+ web_enable_pre_init_permission_check?: boolean;
20
21
  use_customized_api_requests?: boolean;
21
22
  logger?: {
22
23
  enabled?: boolean;