@jimp/png
Advanced tools
Comparing version 0.17.8 to 0.17.9--canary.1140.831bc3c.0
@@ -46,4 +46,2 @@ "use strict"; | ||
return _pngjs.PNG.sync.write(png, { | ||
width: data.bitmap.width, | ||
height: data.bitmap.height, | ||
deflateLevel: data._deflateLevel, | ||
@@ -50,0 +48,0 @@ deflateStrategy: data._deflateStrategy, |
{ | ||
"name": "@jimp/png", | ||
"version": "0.17.8", | ||
"version": "0.17.9--canary.1140.831bc3c.0", | ||
"description": "Default Jimp png encoder/decoder.", | ||
@@ -25,4 +25,4 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.7.2", | ||
"@jimp/utils": "^0.17.8", | ||
"pngjs": "^3.3.3" | ||
"@jimp/utils": "0.17.9--canary.1140.831bc3c.0", | ||
"pngjs": "^6.0.0" | ||
}, | ||
@@ -33,4 +33,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@jimp/custom": "^0.17.8", | ||
"@jimp/test-utils": "^0.17.8" | ||
"@jimp/custom": "0.17.9--canary.1140.831bc3c.0", | ||
"@jimp/test-utils": "0.17.9--canary.1140.831bc3c.0", | ||
"@types/pngjs": "^6.0.1" | ||
}, | ||
@@ -40,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "6e327e5813c6d36b97786941c5d09d8fc74a6198" | ||
"gitHead": "831bc3c8c1705d4d882536d11a396b03b76709c7" | ||
} |
@@ -39,4 +39,2 @@ import { PNG } from "pngjs"; | ||
return PNG.sync.write(png, { | ||
width: data.bitmap.width, | ||
height: data.bitmap.height, | ||
deflateLevel: data._deflateLevel, | ||
@@ -43,0 +41,0 @@ deflateStrategy: data._deflateStrategy, |
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
243295
3
342
+ Added@jimp/utils@0.17.9--canary.1140.831bc3c.0(transitive)
+ Addedpngjs@6.0.0(transitive)
- Removed@jimp/utils@0.17.10(transitive)
Updatedpngjs@^6.0.0