cordova-plugin-ionic
Advanced tools
Comparing version 5.2.3 to 5.2.4
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"cordova": { | ||
@@ -40,3 +40,3 @@ "id": "cordova-plugin-ionic", | ||
"build": "npm run clean && tsc", | ||
"sync-plugin-xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml", | ||
"sync-plugin-xml": "sync-cordova-xml2 package.json plugin.xml --output=plugin.xml", | ||
"version": "npm run sync-plugin-xml && git add plugin.xml && ./update-plugin-version-code.sh", | ||
@@ -50,2 +50,5 @@ "prepublishOnly": "npm run build", | ||
"issue": "https://github.com/ionic-team/cordova-plugin-ionic/issues", | ||
"bugs": { | ||
"url": "https://github.com/ionic-team/cordova-plugin-ionic/issues" | ||
}, | ||
"keywords": [ | ||
@@ -87,3 +90,3 @@ "ionic", | ||
"rimraf": "^2.6.2", | ||
"sync-cordova-xml": "^0.4.0", | ||
"sync-cordova-xml2": "0.0.2", | ||
"ts-jest": "^22.4.2", | ||
@@ -90,0 +93,0 @@ "tslint": "^5.9.1", |
@@ -305,2 +305,14 @@ interface Window { | ||
/** | ||
* Equivalent to available since v5 this can be ignored in favor of available | ||
* @deprecated | ||
*/ | ||
compatible: boolean; | ||
/** | ||
* Legacy indicator of whether the update is a partial one. This will always be false and can be ignored | ||
* @deprecated | ||
*/ | ||
partial: false; | ||
/** | ||
* The id of the snapshot if available. | ||
@@ -307,0 +319,0 @@ */ |
@@ -61,3 +61,3 @@ /// <reference path="../types/IonicCordova.d.ts" /> | ||
private MANIFEST_FILE = 'pro-manifest.json'; | ||
public PLUGIN_VERSION = '5.2.3'; | ||
public PLUGIN_VERSION = '5.2.4'; | ||
@@ -727,3 +727,3 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) { | ||
} | ||
return {available: false}; | ||
return {available: false, compatible: false, partial: false}; | ||
} | ||
@@ -730,0 +730,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
2592
0
192863