@img/sharp-libvips-darwin-x64 1.2.4-rc.0 → 1.3.0-rc.1

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
@@ -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 guintptr;
114
114
  #define G_GUINTPTR_FORMAT "lu"
115
115
 
116
116
  #define GLIB_MAJOR_VERSION 2
117
- #define GLIB_MINOR_VERSION 86
118
- #define GLIB_MICRO_VERSION 1
117
+ #define GLIB_MINOR_VERSION 87
118
+ #define GLIB_MICRO_VERSION 0
119
119
 
120
120
  #define G_OS_UNIX
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-darwin-x64",
3
- "version": "1.2.4-rc.0",
3
+ "version": "1.3.0-rc.1",
4
4
  "description": "Prebuilt libvips and dependencies for use with sharp on macOS 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.2",
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.86.1",
13
- "harfbuzz": "12.1.0",
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.50",
21
+ "png": "1.6.53",
22
22
  "proxy-libintl": "0.5",
23
- "rsvg": "2.61.2",
24
- "spng": "0.7.4",
23
+ "rsvg": "2.61.3",
25
24
  "tiff": "4.7.1",
26
- "vips": "8.17.3",
25
+ "uhdr": "1.4.0",
26
+ "vips": "8.18.0-rc2",
27
27
  "webp": "1.6.0",
28
28
  "xml2": "2.15.1",
29
- "zlib-ng": "2.2.5"
29
+ "zlib-ng": "2.3.2"
30
30
  }