@getyoti/react-face-capture 2.3.2 → 2.5.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 +22 -0
- package/README.md +8 -8
- package/index.js +7 -7
- package/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
- 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
|
@@ -252,7 +252,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
Name: use-sync-external-store
|
|
255
|
-
Version: 1.2.
|
|
255
|
+
Version: 1.2.2
|
|
256
256
|
License: MIT
|
|
257
257
|
Private: false
|
|
258
258
|
Description: Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
|