onfido-sdk-ui 14.23.0 → 14.24.0

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
@@ -1,17 +1,17 @@
1
1
  Please see the terms of your Onfido Services Agreement which you are bound by with respect to your use of the Onfido
2
2
  SDK. To the extent the Onfido SDK includes copies or substantial portions of software licenced under third party terms
3
- and conditions this will be set out at https://sdk.onfido.com/capture/core/14.23.0/license.
3
+ and conditions this will be set out at https://sdk.onfido.com/capture/core/14.24.0/license.
4
4
 
5
5
  In the event of any inconsistency between the Onfido Services Agreement and any third party terms and conditions, the
6
6
  third party terms and conditions shall take precedence over the rights and
7
7
  restrictions granted in the Onfido Services Agreement solely in respect of such third party dependencies set out
8
- at https://sdk.onfido.com/capture/core/14.23.0/license.
8
+ at https://sdk.onfido.com/capture/core/14.24.0/license.
9
9
 
10
10
  3rd party licenses
11
11
  ------------------
12
12
 
13
13
  Name: @onfido/capture-shared
14
- Version: 1.30.3
14
+ Version: 1.32.0
15
15
  License: null
16
16
  Private: false
17
17
  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.23.0",
3
+ "version": "14.24.0",
4
4
  "description": "JavaScript SDK view layer for Onfido identity verification",
5
5
  "author": "Web SDK Customer Support <web-sdk@onfido.com> (https://github.com/onfido)",
6
6
  "repository": {
package/types/loader.d.ts CHANGED
@@ -1,12 +1,6 @@
1
1
  import type { SdkParameters } from './shared/SdkParameters';
2
2
  import type { Handle } from './Onfido';
3
3
  export type LoaderParameter = {
4
- /**
5
- * This is a developer feature, if the sdk is hosted on a different url
6
- * @deprecated
7
- * @type {string}
8
- */
9
- sdkUrl?: string;
10
4
  /**
11
5
  * The version of the sdk to be loaded, by default v14 is used, which
12
6
  * is always fresh. Valid examples are 14 (default), 14.x (which pins the version to a minor version