@img/sharp-libvips-darwin-x64 0.0.1 → 0.0.3

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
@@ -19,22 +19,22 @@ used under the terms of the following licences:
19
19
  | gdk-pixbuf | LGPLv3 |
20
20
  | glib | LGPLv3 |
21
21
  | harfbuzz | MIT Licence |
22
+ | highway | Apache-2.0 License, BSD 3-Clause |
22
23
  | lcms | MIT Licence |
23
24
  | libarchive | BSD 2-Clause |
24
25
  | libexif | LGPLv3 |
25
26
  | libffi | MIT Licence |
26
27
  | libheif | LGPLv3 |
27
28
  | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
28
- | mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
29
29
  | libnsgif | MIT Licence |
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 |
37
- | orc | [orc License](https://gitlab.freedesktop.org/gstreamer/orc/blob/master/COPYING) (BSD-like) |
37
+ | mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
38
38
  | pango | LGPLv3 |
39
39
  | pixman | MIT Licence |
40
40
  | proxy-libintl | LGPLv3 |
@@ -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-darwin-x64",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
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,7 +1,7 @@
1
1
  {
2
2
  "aom": "3.7.0",
3
3
  "archive": "3.7.2",
4
- "cairo": "1.17.8",
4
+ "cairo": "1.18.0",
5
5
  "cgif": "0.3.2",
6
6
  "exif": "0.6.24",
7
7
  "expat": "2.5.0",
@@ -10,13 +10,13 @@
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.0",
15
- "heif": "1.16.2",
13
+ "glib": "2.78.1",
14
+ "harfbuzz": "8.2.2",
15
+ "heif": "1.17.3",
16
+ "highway": "1.0.7",
16
17
  "imagequant": "2.4.1",
17
18
  "lcms": "2.15",
18
- "mozjpeg": "4.1.4",
19
- "orc": "0.4.34",
19
+ "mozjpeg": "4.1.5",
20
20
  "pango": "1.51.0",
21
21
  "pixman": "0.42.2",
22
22
  "png": "1.6.40",
@@ -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.14.5",
27
+ "vips": "8.15.0-rc2",
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
  }