@regulaforensics/ionic-native-document-reader 9.7.591-beta → 9.7.594-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.
- package/example/package.json +50 -49
- package/example/tsconfig.app.json +14 -0
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,59 +13,60 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "9.7.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.
|
|
19
|
-
"cordova-plugin-camera": "
|
|
20
|
-
"@awesome-cordova-plugins/camera": "
|
|
21
|
-
"@awesome-cordova-plugins/core": "
|
|
22
|
-
"@awesome-cordova-plugins/file": "
|
|
23
|
-
"@awesome-cordova-plugins/status-bar": "
|
|
24
|
-
"@angular/common": "
|
|
25
|
-
"@angular/core": "
|
|
26
|
-
"@angular/forms": "
|
|
27
|
-
"@angular/platform-browser": "
|
|
28
|
-
"@angular/platform-browser-dynamic": "
|
|
29
|
-
"@angular/router": "
|
|
30
|
-
"@ionic/angular": "
|
|
31
|
-
"@ionic/cordova-builders": "
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.7.594-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.657-nightly",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.2830-nightly",
|
|
19
|
+
"cordova-plugin-camera": "7.0.0",
|
|
20
|
+
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
|
+
"@awesome-cordova-plugins/core": "6.6.0",
|
|
22
|
+
"@awesome-cordova-plugins/file": "6.6.0",
|
|
23
|
+
"@awesome-cordova-plugins/status-bar": "6.6.0",
|
|
24
|
+
"@angular/common": "~13.3.2",
|
|
25
|
+
"@angular/core": "~13.3.2",
|
|
26
|
+
"@angular/forms": "~13.3.2",
|
|
27
|
+
"@angular/platform-browser": "~13.3.2",
|
|
28
|
+
"@angular/platform-browser-dynamic": "~13.3.2",
|
|
29
|
+
"@angular/router": "~13.3.2",
|
|
30
|
+
"@ionic/angular": "^6.0.15",
|
|
31
|
+
"@ionic/cordova-builders": "^6.1.0",
|
|
32
32
|
"cordova-android": "15.0.0",
|
|
33
33
|
"cordova-ios": "8.1.1",
|
|
34
|
-
"cordova-plugin-file": "8.1
|
|
35
|
-
"core-js": "3.
|
|
36
|
-
"rxjs": "
|
|
37
|
-
"tslib": "2.
|
|
38
|
-
"zone.js": "0.
|
|
34
|
+
"cordova-plugin-file": "8.0.1",
|
|
35
|
+
"core-js": "^3.6.5",
|
|
36
|
+
"rxjs": "~6.6.3",
|
|
37
|
+
"tslib": "^2.0.1",
|
|
38
|
+
"zone.js": "~0.11.1",
|
|
39
|
+
"jetifier": "^2.0.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
|
-
"@angular-devkit/architect": "0.
|
|
42
|
-
"@angular-devkit/build-angular": "
|
|
43
|
-
"@angular-devkit/core": "
|
|
44
|
-
"@angular-devkit/schematics": "
|
|
45
|
-
"@angular/cli": "
|
|
46
|
-
"@angular/compiler": "
|
|
47
|
-
"@angular/compiler-cli": "
|
|
48
|
-
"@angular/language-service": "
|
|
49
|
-
"@ionic/angular-toolkit": "
|
|
50
|
-
"@types/jasmine": "
|
|
51
|
-
"@types/jasminewd2": "2.0.
|
|
52
|
-
"@types/node": "
|
|
53
|
-
"codelyzer": "6.0.
|
|
54
|
-
"cordova-plugin-device": "
|
|
55
|
-
"cordova-plugin-ionic-keyboard": "2.2.0",
|
|
56
|
-
"cordova-plugin-ionic-webview": "5.0.
|
|
57
|
-
"cordova-plugin-statusbar": "4.
|
|
58
|
-
"jasmine-core": "
|
|
59
|
-
"jasmine-spec-reporter": "
|
|
60
|
-
"karma": "6.
|
|
61
|
-
"karma-chrome-launcher": "3.
|
|
62
|
-
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
63
|
-
"karma-jasmine": "
|
|
64
|
-
"karma-jasmine-html-reporter": "
|
|
65
|
-
"protractor": "7.0.0",
|
|
66
|
-
"ts-node": "
|
|
67
|
-
"tslint": "
|
|
68
|
-
"typescript": "
|
|
42
|
+
"@angular-devkit/architect": "~0.1001.4",
|
|
43
|
+
"@angular-devkit/build-angular": "~13.3.2",
|
|
44
|
+
"@angular-devkit/core": "~13.3.2",
|
|
45
|
+
"@angular-devkit/schematics": "~13.3.2",
|
|
46
|
+
"@angular/cli": "~13.3.2",
|
|
47
|
+
"@angular/compiler": "~13.3.2",
|
|
48
|
+
"@angular/compiler-cli": "~13.3.2",
|
|
49
|
+
"@angular/language-service": "~13.3.2",
|
|
50
|
+
"@ionic/angular-toolkit": "^6.1.0",
|
|
51
|
+
"@types/jasmine": "~3.5.14",
|
|
52
|
+
"@types/jasminewd2": "~2.0.8",
|
|
53
|
+
"@types/node": "~14.11.5",
|
|
54
|
+
"codelyzer": "^6.0.1",
|
|
55
|
+
"cordova-plugin-device": "^2.0.3",
|
|
56
|
+
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
|
57
|
+
"cordova-plugin-ionic-webview": "^5.0.0",
|
|
58
|
+
"cordova-plugin-statusbar": "^2.4.3",
|
|
59
|
+
"jasmine-core": "~4.0.1",
|
|
60
|
+
"jasmine-spec-reporter": "~6.0.0",
|
|
61
|
+
"karma": "~6.3.17",
|
|
62
|
+
"karma-chrome-launcher": "~3.1.0",
|
|
63
|
+
"karma-coverage-istanbul-reporter": "~3.0.3",
|
|
64
|
+
"karma-jasmine": "~4.0.1",
|
|
65
|
+
"karma-jasmine-html-reporter": "^1.5.4",
|
|
66
|
+
"protractor": "~7.0.0",
|
|
67
|
+
"ts-node": "~9.0.0",
|
|
68
|
+
"tslint": "~5.20.1",
|
|
69
|
+
"typescript": "~4.4.2"
|
|
69
70
|
},
|
|
70
71
|
"description": "An Ionic project",
|
|
71
72
|
"cordova": {
|
package/package.json
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"lint": "eslint"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@regulaforensics/ionic-native-document-reader": "9.7.
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.
|
|
15
|
+
"@regulaforensics/ionic-native-document-reader": "9.7.594-nightly",
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.657-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.2830-nightly",
|
|
18
18
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
19
19
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
20
20
|
"@capacitor/android": "5.6.0",
|