@img/sharp-libvips-win32-x64 1.2.4 → 1.3.0-rc.2
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 +1 -1
- package/lib/glib-2.0/include/glibconfig.h +2 -2
- package/lib/libvips-42.dll +0 -0
- package/lib/libvips.lib +0 -0
- package/package.json +1 -1
- package/versions.json +8 -8
package/README.md
CHANGED
|
@@ -28,8 +28,8 @@ used under the terms of the following licences:
|
|
|
28
28
|
| libnsgif | MIT Licence |
|
|
29
29
|
| libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
|
|
30
30
|
| librsvg | LGPLv3 |
|
|
31
|
-
| libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
|
|
32
31
|
| libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
|
|
32
|
+
| libultrahdr | Apache-2.0 License |
|
|
33
33
|
| libvips | LGPLv3 |
|
|
34
34
|
| libwebp | New BSD License |
|
|
35
35
|
| libxml2 | MIT Licence |
|
|
@@ -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
|
|
118
|
-
#define GLIB_MICRO_VERSION
|
|
117
|
+
#define GLIB_MINOR_VERSION 87
|
|
118
|
+
#define GLIB_MICRO_VERSION 0
|
|
119
119
|
|
|
120
120
|
#define G_OS_WIN32
|
|
121
121
|
#define G_PLATFORM_WIN32
|
package/lib/libvips-42.dll
CHANGED
|
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.2
|
|
3
|
+
"version": "1.3.0-rc.2",
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aom": "3.13.1",
|
|
3
|
-
"archive": "3.8.
|
|
3
|
+
"archive": "3.8.4",
|
|
4
4
|
"cairo": "1.18.4",
|
|
5
5
|
"cgif": "0.5.0",
|
|
6
6
|
"exif": "0.6.25",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"fontconfig": "2.17.1",
|
|
10
10
|
"freetype": "2.14.1",
|
|
11
11
|
"fribidi": "1.0.16",
|
|
12
|
-
"glib": "2.
|
|
13
|
-
"harfbuzz": "12.
|
|
12
|
+
"glib": "2.87.0",
|
|
13
|
+
"harfbuzz": "12.2.0",
|
|
14
14
|
"heif": "1.20.2",
|
|
15
15
|
"highway": "1.3.0",
|
|
16
16
|
"imagequant": "2.4.1",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"mozjpeg": "0826579",
|
|
19
19
|
"pango": "1.57.0",
|
|
20
20
|
"pixman": "0.46.4",
|
|
21
|
-
"png": "1.6.
|
|
21
|
+
"png": "1.6.53",
|
|
22
22
|
"proxy-libintl": "0.5",
|
|
23
|
-
"rsvg": "2.61.
|
|
24
|
-
"spng": "0.7.4",
|
|
23
|
+
"rsvg": "2.61.3",
|
|
25
24
|
"tiff": "4.7.1",
|
|
26
|
-
"
|
|
25
|
+
"uhdr": "1.4.0",
|
|
26
|
+
"vips": "8.18.0",
|
|
27
27
|
"webp": "1.6.0",
|
|
28
28
|
"xml2": "2.15.1",
|
|
29
|
-
"zlib-ng": "2.2
|
|
29
|
+
"zlib-ng": "2.3.2"
|
|
30
30
|
}
|