@img/sharp-libvips-linux-x64 0.0.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,7 +30,7 @@ used under the terms of the following licences:
30
30
  | libpng | [libpng License](https://github.com/glennrp/libpng/blob/master/LICENSE) |
31
31
  | librsvg | LGPLv3 |
32
32
  | libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
33
- | libtiff | [libtiff License](https://libtiff.gitlab.io/libtiff/misc.html) (BSD-like) |
33
+ | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
34
34
  | libvips | LGPLv3 |
35
35
  | libwebp | New BSD License |
36
36
  | libxml2 | MIT Licence |
@@ -114,7 +114,7 @@ typedef unsigned long guintptr;
114
114
 
115
115
  #define GLIB_MAJOR_VERSION 2
116
116
  #define GLIB_MINOR_VERSION 78
117
- #define GLIB_MICRO_VERSION 0
117
+ #define GLIB_MICRO_VERSION 1
118
118
 
119
119
  #define G_OS_UNIX
120
120
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-linux-x64",
3
- "version": "0.0.2",
3
+ "version": "1.0.0",
4
4
  "description": "Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
package/versions.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "freetype": "2.13.2",
11
11
  "fribidi": "1.0.13",
12
12
  "gdkpixbuf": "2.42.10",
13
- "glib": "2.78.0",
14
- "harfbuzz": "8.2.2",
15
- "heif": "1.17.1",
13
+ "glib": "2.78.1",
14
+ "harfbuzz": "8.3.0",
15
+ "heif": "1.17.3",
16
16
  "highway": "1.0.7",
17
17
  "imagequant": "2.4.1",
18
18
  "lcms": "2.15",
@@ -24,8 +24,8 @@
24
24
  "rsvg": "2.57.0",
25
25
  "spng": "0.7.4",
26
26
  "tiff": "4.6.0",
27
- "vips": "8.15.0-rc1",
27
+ "vips": "8.15.0",
28
28
  "webp": "1.3.2",
29
29
  "xml": "2.11.5",
30
- "zlib-ng": "2.1.3"
30
+ "zlib-ng": "2.1.4"
31
31
  }