@regulaforensics/document-reader 8.3.293-beta → 8.3.295-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.
@@ -8,20 +8,20 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/document-reader": "8.3.293-beta",
11
+ "@regulaforensics/document-reader": "8.3.295-beta",
12
12
  "@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
13
13
  "@regulaforensics/document-reader-btdevice": "8.2.8-beta",
14
- "react-native": "0.79.5",
15
- "react-native-fs": "2.20.0",
16
- "react-native-image-picker": "8.2.1",
17
- "react-native-webview": "13.15.0",
18
- "@react-native/metro-config": "0.79.5",
19
- "react": "19.1.0",
20
- "@types/react": "19.1.8",
21
- "expo": "53.0.20",
22
- "expo-dev-client": "5.2.4",
23
- "expo-custom-assets": "1.4.1",
24
- "expo-build-properties": "0.14.8",
25
- "typescript": "5.8.3"
14
+ "react-native": "^0.81.4",
15
+ "react-native-fs": "^2.20.0",
16
+ "react-native-image-picker": "^8.2.1",
17
+ "react-native-webview": "^13.16.0",
18
+ "@react-native/metro-config": "^0.81.1",
19
+ "react": "^19.1.1",
20
+ "@types/react": "^19.1.13",
21
+ "expo": "^54.0.7",
22
+ "expo-dev-client": "^6.0.12",
23
+ "expo-custom-assets": "^1.5.0",
24
+ "expo-build-properties": "^1.0.8",
25
+ "typescript": "5.9.2"
26
26
  }
27
27
  }
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  if [[ $npm_config_o || $npm_config_open ]]; then
4
- open ios/DocReader.xcworkspace
4
+ open ios/Document.xcworkspace
5
5
  # check if metro is already running
6
6
  if ! pgrep -f "expo start" > /dev/null; then
7
7
  watchman shutdown-server # fix potential errors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader",
3
- "version": "8.3.293-beta",
3
+ "version": "8.3.295-beta",
4
4
  "description": "This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents 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/document-reader" version="8.3.293-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/document-reader" version="8.3.295-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>DocumentReader</name>
4
4
  <description>Cordova plugin for Regula Document Reader SDK</description>
5
5
  <license>commercial</license>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/document-reader",
16
- "version": "8.3.293-beta",
16
+ "version": "8.3.295-beta",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },