cordova-res
Advanced tools
Comparing version 0.15.2 to 0.15.3
@@ -147,2 +147,7 @@ "use strict"; | ||
{ | ||
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */, | ||
source: resources_1.ANDROID_MDPI_ADAPTIVE_ICON.background, | ||
target: 'mipmap-mdpi/ic_launcher_background.png', | ||
}, | ||
{ | ||
type: "android-legacy" /* ANDROID_LEGACY */, | ||
@@ -163,2 +168,7 @@ source: resources_1.ANDROID_HDPI_ICON.src, | ||
{ | ||
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */, | ||
source: resources_1.ANDROID_HDPI_ADAPTIVE_ICON.background, | ||
target: 'mipmap-hdpi/ic_launcher_background.png', | ||
}, | ||
{ | ||
type: "android-legacy" /* ANDROID_LEGACY */, | ||
@@ -179,2 +189,7 @@ source: resources_1.ANDROID_XHDPI_ICON.src, | ||
{ | ||
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */, | ||
source: resources_1.ANDROID_XHDPI_ADAPTIVE_ICON.background, | ||
target: 'mipmap-xhdpi/ic_launcher_background.png', | ||
}, | ||
{ | ||
type: "android-legacy" /* ANDROID_LEGACY */, | ||
@@ -195,2 +210,7 @@ source: resources_1.ANDROID_XXHDPI_ICON.src, | ||
{ | ||
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */, | ||
source: resources_1.ANDROID_XXHDPI_ADAPTIVE_ICON.background, | ||
target: 'mipmap-xxhdpi/ic_launcher_background.png', | ||
}, | ||
{ | ||
type: "android-legacy" /* ANDROID_LEGACY */, | ||
@@ -210,2 +230,7 @@ source: resources_1.ANDROID_XXXHDPI_ICON.src, | ||
}, | ||
{ | ||
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */, | ||
source: resources_1.ANDROID_XXXHDPI_ADAPTIVE_ICON.background, | ||
target: 'mipmap-xxxhdpi/ic_launcher_background.png', | ||
}, | ||
]; | ||
@@ -212,0 +237,0 @@ const ANDROID_SPLASHES = [ |
{ | ||
"name": "cordova-res", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"description": "This tool will crop and resize PNG source images into appropriate sizes for modern iOS and Android devices.", | ||
@@ -62,3 +62,3 @@ "homepage": "https://ionicframework.com", | ||
"elementtree": "^0.1.7", | ||
"sharp": "^0.26.0", | ||
"sharp": "^0.27.1", | ||
"tslib": "^2.0.3" | ||
@@ -74,3 +74,3 @@ }, | ||
"@types/node": "~10.17.13", | ||
"@types/sharp": "^0.26.0", | ||
"@types/sharp": "^0.27.1", | ||
"eslint": "^7.11.0", | ||
@@ -77,0 +77,0 @@ "husky": "^4.3.0", |
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
155724
3760
+ Addedsharp@0.27.2(transitive)
- Removedsharp@0.26.3(transitive)
Updatedsharp@^0.27.1