cordova-plugin-ionic
Advanced tools
Comparing version 5.0.4 to 5.0.5-rc.1
Changelog | ||
====== | ||
## 5.0.4 | ||
## 5.0.5 | ||
@@ -6,0 +6,0 @@ * Rebuild a deploy directory in the case where the binary version has changed since the update was downloaded. |
@@ -50,3 +50,3 @@ "use strict"; | ||
this.SNAPSHOT_CACHE = 'ionic_built_snapshots'; | ||
this.PLUGIN_VERSION = '5.0.4'; | ||
this.PLUGIN_VERSION = '5.0.5'; | ||
this.appInfo = appInfo; | ||
@@ -128,6 +128,5 @@ this._savedPreferences = preferences; | ||
const endpoint = `${prefs.host}/apps/${prefs.appId}/channels/check-device`; | ||
// TODO: Need to send UUID device details for unique device metrics | ||
const device_details = { | ||
binary_version: appInfo.bundleVersion, | ||
device_id: appInfo.device, | ||
device_id: appInfo.device || null, | ||
platform: appInfo.platform, | ||
@@ -134,0 +133,0 @@ platform_version: appInfo.platformVersion, |
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.0.4", | ||
"version": "5.0.5-rc.1", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "cordova-plugin-ionic", |
@@ -61,3 +61,3 @@ /// <reference path="../types/IonicCordova.d.ts" /> | ||
public SNAPSHOT_CACHE = 'ionic_built_snapshots'; | ||
public PLUGIN_VERSION = '5.0.4'; | ||
public PLUGIN_VERSION = '5.0.5'; | ||
@@ -140,6 +140,5 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) { | ||
// TODO: Need to send UUID device details for unique device metrics | ||
const device_details = { | ||
binary_version: appInfo.bundleVersion, | ||
device_id: appInfo.device, | ||
device_id: appInfo.device || null, | ||
platform: appInfo.platform, | ||
@@ -149,2 +148,3 @@ platform_version: appInfo.platformVersion, | ||
}; | ||
const body = { | ||
@@ -151,0 +151,0 @@ channel_name: prefs.channel, |
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
112475
2035
2