@regulaforensics/face-sdk 6.5.38-beta → 6.5.48-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/RNFaceSDK.podspec +1 -1
- package/examples/capacitor/android/build.gradle +2 -2
- package/examples/capacitor/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/examples/capacitor/ios/App/App.xcodeproj/project.pbxproj +2 -2
- package/examples/capacitor/ios/App/Podfile +1 -1
- package/examples/capacitor/package.json +10 -10
- package/examples/cordova/package.json +2 -2
- package/examples/ionic/package.json +2 -2
- package/examples/react-native/package.json +2 -2
- package/package.json +1 -3
- package/plugin.xml +1 -1
package/RNFaceSDK.podspec
CHANGED
|
@@ -7,9 +7,9 @@ buildscript {
|
|
|
7
7
|
mavenCentral()
|
|
8
8
|
}
|
|
9
9
|
dependencies {
|
|
10
|
-
classpath 'com.android.tools.build:gradle:8.
|
|
10
|
+
classpath 'com.android.tools.build:gradle:8.8.0'
|
|
11
11
|
classpath 'com.google.gms:google-services:4.3.15'
|
|
12
|
-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.
|
|
12
|
+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
|
|
13
13
|
|
|
14
14
|
// NOTE: Do not place your application dependencies here; they belong
|
|
15
15
|
// in the individual module build.gradle files
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
distributionBase=GRADLE_USER_HOME
|
|
2
2
|
distributionPath=wrapper/dists
|
|
3
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.
|
|
3
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
|
|
4
4
|
networkTimeout=10000
|
|
5
5
|
zipStoreBase=GRADLE_USER_HOME
|
|
6
6
|
zipStorePath=wrapper/dists
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
CODE_SIGN_STYLE = Automatic;
|
|
352
352
|
CURRENT_PROJECT_VERSION = 1;
|
|
353
353
|
INFOPLIST_FILE = App/Info.plist;
|
|
354
|
-
IPHONEOS_DEPLOYMENT_TARGET =
|
|
354
|
+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
355
355
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
356
356
|
MARKETING_VERSION = 1.0;
|
|
357
357
|
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
CODE_SIGN_STYLE = Automatic;
|
|
373
373
|
CURRENT_PROJECT_VERSION = 1;
|
|
374
374
|
INFOPLIST_FILE = App/Info.plist;
|
|
375
|
-
IPHONEOS_DEPLOYMENT_TARGET =
|
|
375
|
+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
376
376
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
377
377
|
MARKETING_VERSION = 1.0;
|
|
378
378
|
PRODUCT_BUNDLE_IDENTIFIER = regula.FaceSDKSample;
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"lint": "eslint"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@regulaforensics/face-sdk": "6.5.
|
|
19
|
-
"@regulaforensics/face-core-basic": "6.
|
|
18
|
+
"@regulaforensics/face-sdk": "6.5.48-beta",
|
|
19
|
+
"@regulaforensics/face-core-basic": "6.3.12-beta",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
22
22
|
"@awesome-cordova-plugins/dialogs": "6.6.0",
|
|
23
|
-
"@capacitor/android": "
|
|
24
|
-
"@capacitor/
|
|
25
|
-
"@capacitor/
|
|
26
|
-
"@capacitor/
|
|
27
|
-
"@capacitor/
|
|
28
|
-
"@capacitor/keyboard": "
|
|
29
|
-
"@capacitor/status-bar": "
|
|
23
|
+
"@capacitor/android": "7.0.0-rc.0",
|
|
24
|
+
"@capacitor/core": "7.0.0-rc.0",
|
|
25
|
+
"@capacitor/ios": "7.0.0-rc.0",
|
|
26
|
+
"@capacitor/app": "7.0.0-rc.0",
|
|
27
|
+
"@capacitor/haptics": "7.0.0-rc.0",
|
|
28
|
+
"@capacitor/keyboard": "7.0.0-rc.0",
|
|
29
|
+
"@capacitor/status-bar": "7.0.0-rc.0",
|
|
30
30
|
"@ionic/react": "^7.0.0",
|
|
31
31
|
"@ionic/react-router": "^7.0.0",
|
|
32
32
|
"@types/react-router": "^5.1.20",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react-router-dom": "^5.3.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@capacitor/cli": "
|
|
45
|
+
"@capacitor/cli": "7.0.0-rc.0",
|
|
46
46
|
"@testing-library/dom": ">=7.21.4",
|
|
47
47
|
"@testing-library/jest-dom": "^5.16.5",
|
|
48
48
|
"@testing-library/react": "^14.0.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"author": "Regula Forensics Inc.",
|
|
15
15
|
"license": "commercial",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@regulaforensics/face-sdk": "6.5.
|
|
18
|
-
"@regulaforensics/face-core-basic": "6.
|
|
17
|
+
"@regulaforensics/face-sdk": "6.5.48-beta",
|
|
18
|
+
"@regulaforensics/face-core-basic": "6.3.12-beta",
|
|
19
19
|
"cordova-android": "13.0.0",
|
|
20
20
|
"cordova-ios": "7.1.1",
|
|
21
21
|
"cordova-plugin-add-swift-support": "2.0.2",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"private": true,
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@regulaforensics/face-sdk": "6.5.
|
|
20
|
-
"@regulaforensics/face-core-basic": "6.
|
|
19
|
+
"@regulaforensics/face-sdk": "6.5.48-beta",
|
|
20
|
+
"@regulaforensics/face-core-basic": "6.3.12-beta",
|
|
21
21
|
"cordova-plugin-camera": "8.0.0",
|
|
22
22
|
"@awesome-cordova-plugins/camera": "6.14.0",
|
|
23
23
|
"@awesome-cordova-plugins/core": "6.14.0",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"test": "jest"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@regulaforensics/face-sdk": "6.5.
|
|
16
|
-
"@regulaforensics/face-core-basic": "6.
|
|
15
|
+
"@regulaforensics/face-sdk": "6.5.48-beta",
|
|
16
|
+
"@regulaforensics/face-core-basic": "6.3.12-beta",
|
|
17
17
|
"react": "18.3.1",
|
|
18
18
|
"react-native": "0.76.6",
|
|
19
19
|
"react-native-fs": "2.20.0",
|
package/package.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/face-sdk",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.48-beta",
|
|
4
4
|
"description": "This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.",
|
|
5
|
-
"main": "www/react-native/index.js",
|
|
6
|
-
"module": "www/capacitor/index.js",
|
|
7
5
|
"types": "www/types/index.d.ts",
|
|
8
6
|
"cordova": {
|
|
9
7
|
"id": "@regulaforensics/face-sdk",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@regulaforensics/face-sdk" version="6.5.
|
|
2
|
+
<plugin id="@regulaforensics/face-sdk" version="6.5.48-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>FaceSDK</name>
|
|
4
4
|
<description>Cordova plugin for Regula Face SDK</description>
|
|
5
5
|
<license>commercial</license>
|