cordova-plugin-ms-adal
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -0,1 +1,5 @@ | ||
0.8.1 - September 22, 2016 | ||
* added `cordovaDependencies` section to package.json | ||
* ios: bump and rebuild ADAL SDK to 2.2.6 | ||
0.8.0 - September, 2016 | ||
@@ -2,0 +6,0 @@ * ios: fix login on `iOS10` |
{ | ||
"name": "cordova-plugin-ms-adal", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Provides Microsoft Azure Active Directory (ADAL) OAuth client.", | ||
@@ -13,2 +13,19 @@ "cordova": { | ||
}, | ||
"engines": { | ||
"cordovaDependencies": { | ||
"0.8.0": { | ||
"cordova-android": ">=4.1.0", | ||
"cordova-windows": ">=4.1.0", | ||
"cordova": ">=5.4.0" | ||
}, | ||
"0.8.1": { | ||
"cordova-android": ">=4.1.0", | ||
"cordova-windows": ">=4.1.0", | ||
"cordova": ">=5.4.0" | ||
}, | ||
"1.0.0": { | ||
"cordova": ">=100" | ||
} | ||
} | ||
}, | ||
"repository": { | ||
@@ -15,0 +32,0 @@ "type": "git", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88
13262317