@img/sharp-libvips-linux-arm64 1.3.1-rc.0 → 1.3.2-rc.0

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.
@@ -113,7 +113,7 @@ typedef unsigned long guintptr;
113
113
 
114
114
  #define GLIB_MAJOR_VERSION 2
115
115
  #define GLIB_MINOR_VERSION 89
116
- #define GLIB_MICRO_VERSION 0
116
+ #define GLIB_MICRO_VERSION 1
117
117
 
118
118
  #define G_OS_UNIX
119
119
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-linux-arm64",
3
- "version": "1.3.1-rc.0",
3
+ "version": "1.3.2-rc.0",
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",
@@ -23,10 +23,10 @@
23
23
  ],
24
24
  "type": "commonjs",
25
25
  "exports": {
26
- "./stub": "./lib/stub.node",
27
26
  "./lib": "./lib/index.js",
28
27
  "./package": "./package.json",
29
- "./versions": "./versions.json"
28
+ "./versions": "./versions.json",
29
+ "./binary": "./lib/libvips-cpp.so.8.18.3"
30
30
  },
31
31
  "config": {
32
32
  "glibc": ">=2.28"
package/versions.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "aom": "3.14.1",
3
- "archive": "3.8.7",
3
+ "archive": "3.8.8",
4
4
  "cairo": "1.18.4",
5
5
  "cgif": "0.5.3",
6
6
  "exif": "0.6.26",
7
- "expat": "2.8.1",
8
- "ffi": "3.5.2",
7
+ "expat": "2.8.2",
8
+ "ffi": "3.6.0",
9
9
  "fontconfig": "2.18.1",
10
10
  "freetype": "2.14.3",
11
11
  "fribidi": "1.0.16",
12
- "glib": "2.89.0",
12
+ "glib": "2.89.1",
13
13
  "harfbuzz": "14.2.1",
14
- "heif": "1.23.0",
14
+ "heif": "1.23.1",
15
15
  "highway": "1.4.0",
16
16
  "imagequant": "2.4.1",
17
17
  "lcms": "2.19.1",
@@ -20,9 +20,9 @@
20
20
  "pixman": "0.46.4",
21
21
  "png": "1.6.58",
22
22
  "proxy-libintl": "0.5",
23
- "rsvg": "2.62.3",
24
- "tiff": "072ca92",
25
- "uhdr": "13a058f",
23
+ "rsvg": "2.62.90",
24
+ "tiff": "decd6e0",
25
+ "uhdr": "1acdbed",
26
26
  "vips": "8.18.3",
27
27
  "webp": "1.6.0",
28
28
  "xml2": "2.15.3",
package/lib/stub.node DELETED
File without changes