|
|
@@ -26,14 +26,13 @@
|
|
26
|
26
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
27
|
27
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
|
28
|
28
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
29
|
|
- "@ionic-native/core": "^5.36.0",
|
|
30
|
29
|
"@ionic-native/call-number": "^5.22.0-beta-1",
|
|
|
30
|
+ "@ionic-native/core": "^5.36.0",
|
|
31
|
31
|
"@ionic-native/email-composer": "^5.36.0",
|
|
32
|
32
|
"@ionic-native/geolocation": "^5.36.0",
|
|
33
|
33
|
"@ionic-native/http": "^5.36.0",
|
|
34
|
34
|
"@ionic-native/native-geocoder": "^5.36.0",
|
|
35
|
35
|
"@ionic/angular": "^5.5.2",
|
|
36
|
|
- "cordova-ios": "^4.0.1",
|
|
37
|
36
|
"ionic-img-viewer": "^2.9.0",
|
|
38
|
37
|
"rxjs": "~6.6.0",
|
|
39
|
38
|
"tslib": "^2.2.0",
|
|
|
@@ -56,9 +55,12 @@
|
|
56
|
55
|
"@typescript-eslint/eslint-plugin": "4.16.1",
|
|
57
|
56
|
"@typescript-eslint/parser": "4.16.1",
|
|
58
|
57
|
"call-number": "^1.0.1",
|
|
|
58
|
+ "cordova-ios": "^6.2.0",
|
|
59
|
59
|
"cordova-plugin-add-swift-support": "^1.7.2",
|
|
|
60
|
+ "cordova-plugin-advanced-http": "^3.2.0",
|
|
60
|
61
|
"cordova-plugin-device": "2.0.2",
|
|
61
|
62
|
"cordova-plugin-email-composer": "^0.9.2",
|
|
|
63
|
+ "cordova-plugin-file": "^6.0.2",
|
|
62
|
64
|
"cordova-plugin-geolocation": "^4.1.0",
|
|
63
|
65
|
"cordova-plugin-googlemaps": "^2.7.1",
|
|
64
|
66
|
"cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
|
|
|
@@ -80,6 +82,7 @@
|
|
80
|
82
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
81
|
83
|
"karma-jasmine": "~4.0.0",
|
|
82
|
84
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
|
85
|
+ "mx.ferreyra.callnumber": "0.0.2",
|
|
83
|
86
|
"protractor": "~7.0.0",
|
|
84
|
87
|
"ts-node": "~8.3.0",
|
|
85
|
88
|
"typescript": "~4.2.4"
|
|
|
@@ -98,10 +101,11 @@
|
|
98
|
101
|
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
|
|
99
|
102
|
},
|
|
100
|
103
|
"mx.ferreyra.callnumber": {},
|
|
101
|
|
- "cordova-plugin-email-composer": {}
|
|
|
104
|
+ "cordova-plugin-email-composer": {},
|
|
|
105
|
+ "call-number": {}
|
|
102
|
106
|
},
|
|
103
|
107
|
"platforms": [
|
|
104
|
108
|
"ios"
|
|
105
|
109
|
]
|
|
106
|
110
|
}
|
|
107
|
|
-}
|
|
|
111
|
+}
|