@regulaforensics/ionic-native-document-reader 9.7.590-beta → 9.7.592-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.
@@ -2,7 +2,7 @@
2
2
  <widget android-packageName="com.regula.dr.fullauthrfid" ios-CFBundleIdentifier="regula.DocumentReader" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
3
  <name>DocumentReader</name>
4
4
  <platform name="android">
5
- <resource-file src="www/db.dat" target="app/src/main/assets/Regula/db.dat" />
5
+ <resource-file src="src/assets/db.dat" target="app/src/main/assets/Regula/db.dat"/>
6
6
  <preference name="orientation" value="portrait" />
7
7
  <preference name="AndroidEdgeToEdge" value="true" />
8
8
  <config-file parent="/*" target="AndroidManifest.xml">
@@ -14,7 +14,7 @@
14
14
  </edit-config>
15
15
  </platform>
16
16
  <platform name="ios">
17
- <resource-file src="www/db.dat" />
17
+ <resource-file src="src/assets/db.dat" />
18
18
  <preference name="deployment-target" value="14.0" />
19
19
  <preference name="orientation" value="portrait" />
20
20
  <allow-intent href="itms:*" />
@@ -13,59 +13,60 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/ionic-native-document-reader": "9.7.590-beta",
16
+ "@regulaforensics/ionic-native-document-reader": "9.7.592-beta",
17
17
  "@regulaforensics/cordova-plugin-document-reader-api": "9.7.655-beta",
18
18
  "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.2829-beta",
19
- "cordova-plugin-camera": "8.0.0",
20
- "@awesome-cordova-plugins/camera": "9.2.0",
21
- "@awesome-cordova-plugins/core": "9.2.0",
22
- "@awesome-cordova-plugins/file": "9.2.0",
23
- "@awesome-cordova-plugins/status-bar": "9.2.0",
24
- "@angular/common": "22.0.5",
25
- "@angular/core": "22.0.5",
26
- "@angular/forms": "22.0.5",
27
- "@angular/platform-browser": "22.0.5",
28
- "@angular/platform-browser-dynamic": "22.0.5",
29
- "@angular/router": "22.0.5",
30
- "@ionic/angular": "8.8.13",
31
- "@ionic/cordova-builders": "12.3.0",
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.3",
35
- "core-js": "3.49.0",
36
- "rxjs": "7.8.2",
37
- "tslib": "2.8.1",
38
- "zone.js": "0.16.2"
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.2200.5",
42
- "@angular-devkit/build-angular": "22.0.5",
43
- "@angular-devkit/core": "22.0.5",
44
- "@angular-devkit/schematics": "22.0.5",
45
- "@angular/cli": "22.0.5",
46
- "@angular/compiler": "22.0.5",
47
- "@angular/compiler-cli": "22.0.5",
48
- "@angular/language-service": "22.0.5",
49
- "@ionic/angular-toolkit": "12.3.0",
50
- "@types/jasmine": "6.0.0",
51
- "@types/jasminewd2": "2.0.13",
52
- "@types/node": "26.1.0",
53
- "codelyzer": "6.0.2",
54
- "cordova-plugin-device": "3.0.0",
55
- "cordova-plugin-ionic-keyboard": "2.2.0",
56
- "cordova-plugin-ionic-webview": "5.0.1",
57
- "cordova-plugin-statusbar": "4.0.0",
58
- "jasmine-core": "6.3.0",
59
- "jasmine-spec-reporter": "7.0.0",
60
- "karma": "6.4.4",
61
- "karma-chrome-launcher": "3.2.0",
62
- "karma-coverage-istanbul-reporter": "3.0.3",
63
- "karma-jasmine": "5.1.0",
64
- "karma-jasmine-html-reporter": "2.2.0",
65
- "protractor": "7.0.0",
66
- "ts-node": "10.9.2",
67
- "tslint": "6.1.3",
68
- "typescript": "6.0.3"
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": {
@@ -0,0 +1,14 @@
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "./out-tsc/app",
5
+ "types": []
6
+ },
7
+ "include": [
8
+ "src/**/*.ts"
9
+ ],
10
+ "exclude": [
11
+ "src/test.ts",
12
+ "src/**/*.spec.ts"
13
+ ]
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ionic-native-document-reader",
3
- "version": "9.7.590-beta",
3
+ "version": "9.7.592-beta",
4
4
  "description": "Ionic Native wrapper for cordova documentreader",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -12,7 +12,7 @@
12
12
  "lint": "eslint"
13
13
  },
14
14
  "dependencies": {
15
- "@regulaforensics/ionic-native-document-reader": "9.7.590-beta",
15
+ "@regulaforensics/ionic-native-document-reader": "9.7.592-beta",
16
16
  "@regulaforensics/cordova-plugin-document-reader-api": "9.7.655-beta",
17
17
  "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.2829-beta",
18
18
  "@awesome-cordova-plugins/camera": "6.6.0",