mirror of
https://github.com/lovell/sharp.git
synced 2025-08-24 13:41:39 +02:00
Compare commits
2 Commits
c01e272db5
...
660bbdb1c0
Author | SHA1 | Date | |
---|---|---|---|
|
660bbdb1c0 | ||
|
4164705113 |
@ -8,3 +8,7 @@ slug: changelog/v0.34.4
|
|||||||
|
|
||||||
* Ensure `autoOrient` removes existing metadata after shrink-on-load.
|
* Ensure `autoOrient` removes existing metadata after shrink-on-load.
|
||||||
[#4431](https://github.com/lovell/sharp/issues/4431)
|
[#4431](https://github.com/lovell/sharp/issues/4431)
|
||||||
|
|
||||||
|
* TypeScript: Ensure `KernelEnum` includes `linear`.
|
||||||
|
[#4441](https://github.com/lovell/sharp/pull/4441)
|
||||||
|
[@BayanBennett](https://github.com/BayanBennett)
|
||||||
|
@ -182,11 +182,11 @@
|
|||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"mocha": "^11.7.1",
|
"mocha": "^11.7.1",
|
||||||
"node-addon-api": "^8.5.0",
|
"node-addon-api": "^8.5.0",
|
||||||
"node-gyp": "^11.2.0",
|
"node-gyp": "^11.4.1",
|
||||||
"nyc": "^17.1.0",
|
"nyc": "^17.1.0",
|
||||||
"semistandard": "^17.0.0",
|
"semistandard": "^17.0.0",
|
||||||
"tar-fs": "^3.1.0",
|
"tar-fs": "^3.1.0",
|
||||||
"tsd": "^0.32.0"
|
"tsd": "^0.33.0"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user