@img/sharp-libvips-linux-arm64 0.0.2 → 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 +1 -1
- package/lib/glib-2.0/include/glibconfig.h +1 -1
- package/lib/libvips-cpp.so.42 +0 -0
- package/package.json +1 -1
- package/versions.json +4 -4
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://
|
|
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 |
|
package/lib/libvips-cpp.so.42
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-linux-arm64",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Prebuilt libvips and dependencies for use with sharp on Linux (glibc) 64-bit ARM",
|
|
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.
|
|
13
|
+
"glib": "2.78.1",
|
|
14
14
|
"harfbuzz": "8.2.2",
|
|
15
|
-
"heif": "1.17.
|
|
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-
|
|
27
|
+
"vips": "8.15.0-rc2",
|
|
28
28
|
"webp": "1.3.2",
|
|
29
29
|
"xml": "2.11.5",
|
|
30
|
-
"zlib-ng": "2.1.
|
|
30
|
+
"zlib-ng": "2.1.4"
|
|
31
31
|
}
|