Upgrade to libvips 8.3.x

Add support for libvips' new native loaders, including GIF and SVG
Pre-built binaries now include giflib and librsvg, exclude *magick
This commit is contained in:
Lovell Fuller
2016-04-30 20:53:33 +01:00
parent b7a098fb28
commit 1de0038516
22 changed files with 828 additions and 136 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.14.1",
"version": "0.15.0",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -73,7 +73,7 @@
},
"license": "Apache-2.0",
"config": {
"libvips": "8.2.3"
"libvips": "8.3.0"
},
"engines": {
"node": ">=0.10"