@getyoti/react-face-capture 2.8.1 → 2.9.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/CHANGELOG.md +43 -0
- package/README.md +25 -7
- package/index.d.ts +1 -0
- package/index.js +11 -11
- package/index.js.LICENSE.txt +3 -3
- package/package.json +4 -3
- package/vanilla/index.js +14 -14
- package/vanilla/index.js.LICENSE.txt +4 -4
- package/vanilla/index.js.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: react
|
|
2
|
-
Version: 18.
|
|
2
|
+
Version: 18.3.1
|
|
3
3
|
License: MIT
|
|
4
4
|
Private: false
|
|
5
5
|
Description: React is a JavaScript library for building user interfaces.
|
|
@@ -35,7 +35,7 @@ SOFTWARE.
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Name: react-dom
|
|
38
|
-
Version: 18.1
|
|
38
|
+
Version: 18.3.1
|
|
39
39
|
License: MIT
|
|
40
40
|
Private: false
|
|
41
41
|
Description: React package for working with the DOM.
|
|
@@ -71,7 +71,7 @@ SOFTWARE.
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
Name: scheduler
|
|
74
|
-
Version: 0.
|
|
74
|
+
Version: 0.23.2
|
|
75
75
|
License: MIT
|
|
76
76
|
Private: false
|
|
77
77
|
Description: Cooperative scheduler for the browser environment.
|
|
@@ -107,7 +107,7 @@ SOFTWARE.
|
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
Name: @getyoti/react-face-capture
|
|
110
|
-
Version: 2.
|
|
110
|
+
Version: 2.9.0
|
|
111
111
|
License: Yoti Face Capture Licence
|
|
112
112
|
Private: false
|
|
113
113
|
Description: Face capture module to collect picture and data for Yoti AI API
|