@regulaforensics/document-reader 8.3.282-beta → 8.3.288-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.
- package/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/examples/capacitor/android/app/src/main/AndroidManifest.xml +1 -1
- package/examples/capacitor/ios/App/App/Info.plist +1 -1
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/config.xml +1 -1
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/app.config.ts +1 -1
- package/examples/react_native/package.json +1 -1
- package/examples/react_native/scripts/android.sh +1 -0
- package/examples/react_native/scripts/ios.sh +2 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
- /package/www/capacitor/params/process_params/{RfidParams.js → RFIDParams.js} +0 -0
- /package/www/react-native/params/process_params/{RfidParams.js → RFIDParams.js} +0 -0
- /package/www/types/params/process_params/{RfidParams.d.ts → RFIDParams.d.ts} +0 -0
package/RNDocumentReader.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNDocumentReader'
|
|
8
|
-
s.version = '8.3.
|
|
8
|
+
s.version = '8.3.288-beta'
|
|
9
9
|
s.summary = package['description']
|
|
10
10
|
s.license = package['license']
|
|
11
11
|
|
|
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.ios.deployment_target = '13.0'
|
|
17
17
|
s.source_files = 'ios/**/*.{h,m}'
|
|
18
18
|
s.exclude_files = [ 'ios/CVDDocumentReader.h', 'ios/CVDDocumentReader.m' ]
|
|
19
|
-
s.dependency 'DocumentReaderStage', '8.3.
|
|
19
|
+
s.dependency 'DocumentReaderStage', '8.3.5054'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -29,7 +29,7 @@ dependencies {
|
|
|
29
29
|
//noinspection GradleDynamicVersion
|
|
30
30
|
implementation 'com.facebook.react:react-native:+'
|
|
31
31
|
//noinspection GradleDependency
|
|
32
|
-
implementation('com.regula.documentreader:api:8.3.
|
|
32
|
+
implementation('com.regula.documentreader:api:8.3.11802'){
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "8.3.
|
|
9
|
+
"@regulaforensics/document-reader": "8.3.288-beta",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "8.2.8-beta",
|
|
12
12
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
2
|
<widget android-packageName="com.regula.example.dr.ionic" ios-CFBundleIdentifier="com.regula.example.dr.ionic" version="1.0.0"
|
|
3
3
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
4
|
-
<name>
|
|
4
|
+
<name>DocReader</name>
|
|
5
5
|
<icon src="images/icon.png" />
|
|
6
6
|
<platform name="android">
|
|
7
7
|
<resource-file src="assets/db.dat" target="app/src/main/assets/Regula/db.dat" />
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@awesome-cordova-plugins/file": "6.14.0",
|
|
19
19
|
"@ionic/angular": "8.4.3",
|
|
20
20
|
"@ionic/cordova-builders": "12.3.0",
|
|
21
|
-
"@regulaforensics/document-reader": "8.3.
|
|
21
|
+
"@regulaforensics/document-reader": "8.3.288-beta",
|
|
22
22
|
"@regulaforensics/document-reader-btdevice": "8.2.8-beta",
|
|
23
23
|
"@regulaforensics/document-reader-core-fullauthrfid": "8.2.8-beta",
|
|
24
24
|
"cordova-android": "13.0.0",
|
|
@@ -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: '
|
|
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.
|
|
11
|
+
"@regulaforensics/document-reader": "8.3.288-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",
|
|
@@ -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/
|
|
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.
|
|
3
|
+
"version": "8.3.288-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.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader" version="8.3.288-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.
|
|
32
|
+
<pod name="DocumentReaderStage" spec="8.3.5054" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|
package/test/package-lock.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|