@regulaforensics/face-sdk 6.5.97-beta → 6.5.99-beta
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/README.md +1 -1
- package/RNFaceSDK.podspec +1 -1
- package/examples/capacitor/ios/App/Podfile.lock +52 -0
- package/examples/capacitor/package-lock.json +11336 -0
- package/examples/capacitor/package.json +2 -2
- package/examples/cordova/package-lock.json +1373 -0
- package/examples/cordova/package.json +2 -2
- package/examples/cordova/scripts/setup.sh +1 -1
- package/examples/ionic/package-lock.json +15761 -0
- package/examples/ionic/package.json +2 -2
- package/examples/ionic/scripts/setup.sh +1 -1
- package/examples/react-native/ios/Podfile.lock +7 -7
- package/examples/react-native/package.json +2 -2
- package/package.json +1 -1
- package/plugin.xml +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Face SDK is a framework that is used for face matching, recognition and liveness
|
|
|
3
3
|
This plugin makes possible to use it with react-native, cordova and ionic applications.
|
|
4
4
|
|
|
5
5
|
## Demo applications
|
|
6
|
-
In the [examples](examples/) folder you can find demo
|
|
6
|
+
In the [examples](examples/) folder you can find 4 demo applications:
|
|
7
7
|
* [React-native](examples/react-native)
|
|
8
8
|
* [Cordova](examples/cordova)
|
|
9
9
|
* [Ionic(ionic app with cordova, angular)](examples/ionic)
|
package/RNFaceSDK.podspec
CHANGED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
PODS:
|
|
2
|
+
- Capacitor (7.0.1):
|
|
3
|
+
- CapacitorCordova
|
|
4
|
+
- CapacitorApp (7.0.0):
|
|
5
|
+
- Capacitor
|
|
6
|
+
- CapacitorCordova (7.0.1)
|
|
7
|
+
- CapacitorDialog (7.0.0):
|
|
8
|
+
- Capacitor
|
|
9
|
+
- CapacitorHaptics (7.0.0):
|
|
10
|
+
- Capacitor
|
|
11
|
+
- CapacitorKeyboard (7.0.0):
|
|
12
|
+
- Capacitor
|
|
13
|
+
- CapacitorStatusBar (7.0.0):
|
|
14
|
+
- Capacitor
|
|
15
|
+
|
|
16
|
+
DEPENDENCIES:
|
|
17
|
+
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
|
|
18
|
+
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
|
|
19
|
+
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
|
|
20
|
+
- "CapacitorDialog (from `../../node_modules/@capacitor/dialog`)"
|
|
21
|
+
- "CapacitorHaptics (from `../../node_modules/@capacitor/haptics`)"
|
|
22
|
+
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
|
|
23
|
+
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
|
|
24
|
+
|
|
25
|
+
EXTERNAL SOURCES:
|
|
26
|
+
Capacitor:
|
|
27
|
+
:path: "../../node_modules/@capacitor/ios"
|
|
28
|
+
CapacitorApp:
|
|
29
|
+
:path: "../../node_modules/@capacitor/app"
|
|
30
|
+
CapacitorCordova:
|
|
31
|
+
:path: "../../node_modules/@capacitor/ios"
|
|
32
|
+
CapacitorDialog:
|
|
33
|
+
:path: "../../node_modules/@capacitor/dialog"
|
|
34
|
+
CapacitorHaptics:
|
|
35
|
+
:path: "../../node_modules/@capacitor/haptics"
|
|
36
|
+
CapacitorKeyboard:
|
|
37
|
+
:path: "../../node_modules/@capacitor/keyboard"
|
|
38
|
+
CapacitorStatusBar:
|
|
39
|
+
:path: "../../node_modules/@capacitor/status-bar"
|
|
40
|
+
|
|
41
|
+
SPEC CHECKSUMS:
|
|
42
|
+
Capacitor: de199cba6c8b20995428ad0b7cb0bc6ca625ffd4
|
|
43
|
+
CapacitorApp: 9cb31064a6c6bb2b1438583733a7bf45557fc1da
|
|
44
|
+
CapacitorCordova: 63d476958d5022d76f197031e8b7ea3519988c64
|
|
45
|
+
CapacitorDialog: 6dc6bdd5d285118ff3732470b9f169c14fc564a7
|
|
46
|
+
CapacitorHaptics: 7be406a91e4eb87287f321c6c68e1709d6837b3a
|
|
47
|
+
CapacitorKeyboard: 4db71e694e7afb5d7c0be09b05495c19f7d6c914
|
|
48
|
+
CapacitorStatusBar: a8c4c83ed2e973bdafb979e80e4b00d027832cb7
|
|
49
|
+
|
|
50
|
+
PODFILE CHECKSUM: 4189c1c1c7e1491ff8e91f66eff979982a32247c
|
|
51
|
+
|
|
52
|
+
COCOAPODS: 1.16.2
|