@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 CHANGED
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNFaceSDK'
8
- s.version = '6.5.38-beta'
8
+ s.version = '6.5.48-beta'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -7,9 +7,9 @@ buildscript {
7
7
  mavenCentral()
8
8
  }
9
9
  dependencies {
10
- classpath 'com.android.tools.build:gradle:8.0.0'
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.7.21"
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.0.2-all.zip
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 = 13.0;
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 = 13.0;
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;
@@ -1,6 +1,6 @@
1
1
  require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers'
2
2
 
3
- platform :ios, '13.0'
3
+ platform :ios, '14.0'
4
4
  use_frameworks!
5
5
 
6
6
  # workaround to avoid Xcode caching of Pods that requires
@@ -15,18 +15,18 @@
15
15
  "lint": "eslint"
16
16
  },
17
17
  "dependencies": {
18
- "@regulaforensics/face-sdk": "6.5.38-beta",
19
- "@regulaforensics/face-core-basic": "6.5.46-beta",
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": "5.6.0",
24
- "@capacitor/app": "5.0.7",
25
- "@capacitor/core": "5.6.0",
26
- "@capacitor/haptics": "5.0.7",
27
- "@capacitor/ios": "5.6.0",
28
- "@capacitor/keyboard": "5.0.8",
29
- "@capacitor/status-bar": "5.0.7",
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": "5.6.0",
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.38-beta",
18
- "@regulaforensics/face-core-basic": "6.5.46-beta",
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.38-beta",
20
- "@regulaforensics/face-core-basic": "6.5.46-beta",
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.38-beta",
16
- "@regulaforensics/face-core-basic": "6.5.46-beta",
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.38-beta",
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.38-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
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>