@regulaforensics/idv 9.5.92-nightly → 9.5.101-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.
@@ -8,22 +8,23 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/idv": "9.5.92-nightly",
12
- "@regulaforensics/document-reader": "9.6.820-nightly",
13
- "@regulaforensics/face-sdk": "8.3.1078-nightly",
14
- "@regulaforensics/document-reader-core-fullauthrfid": "9.6.2367-nightly",
15
- "@regulaforensics/face-core-basic": "8.3.589-nightly",
16
- "@regulaforensics/idv-module-document-reader": "9.5.71-nightly",
17
- "@regulaforensics/idv-module-face": "9.5.72-nightly",
18
- "react-native": "^0.81.4",
19
- "react-native-webview": "^13.16.0",
20
- "@react-native/metro-config": "^0.81.1",
21
- "react": "^19.1.1",
22
- "@types/react": "^19.1.13",
23
- "expo": "^54.0.7",
24
- "expo-dev-client": "^6.0.12",
11
+ "@regulaforensics/idv": "9.5.101-nightly",
12
+ "@regulaforensics/idv-module-document-reader": "9.5.79-nightly",
13
+ "@regulaforensics/idv-module-face": "9.5.80-nightly",
14
+ "@regulaforensics/document-reader-core-fullauthrfid": "9.6.2397-nightly",
15
+ "@regulaforensics/face-core-basic": "8.3.593-nightly",
16
+ "expo": "^56.0.8",
17
+ "expo-dev-client": "^56.0.18",
18
+ "expo-build-properties": "^56.0.16",
25
19
  "expo-custom-assets": "^1.5.0",
26
- "expo-build-properties": "^1.0.8",
27
- "typescript": "5.9.2"
20
+ "react-native": "^0.85.3",
21
+ "@react-native/metro-config": "^0.85.3",
22
+ "react": "^19.2.7",
23
+ "@types/react": "^19.2.16",
24
+ "react-native-webview": "^13.16.1",
25
+ "typescript": "6.0.3"
26
+ },
27
+ "overrides": {
28
+ "uuid": "^11.1.1"
28
29
  }
29
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  adb reverse tcp:8081 tcp:8081 >/dev/null || :
4
4
  if [[ $npm_config_o || $npm_config_open ]]; then
5
- studio android || open -a 'Android Studio' android
5
+ open -a 'Android Studio' android
6
6
  # check if metro is already running
7
7
  if ! pgrep -f "expo start" >/dev/null; then
8
8
  watchman shutdown-server # fix potential errors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv",
3
- "version": "9.5.92-nightly",
3
+ "version": "9.5.101-nightly",
4
4
  "description": "This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.",
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/idv" version="9.5.92-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/idv" version="9.5.101-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>IDV</name>
4
4
  <description>Cordova plugin for Regula IDV</description>
5
5
  <license>commercial</license>
@@ -26,7 +26,7 @@
26
26
  <source url="https://github.com/CocoaPods/Specs.git" />
27
27
  </config>
28
28
  <pods>
29
- <pod name="IDVSDKNightly" spec="3.6.1896" />
29
+ <pod name="IDVSDKNightly" spec="3.6.1901" />
30
30
  </pods>
31
31
  </podspec>
32
32
  </platform>