diff --git a/config.xml b/config.xml index 6804857..3fe360c 100644 --- a/config.xml +++ b/config.xml @@ -95,7 +95,6 @@ - @@ -106,4 +105,12 @@ + + + + + + + + diff --git a/package-lock.json b/package-lock.json index dcb7fe7..67faddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -725,8 +725,7 @@ "base64-js": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.3.tgz", - "integrity": "sha512-MsAhsUW1GxCdgYSO6tAfZrNapmUKk7mWx/k5mFY/A1gBtkaCaNapTg+FExCw1r9yeaZhqx/xPg43xgTFH6KL5w==", - "dev": true + "integrity": "sha512-MsAhsUW1GxCdgYSO6tAfZrNapmUKk7mWx/k5mFY/A1gBtkaCaNapTg+FExCw1r9yeaZhqx/xPg43xgTFH6KL5w==" }, "basic-auth": { "version": "1.1.0", @@ -2036,6 +2035,17 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-1.7.2.tgz", "integrity": "sha1-ZHY0lb6H6y562xoI8CCblupc7uA=" }, + "cordova-plugin-ionic": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/cordova-plugin-ionic/-/cordova-plugin-ionic-3.1.3.tgz", + "integrity": "sha512-IR3s6beEws5R+sOB9ZoZhqW5LllSSugyswPRheeUfWiSIp6ChnpDpRpeFUBxabxNTo7/BM4v19DRXDIFQfNMxg==", + "requires": { + "mkpath": "1.0.0", + "node-version-compare": "1.0.1", + "plist": "3.0.1", + "xml2js": "0.4.19" + } + }, "cordova-plugin-ionic-webview": { "version": "1.1.16", "resolved": "https://registry.npmjs.org/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-1.1.16.tgz", @@ -2047,9 +2057,9 @@ "integrity": "sha1-pZnocxfKpoQnrJor+bKY+SowQCI=" }, "cordova-plugin-splashscreen": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-4.1.0.tgz", - "integrity": "sha1-gQKKt2Q+YVWT0n8q0CRFYR8ZRrY=" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-5.0.2.tgz", + "integrity": "sha1-dH509W4gHNWFvGLRS8oZ9oZ/8e0=" }, "cordova-plugin-statusbar": { "version": "2.4.1", @@ -4844,6 +4854,11 @@ } } }, + "mkpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz", + "integrity": "sha1-67Opd+evHGg65v2hK1Raa6bFhT0=" + }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -5054,6 +5069,11 @@ } } }, + "node-version-compare": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/node-version-compare/-/node-version-compare-1.0.1.tgz", + "integrity": "sha1-2Fv9IPCsreM1d/VmgscQnDTFUM0=" + }, "nopt": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", @@ -5514,6 +5534,16 @@ "pinkie": "2.0.4" } }, + "plist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", + "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", + "requires": { + "base64-js": "1.2.3", + "xmlbuilder": "9.0.7", + "xmldom": "0.1.27" + } + }, "posix-character-classes": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", @@ -6063,8 +6093,7 @@ "sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "scss-tokenizer": { "version": "0.2.3", @@ -7947,7 +7976,6 @@ "version": "0.4.19", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", - "dev": true, "requires": { "sax": "1.2.4", "xmlbuilder": "9.0.7" @@ -7956,8 +7984,12 @@ "xmlbuilder": { "version": "9.0.7", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "dev": true + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" + }, + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" }, "xtend": { "version": "4.0.1", diff --git a/package.json b/package.json index 6d0f3a0..e463c69 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,10 @@ "cordova-plugin-device": "^1.1.6", "cordova-plugin-globalization": "^1.11.0", "cordova-plugin-inappbrowser": "^1.7.1", + "cordova-plugin-ionic": "^3.1.3", "cordova-plugin-ionic-webview": "^1.1.16", "cordova-plugin-screen-orientation": "^1.4.3", - "cordova-plugin-splashscreen": "^4.0.3", + "cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "^1.3.2", "cordova-sqlite-storage": "^2.0.4", @@ -89,7 +90,6 @@ "cordova-plugin-console": {}, "cordova-plugin-device": {}, "cordova-plugin-screen-orientation": {}, - "cordova-plugin-splashscreen": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-whitelist": {}, "ionic-plugin-keyboard": {}, @@ -99,8 +99,16 @@ "cordova-sqlite-storage": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-ionic-webview": {}, + "cordova-plugin-globalization": {}, "cordova-plugin-advanced-http": {}, - "cordova-plugin-globalization": {} + "cordova-plugin-ionic": { + "APP_ID": "2a038c89", + "CHANNEL_NAME": "Production", + "UPDATE_METHOD": "background", + "WARN_DEBUG": "true", + "UPDATE_API": "https://api.ionicjs.com", + "MAX_STORE": "2" + } } } }