cordova-plugin-ionic
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -84,3 +84,3 @@ "use strict"; | ||
this.MANIFEST_FILE = 'pro-manifest.json'; | ||
this.PLUGIN_VERSION = '5.4.1'; | ||
this.PLUGIN_VERSION = '5.4.2'; | ||
this.appInfo = appInfo; | ||
@@ -87,0 +87,0 @@ this._savedPreferences = preferences; |
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"cordova": { | ||
@@ -12,3 +12,3 @@ "id": "cordova-plugin-ionic", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/IonicCordova.d.ts", | ||
"description": "Ionic Cordova SDK", | ||
@@ -15,0 +15,0 @@ "scripts": { |
@@ -73,3 +73,3 @@ /// <reference types="cordova" /> | ||
private MANIFEST_FILE = 'pro-manifest.json'; | ||
public PLUGIN_VERSION = '5.4.1'; | ||
public PLUGIN_VERSION = '5.4.2'; | ||
@@ -76,0 +76,0 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) { |
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
203176