@regulaforensics/face-sdk 7.2.467-rc → 7.2.469

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.
Files changed (34) hide show
  1. package/RNFaceSDK.podspec +2 -2
  2. package/android/build.gradle +17 -5
  3. package/android/cordova.gradle +2 -2
  4. package/examples/capacitor/android/app/build.gradle +2 -2
  5. package/examples/capacitor/android/app/src/main/AndroidManifest.xml +2 -2
  6. package/examples/capacitor/android/app/src/main/java/com/regula/{example/face/capacitor → documentreader/api/androidtest}/MainActivity.java +1 -1
  7. package/examples/capacitor/android/app/src/main/res/values/strings.xml +7 -0
  8. package/examples/capacitor/android/variables.gradle +4 -4
  9. package/examples/capacitor/ios/App/App/Info.plist +1 -1
  10. package/examples/capacitor/ios/App/App.xcodeproj/project.pbxproj +4 -4
  11. package/examples/capacitor/package-lock.json +3 -3
  12. package/examples/capacitor/package.json +2 -2
  13. package/examples/ionic/config.xml +5 -6
  14. package/examples/ionic/images/icon.png +0 -0
  15. package/examples/ionic/package-lock.json +6657 -7190
  16. package/examples/ionic/package.json +22 -22
  17. package/examples/ionic/scripts/android.sh +1 -1
  18. package/examples/ionic/scripts/ios.sh +1 -1
  19. package/examples/ionic/tsconfig.json +1 -2
  20. package/examples/react_native/app.config.ts +11 -5
  21. package/examples/react_native/images/icon/adaptive-icon.png +0 -0
  22. package/examples/react_native/images/icon/icon.png +0 -0
  23. package/examples/react_native/package-lock.json +1619 -931
  24. package/examples/react_native/package.json +14 -14
  25. package/examples/react_native/scripts/android.sh +0 -1
  26. package/examples/react_native/scripts/ios.sh +1 -2
  27. package/package.json +1 -1
  28. package/plugin.xml +2 -2
  29. package/test/package-lock.json +1 -1
  30. package/examples/capacitor/android/app/src/main/res/drawable/ic_launcher_foreground.png +0 -0
  31. package/examples/capacitor/android/app/src/main/res/drawable/ic_launcher_round.png +0 -0
  32. package/examples/capacitor/android/app/src/main/res/drawable/launcher.xml +0 -4
  33. package/examples/capacitor/android/app/src/main/res/drawable/launcher_round.xml +0 -4
  34. package/examples/react_native/images/icon.png +0 -0
@@ -8,19 +8,19 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/face-sdk": "7.2.467-rc",
12
- "@regulaforensics/face-core-basic": "7.2.262-rc",
13
- "react-native": "^0.81.4",
14
- "react-native-fs": "^2.20.0",
15
- "react-native-image-picker": "^8.2.1",
16
- "react-native-webview": "^13.16.0",
17
- "@react-native/metro-config": "^0.81.1",
18
- "react": "^19.1.1",
19
- "@types/react": "^19.1.13",
20
- "expo": "^54.0.7",
21
- "expo-dev-client": "^6.0.12",
22
- "expo-custom-assets": "^1.5.0",
23
- "expo-build-properties": "^1.0.8",
24
- "typescript": "5.9.2"
11
+ "@regulaforensics/face-sdk": "7.2.469",
12
+ "@regulaforensics/face-core-basic": "7.2.265",
13
+ "react-native": "0.79.5",
14
+ "react-native-fs": "2.20.0",
15
+ "react-native-image-picker": "8.2.1",
16
+ "react-native-webview": "13.15.0",
17
+ "@react-native/metro-config": "0.79.5",
18
+ "react": "19.1.0",
19
+ "@types/react": "19.1.8",
20
+ "expo": "53.0.20",
21
+ "expo-dev-client": "5.2.4",
22
+ "expo-custom-assets": "1.4.1",
23
+ "expo-build-properties": "0.14.8",
24
+ "typescript": "5.8.3"
25
25
  }
26
26
  }
@@ -5,7 +5,6 @@ if [[ $npm_config_o || $npm_config_open ]]; then
5
5
  studio android || open -a 'Android Studio' android
6
6
  # check if metro is already running
7
7
  if ! pgrep -f "expo start" >/dev/null; then
8
- watchman shutdown-server # fix potential errors
9
8
  npm start
10
9
  fi
11
10
  else
@@ -1,10 +1,9 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  if [[ $npm_config_o || $npm_config_open ]]; then
4
- open ios/Face.xcworkspace
4
+ open ios/FaceSDK.xcworkspace
5
5
  # check if metro is already running
6
6
  if ! pgrep -f "expo start" > /dev/null; then
7
- watchman shutdown-server # fix potential errors
8
7
  npm start
9
8
  fi
10
9
  else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/face-sdk",
3
- "version": "7.2.467-rc",
3
+ "version": "7.2.469",
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
5
  "main": "www/react-native/index.js",
6
6
  "module": "www/capacitor/index.js",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/face-sdk" version="7.2.467-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-sdk" version="7.2.469" 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>
@@ -29,7 +29,7 @@
29
29
  <source url="https://github.com/CocoaPods/Specs.git" />
30
30
  </config>
31
31
  <pods>
32
- <pod name="FaceSDKStage" spec="7.2.3128" />
32
+ <pod name="FaceSDK" spec="7.2.3134" />
33
33
  </pods>
34
34
  </podspec>
35
35
  </platform>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/face-sdk",
16
- "version": "7.2.467-rc",
16
+ "version": "7.2.469",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3
- <foreground android:drawable="@drawable/ic_launcher_foreground"/>
4
- </adaptive-icon>
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3
- <foreground android:drawable="@drawable/ic_launcher_foreground"/>
4
- </adaptive-icon>