@img/sharp-libvips-win32-x64 1.0.2 → 1.0.4

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
@@ -16,7 +16,6 @@ used under the terms of the following licences:
16
16
  | fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) |
17
17
  | freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
18
18
  | fribidi | LGPLv3 |
19
- | gdk-pixbuf | LGPLv3 |
20
19
  | glib | LGPLv3 |
21
20
  | harfbuzz | MIT Licence |
22
21
  | highway | Apache-2.0 License, BSD 3-Clause |
@@ -27,7 +26,7 @@ used under the terms of the following licences:
27
26
  | libheif | LGPLv3 |
28
27
  | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
29
28
  | libnsgif | MIT Licence |
30
- | libpng | [libpng License](https://github.com/glennrp/libpng/blob/master/LICENSE) |
29
+ | libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
31
30
  | librsvg | LGPLv3 |
32
31
  | libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
33
32
  | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
@@ -114,8 +114,8 @@ typedef unsigned long long guintptr;
114
114
  #define G_GUINTPTR_FORMAT "llu"
115
115
 
116
116
  #define GLIB_MAJOR_VERSION 2
117
- #define GLIB_MINOR_VERSION 80
118
- #define GLIB_MICRO_VERSION 0
117
+ #define GLIB_MINOR_VERSION 81
118
+ #define GLIB_MICRO_VERSION 1
119
119
 
120
120
  #define G_OS_WIN32
121
121
  #define G_PLATFORM_WIN32
Binary file
package/lib/libvips.lib CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-win32-x64",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Prebuilt libvips and dependencies for use with sharp on Windows x64",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
package/versions.json CHANGED
@@ -1,31 +1,30 @@
1
1
  {
2
- "aom": "3.8.2",
3
- "archive": "3.7.2",
2
+ "aom": "3.9.1",
3
+ "archive": "3.7.4",
4
4
  "cairo": "1.18.0",
5
- "cgif": "0.3.2",
5
+ "cgif": "0.4.1",
6
6
  "exif": "0.6.24",
7
7
  "expat": "2.6.2",
8
8
  "ffi": "3.4.6",
9
9
  "fontconfig": "2.15.0",
10
10
  "freetype": "2.13.2",
11
- "fribidi": "1.0.13",
12
- "gdkpixbuf": "2.42.10",
13
- "glib": "2.80.0",
14
- "harfbuzz": "8.3.0",
15
- "heif": "1.17.6",
16
- "highway": "1.1.0",
11
+ "fribidi": "1.0.15",
12
+ "glib": "2.81.1",
13
+ "harfbuzz": "9.0.0",
14
+ "heif": "1.18.2",
15
+ "highway": "1.2.0",
17
16
  "imagequant": "2.4.1",
18
17
  "lcms": "2.16",
19
18
  "mozjpeg": "4.1.5",
20
- "pango": "1.52.1",
19
+ "pango": "1.54.0",
21
20
  "pixman": "0.43.4",
22
21
  "png": "1.6.43",
23
22
  "proxy-libintl": "0.4",
24
- "rsvg": "2.57.92",
23
+ "rsvg": "2.58.93",
25
24
  "spng": "0.7.4",
26
25
  "tiff": "4.6.0",
27
- "vips": "8.15.2",
28
- "webp": "1.3.2",
29
- "xml": "2.12.5",
30
- "zlib-ng": "2.1.6"
26
+ "vips": "8.15.3",
27
+ "webp": "1.4.0",
28
+ "xml": "2.13.3",
29
+ "zlib-ng": "2.2.1"
31
30
  }