@regulaforensics/face-sdk 6.4.273-rc → 6.4.281-nightly

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 (71) hide show
  1. package/README.md +1 -1
  2. package/RNFaceSDK.podspec +2 -2
  3. package/android/build.gradle +2 -2
  4. package/android/cordova.gradle +2 -2
  5. package/examples/capacitor/package.json +2 -2
  6. package/examples/capacitor/src/main.css +9 -3
  7. package/examples/capacitor/src/main.html +15 -12
  8. package/examples/cordova/package.json +2 -2
  9. package/examples/cordova/www/src/main.css +9 -3
  10. package/examples/cordova/www/src/main.html +15 -12
  11. package/examples/ionic/package.json +2 -2
  12. package/examples/ionic/src/main.css +9 -3
  13. package/examples/ionic/src/main.html +15 -12
  14. package/examples/{react-native → react_native}/README.md +2 -2
  15. package/examples/react_native/app.config.ts +38 -0
  16. package/examples/react_native/images/icon/adaptive-icon.png +0 -0
  17. package/examples/react_native/images/icon/icon.png +0 -0
  18. package/examples/react_native/index.tsx +52 -0
  19. package/examples/react_native/metro.config.js +7 -0
  20. package/examples/{react-native → react_native}/package-lock.json +3927 -2812
  21. package/examples/react_native/package.json +26 -0
  22. package/examples/{react-native → react_native}/scripts/android.sh +2 -3
  23. package/examples/{react-native → react_native}/scripts/ios.sh +3 -4
  24. package/examples/react_native/scripts/setup.sh +10 -0
  25. package/examples/{react-native → react_native}/src/main.css +9 -3
  26. package/examples/react_native/src/main.html +25 -0
  27. package/examples/{react-native → react_native}/src/main.tsx +2 -2
  28. package/package.json +1 -1
  29. package/plugin.xml +2 -2
  30. package/examples/react-native/.vscode/launch.json +0 -26
  31. package/examples/react-native/Gemfile +0 -16
  32. package/examples/react-native/Gemfile.lock +0 -144
  33. package/examples/react-native/android/app/build.gradle +0 -55
  34. package/examples/react-native/android/app/debug.keystore +0 -0
  35. package/examples/react-native/android/app/src/main/AndroidManifest.xml +0 -27
  36. package/examples/react-native/android/app/src/main/java/com/regula/documentreader/MainActivity.kt +0 -22
  37. package/examples/react-native/android/app/src/main/java/com/regula/documentreader/MainApplication.kt +0 -44
  38. package/examples/react-native/android/app/src/main/res/drawable/ic_launcher.png +0 -0
  39. package/examples/react-native/android/app/src/main/res/drawable/ic_launcher_round.png +0 -0
  40. package/examples/react-native/android/build.gradle +0 -21
  41. package/examples/react-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  42. package/examples/react-native/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  43. package/examples/react-native/android/gradle.properties +0 -5
  44. package/examples/react-native/android/gradlew +0 -251
  45. package/examples/react-native/android/gradlew.bat +0 -92
  46. package/examples/react-native/android/settings.gradle +0 -6
  47. package/examples/react-native/index.tsx +0 -51
  48. package/examples/react-native/ios/.xcode.env +0 -11
  49. package/examples/react-native/ios/App/AppDelegate.h +0 -6
  50. package/examples/react-native/ios/App/AppDelegate.mm +0 -31
  51. package/examples/react-native/ios/App/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  52. package/examples/react-native/ios/App/Images.xcassets/Contents.json +0 -6
  53. package/examples/react-native/ios/App/Info.plist +0 -51
  54. package/examples/react-native/ios/App/LaunchScreen.storyboard +0 -47
  55. package/examples/react-native/ios/App/PrivacyInfo.xcprivacy +0 -38
  56. package/examples/react-native/ios/App/main.m +0 -10
  57. package/examples/react-native/ios/App.xcodeproj/project.pbxproj +0 -502
  58. package/examples/react-native/ios/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme +0 -70
  59. package/examples/react-native/ios/App.xcworkspace/contents.xcworkspacedata +0 -10
  60. package/examples/react-native/ios/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  61. package/examples/react-native/ios/Podfile +0 -37
  62. package/examples/react-native/ios/Podfile.lock +0 -1891
  63. package/examples/react-native/ios/license/.gitkeep +0 -0
  64. package/examples/react-native/metro.config.js +0 -20
  65. package/examples/react-native/package.json +0 -22
  66. package/examples/react-native/patches/react-native-webview+13.13.5.patch +0 -36
  67. package/examples/react-native/scripts/setup.sh +0 -8
  68. package/examples/react-native/src/main.html +0 -22
  69. /package/examples/{react-native/android/app/src/main → react_native}/assets/.gitkeep +0 -0
  70. /package/examples/{react-native → react_native}/images/portrait.png +0 -0
  71. /package/examples/{react-native → react_native}/index.html +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.