cordova-plugin-cronapp 1.0.3-d → 1.0.4

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.
Files changed (3) hide show
  1. package/package.json +34 -24
  2. package/plugin.xml +29 -24
  3. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,24 +1,34 @@
1
- {
2
- "name": "cordova-plugin-cronapp",
3
- "version": "1.0.3-d",
4
- "description": "Cordova Plugin Cronapp Dependencies",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "test"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/CronApp/cordova-plugin-cronapp.git"
12
- },
13
- "keywords": [
14
- "cordova",
15
- "plugin",
16
- "cronapp"
17
- ],
18
- "author": "Rodrigo Santos Reis",
19
- "license": "ISC",
20
- "bugs": {
21
- "url": "https://github.com/CronApp/cordova-plugin-cronapp/issues"
22
- },
23
- "homepage": "https://github.com/CronApp/cordova-plugin-cronapp#readme"
24
- }
1
+ {
2
+ "name": "cordova-plugin-cronapp",
3
+ "version": "1.0.4",
4
+ "description": "Cordova Plugin Cronapp Dependencies",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "build": "exit 0",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "Lincoln Minto",
11
+ "license": "ISC",
12
+ "cordova": {
13
+ "id": "cordova-cronapp-plugin",
14
+ "platforms": [
15
+ "android",
16
+ "ios"
17
+ ]
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/CronApp/cordova-plugin-cronapp.git"
22
+ },
23
+ "keywords": [
24
+ "cordova",
25
+ "plugin",
26
+ "cronapp",
27
+ "plugin",
28
+ "ecosystem:cordova"
29
+ ],
30
+ "bugs": {
31
+ "url": "https://github.com/CronApp/cordova-plugin-cronapp/issues"
32
+ },
33
+ "homepage": "https://github.com/CronApp/cordova-plugin-cronapp#readme"
34
+ }
package/plugin.xml CHANGED
@@ -1,24 +1,29 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!--
3
- @author: Rodrigo Reis
4
- @email: rodrigo.reis@cronapp.io
5
- -->
6
-
7
- <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
8
- xmlns:android="http://schemas.android.com/apk/res/android"
9
- id="cordova-plugin-cronapp"
10
- version="1.0.2">
11
- <name>Cronapp Plugin</name>
12
- <description>Cordova Cronapp Plugin Dependencies</description>
13
- <license>Apache 2.0</license>
14
- <keywords>cordova,cronapp,plugin</keywords>
15
- <repo>https://github.com/CronApp/cordova-plugin-cronapp.git</repo>
16
-
17
- <dependency id="cordova-plugin-buildinfo" version=">=2.x" />
18
- <dependency id="cordova-plugin-camera" version=">=4.x" />
19
- <dependency id="cordova-plugin-device" version=">=2.x" />
20
- <dependency id="cordova-plugin-file" version=">=6.x" />
21
- <dependency id="cordova-plugin-geolocation" version=">=4.x" />
22
- <dependency id="cordova-plugin-vibration" version=">=3.x" />
23
- <dependency id="cordova-plugin-whitelist" version=">=1.x" />
24
- </plugin>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-cronapp" version="1.0.4">
3
+ <name>Cronapp Plugin</name>
4
+ <description>Cordova Cronapp Plugin Dependencies</description>
5
+ <license>Apache 2.0</license>
6
+ <keywords>cordova,cronapp,plugin</keywords>
7
+ <repo>https://github.com/CronApp/cordova-plugin-cronapp.git</repo>
8
+
9
+ <dependency id="cordova-plugin-androidx-adapter" version="^1.1.3"/>
10
+ <dependency id="cordova-plugin-buildinfo" version="^2.0.2"/>
11
+ <dependency id="cordova-plugin-device" version="^2.0.2"/>
12
+ <dependency id="cordova-plugin-dialogs" version="^2.0.1"/>
13
+ <dependency id="cordova-plugin-inappbrowser" version="^5.0.0"/>
14
+ <dependency id="cordova-plugin-network-information" version="^2.0.1"/>
15
+ <dependency id="cordova-plugin-contacts" version="^3.0.1"/>
16
+ <dependency id="cordova-plugin-file" version="^6.0.1"/>
17
+ <dependency id="cordova-plugin-geolocation" version="^4.0.1"/>
18
+ <dependency id="cordova-plugin-vibration" version="^3.1.0"/>
19
+ <dependency id="cronapp-cordova-plugin-barcodescanner" version="1.0.4"/>
20
+ <dependency id="cordova-plugin-camera" version="^7.0.0"/>
21
+ <dependency id="cordova-plugin-ios-camera-permissions" version="^1.2.0"/>
22
+ <dependency id="cordova-plugin-cronapp-decimal-keyboard" version="1.0.4"/>
23
+ <dependency id="cordova-plugin-sqlite-2" version="^1.0.6"/>
24
+ <dependency id="cordova-plugin-ionic-webview" version="^5.0.0"/>
25
+ <dependency id="cordova-plugin-file-opener2" version="^3.0.5"/>
26
+ <dependency id="cordova-plugin-fingerprint-aio" version="^4.0.2"/>
27
+ <dependency id="cordova-plugin-web-share" version="1.2.0"/>
28
+ <dependency id="cronapp-cordova-plugin-ratio-crop" version="1.0.4"/>
29
+ </plugin>
package/readme.md CHANGED
@@ -1,2 +1,2 @@
1
- This is a Cronapp Cordova Plugin to manage other plugins dependencies.
2
- v1
1
+ This is a Cronapp Cordova Plugin to manage other plugins dependencies.
2
+ v1