@regulaforensics/document-reader 8.3.282-beta → 8.3.289-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.
@@ -7,25 +7,25 @@
7
7
  },
8
8
  "dependencies": {
9
9
  "@angular-devkit/build-angular": "^20.3.1",
10
- "@angular/cli": "19.2.0",
11
- "@angular/common": "19.2.0",
12
- "@angular/compiler-cli": "19.2.0",
13
- "@angular/core": "19.2.0",
14
- "@angular/forms": "19.2.0",
15
- "@angular/platform-browser-dynamic": "19.2.0",
16
- "@angular/router": "19.2.0",
17
- "@awesome-cordova-plugins/camera": "6.14.0",
18
- "@awesome-cordova-plugins/file": "6.14.0",
19
- "@ionic/angular": "8.4.3",
20
- "@ionic/cordova-builders": "12.3.0",
21
- "@regulaforensics/document-reader": "8.3.282-beta",
10
+ "@angular/cli": "^20.3.1",
11
+ "@angular/common": "^20.3.0",
12
+ "@angular/compiler-cli": "^20.3.0",
13
+ "@angular/core": "^20.3.0",
14
+ "@angular/forms": "^20.3.0",
15
+ "@angular/platform-browser-dynamic": "^20.3.0",
16
+ "@angular/router": "^20.3.0",
17
+ "@awesome-cordova-plugins/camera": "^8.1.0",
18
+ "@awesome-cordova-plugins/file": "^8.1.0",
19
+ "@ionic/angular": "^8.7.3",
20
+ "@ionic/cordova-builders": "^12.3.0",
21
+ "@regulaforensics/document-reader": "8.3.289-beta",
22
22
  "@regulaforensics/document-reader-btdevice": "8.2.8-beta",
23
23
  "@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
24
- "cordova-android": "13.0.0",
25
- "cordova-ios": "7.1.1",
26
- "cordova-plugin-camera": "8.0.0",
27
- "cordova-plugin-file": "8.1.3",
28
- "cordova-plugin-ionic-webview": "^5.0.0"
24
+ "cordova-android": "^14.0.1",
25
+ "cordova-ios": "^7.1.1",
26
+ "cordova-plugin-camera": "^8.0.0",
27
+ "cordova-plugin-file": "^8.1.3",
28
+ "cordova-plugin-ionic-webview": "^5.0.1"
29
29
  },
30
30
  "cordova": {
31
31
  "plugins": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  if [[ $npm_config_o || $npm_config_open ]]; then
4
4
  ionic cordova prepare ios
5
- open platforms/ios/DocumentReader.xcworkspace
5
+ open platforms/ios/DocReader.xcworkspace
6
6
  else
7
7
  ionic cordova run ios
8
8
  fi
@@ -8,6 +8,7 @@
8
8
  "moduleResolution": "node",
9
9
  "experimentalDecorators": true,
10
10
  "target": "es2022",
11
- "jsx": "react-jsx"
11
+ "jsx": "react-jsx",
12
+ "skipLibCheck": true, // Temp fix for https://github.com/ionic-team/ionic-framework/issues/30650
12
13
  }
13
14
  }
@@ -3,7 +3,7 @@ import { ExpoConfig, ConfigContext } from 'expo/config'
3
3
  export default ({ config }: ConfigContext): ExpoConfig => ({
4
4
  ...config,
5
5
  slug: 'document-reader',
6
- name: 'DocumentReader',
6
+ name: 'DocReader',
7
7
  orientation: 'portrait',
8
8
  icon: './images/icon/icon.png',
9
9
  ios: {
@@ -8,7 +8,7 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/document-reader": "8.3.282-beta",
11
+ "@regulaforensics/document-reader": "8.3.289-beta",
12
12
  "@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
13
13
  "@regulaforensics/document-reader-btdevice": "8.2.8-beta",
14
14
  "react-native": "0.79.5",
@@ -5,6 +5,7 @@ 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
8
9
  npm start
9
10
  fi
10
11
  else
@@ -1,9 +1,10 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  if [[ $npm_config_o || $npm_config_open ]]; then
4
- open ios/DocumentReader.xcworkspace
4
+ open ios/DocReader.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
7
8
  npm start
8
9
  fi
9
10
  else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader",
3
- "version": "8.3.282-beta",
3
+ "version": "8.3.289-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.282-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/document-reader" version="8.3.289-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>
@@ -29,7 +29,7 @@
29
29
  <source url="https://github.com/CocoaPods/Specs.git" />
30
30
  </config>
31
31
  <pods>
32
- <pod name="DocumentReaderStage" spec="8.3.5051" />
32
+ <pod name="DocumentReaderStage" spec="8.3.5054" />
33
33
  </pods>
34
34
  </podspec>
35
35
  </platform>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/document-reader",
16
- "version": "8.3.282-beta",
16
+ "version": "8.3.289-beta",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },