cordova-plugin-ionic
Advanced tools
Comparing version 5.2.4 to 5.2.5-0
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.2.4", | ||
"version": "5.2.5-0", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "cordova-plugin-ionic", |
@@ -61,3 +61,3 @@ /// <reference path="../types/IonicCordova.d.ts" /> | ||
private MANIFEST_FILE = 'pro-manifest.json'; | ||
public PLUGIN_VERSION = '5.2.4'; | ||
public PLUGIN_VERSION = '5.2.5-0'; | ||
@@ -149,3 +149,3 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) { | ||
const device_details = { | ||
binary_version: appInfo.binaryVersionName, | ||
binary_version: prefs.binaryVersionName, | ||
device_id: appInfo.device || null, | ||
@@ -186,4 +186,4 @@ platform: appInfo.platform, | ||
prefs.availableUpdate = { | ||
binaryVersionCode: appInfo.binaryVersionCode, | ||
binaryVersionName: appInfo.binaryVersionName, | ||
binaryVersionCode: prefs.binaryVersionCode, | ||
binaryVersionName: prefs.binaryVersionName, | ||
channel: prefs.channel, | ||
@@ -641,5 +641,2 @@ state: UpdateState.Available, | ||
const appInfo = await this.parent.getAppDetails(); | ||
preferences.binaryVersionName = appInfo.binaryVersionName; | ||
preferences.binaryVersionCode = appInfo.binaryVersionCode; | ||
preferences.binaryVersion = appInfo.binaryVersionName; | ||
const delegate = new IonicDeployImpl(appInfo, preferences); | ||
@@ -646,0 +643,0 @@ // Only initialize start the plugin if fetch is available and DisableDeploy preference is false |
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
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
193898
2586
2