@getyoti/react-face-capture 2.6.0 → 2.6.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/CHANGELOG.md +13 -0
- package/README.md +8 -8
- package/index.d.ts +1 -1
- package/index.js +7 -7
- package/index.js.LICENSE.txt +4 -4
- package/package.json +2 -2
- package/vanilla/index.js +10 -10
- package/vanilla/index.js.LICENSE.txt +1 -1
- package/vanilla/index.js.map +1 -1
package/index.js.LICENSE.txt
CHANGED
|
@@ -215,7 +215,7 @@ THE SOFTWARE.
|
|
|
215
215
|
|
|
216
216
|
|
|
217
217
|
Name: axios
|
|
218
|
-
Version: 1.
|
|
218
|
+
Version: 1.8.4
|
|
219
219
|
License: MIT
|
|
220
220
|
Private: false
|
|
221
221
|
Description: Promise based HTTP client for the browser and node.js
|
|
@@ -225,17 +225,17 @@ Author: Matt Zabriskie
|
|
|
225
225
|
Contributors:
|
|
226
226
|
Matt Zabriskie (https://github.com/mzabriskie)
|
|
227
227
|
Nick Uraltsev (https://github.com/nickuraltsev)
|
|
228
|
-
Jay (https://github.com/jasonsaayman)
|
|
229
228
|
Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)
|
|
229
|
+
Jay (https://github.com/jasonsaayman)
|
|
230
230
|
Emily Morehouse (https://github.com/emilyemorehouse)
|
|
231
231
|
Rubén Norte (https://github.com/rubennorte)
|
|
232
232
|
Justin Beckwith (https://github.com/JustinBeckwith)
|
|
233
233
|
Martti Laine (https://github.com/codeclown)
|
|
234
234
|
Xianming Zhong (https://github.com/chinesedfan)
|
|
235
|
-
Rikki Gibson (https://github.com/RikkiGibson)
|
|
236
235
|
Remco Haszing (https://github.com/remcohaszing)
|
|
237
|
-
|
|
236
|
+
Rikki Gibson (https://github.com/RikkiGibson)
|
|
238
237
|
Ben Carp (https://github.com/carpben)
|
|
238
|
+
Yasu Flores (https://github.com/yasuf)
|
|
239
239
|
License Copyright:
|
|
240
240
|
===
|
|
241
241
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getyoti/react-face-capture",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Face capture module to collect picture and data for Yoti AI API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@lingui/react": "4.1.2",
|
|
11
11
|
"@xstate/react": "3.2.2",
|
|
12
|
-
"axios": "1.
|
|
12
|
+
"axios": "1.8.4",
|
|
13
13
|
"classnames": "2.2.6",
|
|
14
14
|
"face-api.js": "0.22.0",
|
|
15
15
|
"prop-types": "15.7.2",
|