@img/sharp-libvips-dev-wasm32 1.3.0-rc.3 → 1.3.0-rc.4

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.
Files changed (58) hide show
  1. package/include/expat.h +1 -1
  2. package/include/expat_config.h +3 -3
  3. package/include/expat_external.h +1 -1
  4. package/include/glib-2.0/glib/gslice.h +12 -4
  5. package/include/libpng16/png.h +8 -8
  6. package/include/libpng16/pngconf.h +1 -1
  7. package/include/libpng16/pnglibconf.h +1 -1
  8. package/include/png.h +8 -8
  9. package/include/pngconf.h +1 -1
  10. package/include/pnglibconf.h +1 -1
  11. package/include/vips/version.h +4 -4
  12. package/lib/glib-2.0/include/glibconfig.h +2 -2
  13. package/lib/libaom.a +0 -0
  14. package/lib/libcgif.a +0 -0
  15. package/lib/libexif.a +0 -0
  16. package/lib/libexpat.a +0 -0
  17. package/lib/libexpat.la +1 -1
  18. package/lib/libffi.a +0 -0
  19. package/lib/libgio-2.0.a +0 -0
  20. package/lib/libglib-2.0.a +0 -0
  21. package/lib/libgmodule-2.0.a +0 -0
  22. package/lib/libgobject-2.0.a +0 -0
  23. package/lib/libgthread-2.0.a +0 -0
  24. package/lib/libheif.a +0 -0
  25. package/lib/libhwy.a +0 -0
  26. package/lib/libimagequant.a +0 -0
  27. package/lib/libjpeg.a +0 -0
  28. package/lib/liblcms2.a +0 -0
  29. package/lib/libpng.a +0 -0
  30. package/lib/libpng.la +2 -2
  31. package/lib/libpng16.a +0 -0
  32. package/lib/libpng16.la +2 -2
  33. package/lib/libresvg.a +0 -0
  34. package/lib/libsharpyuv.a +0 -0
  35. package/lib/libtiff.a +0 -0
  36. package/lib/libuhdr.a +0 -0
  37. package/lib/libvips-cpp.a +0 -0
  38. package/lib/libvips.a +0 -0
  39. package/lib/libwebp.a +0 -0
  40. package/lib/libwebpdemux.a +0 -0
  41. package/lib/libwebpmux.a +0 -0
  42. package/lib/libz.a +0 -0
  43. package/lib/pkgconfig/aom.pc +2 -2
  44. package/lib/pkgconfig/cgif.pc +1 -1
  45. package/lib/pkgconfig/expat.pc +1 -1
  46. package/lib/pkgconfig/gio-2.0.pc +1 -1
  47. package/lib/pkgconfig/glib-2.0.pc +1 -1
  48. package/lib/pkgconfig/gmodule-2.0.pc +1 -1
  49. package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  50. package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  51. package/lib/pkgconfig/gobject-2.0.pc +1 -1
  52. package/lib/pkgconfig/gthread-2.0.pc +1 -1
  53. package/lib/pkgconfig/libpng.pc +1 -1
  54. package/lib/pkgconfig/libpng16.pc +1 -1
  55. package/lib/pkgconfig/vips-cpp.pc +1 -1
  56. package/lib/pkgconfig/vips.pc +1 -1
  57. package/package.json +1 -1
  58. package/versions.json +7 -7
package/include/expat.h CHANGED
@@ -1082,7 +1082,7 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
1082
1082
  */
1083
1083
  # define XML_MAJOR_VERSION 2
1084
1084
  # define XML_MINOR_VERSION 7
1085
- # define XML_MICRO_VERSION 4
1085
+ # define XML_MICRO_VERSION 5
1086
1086
 
1087
1087
  # ifdef __cplusplus
1088
1088
  }
@@ -80,7 +80,7 @@
80
80
  #define PACKAGE_NAME "expat"
81
81
 
82
82
  /* Define to the full name and version of this package. */
83
- #define PACKAGE_STRING "expat 2.7.4"
83
+ #define PACKAGE_STRING "expat 2.7.5"
84
84
 
85
85
  /* Define to the one symbol short name of this package. */
86
86
  #define PACKAGE_TARNAME "expat"
@@ -89,7 +89,7 @@
89
89
  #define PACKAGE_URL ""
90
90
 
91
91
  /* Define to the version of this package. */
92
- #define PACKAGE_VERSION "2.7.4"
92
+ #define PACKAGE_VERSION "2.7.5"
93
93
 
94
94
  /* Define to 1 if all of the C89 standard headers exist (not just the ones
95
95
  required in a freestanding environment). This macro is provided for
@@ -97,7 +97,7 @@
97
97
  #define STDC_HEADERS 1
98
98
 
99
99
  /* Version number of package */
100
- #define VERSION "2.7.4"
100
+ #define VERSION "2.7.5"
101
101
 
102
102
  /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
103
103
  significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -12,7 +12,7 @@
12
12
  Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net>
13
13
  Copyright (c) 2002-2006 Karl Waclawek <karl@waclawek.net>
14
14
  Copyright (c) 2016 Cristian Rodríguez <crrodriguez@opensuse.org>
15
- Copyright (c) 2016-2025 Sebastian Pipping <sebastian@pipping.org>
15
+ Copyright (c) 2016-2026 Sebastian Pipping <sebastian@pipping.org>
16
16
  Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
17
17
  Copyright (c) 2018 Yury Gribov <tetra2005@gmail.com>
18
18
  Licensed under the MIT license:
@@ -45,21 +45,29 @@ GLIB_AVAILABLE_IN_ALL
45
45
  void g_slice_free_chain_with_offset (gsize block_size,
46
46
  gpointer mem_chain,
47
47
  gsize next_offset);
48
- #define g_slice_new(type) ((type*) g_slice_alloc (MAX (sizeof (type), 1)))
48
+
49
+ #ifndef __GI_SCANNER__
50
+ /* Private helper to give the allocation size for a struct — we want to
51
+ * guarantee non-empty allocations, so it returns a minimum of 1B. This is
52
+ * necessary because some compilers do allow empty (zero size) structs. */
53
+ #define g_slice_alloc_size(type) (sizeof (type) > 0 ? sizeof (type) : 1)
54
+ #endif
55
+
56
+ #define g_slice_new(type) ((type*) g_slice_alloc (g_slice_alloc_size (type)))
49
57
 
50
58
  /* Allow the compiler to inline memset(). Since the size is a constant, this
51
59
  * can significantly improve performance. */
52
60
  #if defined (__GNUC__) && (__GNUC__ >= 2) && defined (__OPTIMIZE__)
53
61
  # define g_slice_new0(type) \
54
62
  (type *) (G_GNUC_EXTENSION ({ \
55
- gsize __s = MAX (sizeof (type), 1); \
63
+ gsize __s = g_slice_alloc_size (type); \
56
64
  gpointer __p; \
57
65
  __p = g_slice_alloc (__s); \
58
66
  memset (__p, 0, __s); \
59
67
  __p; \
60
68
  }))
61
69
  #else
62
- # define g_slice_new0(type) ((type*) g_slice_alloc0 (MAX (sizeof (type), 1)))
70
+ # define g_slice_new0(type) ((type*) g_slice_alloc0 (g_slice_alloc_size (type)))
63
71
  #endif
64
72
 
65
73
  /* MemoryBlockType *
@@ -76,7 +84,7 @@ void g_slice_free_chain_with_offset (gsize block_size,
76
84
 
77
85
  /* we go through extra hoops to ensure type safety */
78
86
  #define g_slice_dup(type, mem) \
79
- (1 ? (type*) g_slice_copy (MAX (sizeof (type), 1), (mem)) \
87
+ (1 ? (type*) g_slice_copy (g_slice_alloc_size (type), (mem)) \
80
88
  : ((void) ((type*) 0 == (mem)), (type*) 0))
81
89
  #define g_slice_free(type, mem) \
82
90
  G_STMT_START { \
@@ -1,6 +1,6 @@
1
1
  /* png.h - header file for PNG reference library
2
2
  *
3
- * libpng version 1.6.55
3
+ * libpng version 1.6.56
4
4
  *
5
5
  * Copyright (c) 2018-2026 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -14,7 +14,7 @@
14
14
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
15
15
  * libpng versions 0.97, January 1998, through 1.6.35, July 2018:
16
16
  * Glenn Randers-Pehrson
17
- * libpng versions 1.6.36, December 2018, through 1.6.55, February 2026:
17
+ * libpng versions 1.6.36, December 2018, through 1.6.56, March 2026:
18
18
  * Cosmin Truta
19
19
  * See also "Contributing Authors", below.
20
20
  */
@@ -238,7 +238,7 @@
238
238
  * ...
239
239
  * 1.5.30 15 10530 15.so.15.30[.0]
240
240
  * ...
241
- * 1.6.55 16 10655 16.so.16.55[.0]
241
+ * 1.6.56 16 10656 16.so.16.56[.0]
242
242
  *
243
243
  * Henceforth the source version will match the shared-library major and
244
244
  * minor numbers; the shared-library major version number will be used for
@@ -274,7 +274,7 @@
274
274
  */
275
275
 
276
276
  /* Version information for png.h - this should match the version in png.c */
277
- #define PNG_LIBPNG_VER_STRING "1.6.55"
277
+ #define PNG_LIBPNG_VER_STRING "1.6.56"
278
278
  #define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
279
279
 
280
280
  /* The versions of shared library builds should stay in sync, going forward */
@@ -285,7 +285,7 @@
285
285
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
286
286
  #define PNG_LIBPNG_VER_MAJOR 1
287
287
  #define PNG_LIBPNG_VER_MINOR 6
288
- #define PNG_LIBPNG_VER_RELEASE 55
288
+ #define PNG_LIBPNG_VER_RELEASE 56
289
289
 
290
290
  /* This should be zero for a public release, or non-zero for a
291
291
  * development version.
@@ -316,7 +316,7 @@
316
316
  * From version 1.0.1 it is:
317
317
  * XXYYZZ, where XX=major, YY=minor, ZZ=release
318
318
  */
319
- #define PNG_LIBPNG_VER 10655 /* 1.6.55 */
319
+ #define PNG_LIBPNG_VER 10656 /* 1.6.56 */
320
320
 
321
321
  /* Library configuration: these options cannot be changed after
322
322
  * the library has been built.
@@ -426,7 +426,7 @@ extern "C" {
426
426
  /* This triggers a compiler error in png.c, if png.c and png.h
427
427
  * do not agree upon the version number.
428
428
  */
429
- typedef char *png_libpng_version_1_6_55;
429
+ typedef char *png_libpng_version_1_6_56;
430
430
 
431
431
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
432
432
  *
@@ -2341,7 +2341,7 @@ PNG_EXPORT(162, int, png_get_text,
2341
2341
  #endif
2342
2342
 
2343
2343
  /* Note while png_set_text() will accept a structure whose text,
2344
- * language, and translated keywords are NULL pointers, the structure
2344
+ * language, and translated keywords are NULL pointers, the structure
2345
2345
  * returned by png_get_text will always contain regular
2346
2346
  * zero-terminated C strings. They might be empty strings but
2347
2347
  * they will never be NULL pointers.
@@ -1,6 +1,6 @@
1
1
  /* pngconf.h - machine-configurable file for libpng
2
2
  *
3
- * libpng version 1.6.55
3
+ * libpng version 1.6.56
4
4
  *
5
5
  * Copyright (c) 2018-2026 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.55 */
3
+ /* libpng version 1.6.56 */
4
4
 
5
5
  /* Copyright (c) 2018-2026 Cosmin Truta */
6
6
  /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
package/include/png.h CHANGED
@@ -1,6 +1,6 @@
1
1
  /* png.h - header file for PNG reference library
2
2
  *
3
- * libpng version 1.6.55
3
+ * libpng version 1.6.56
4
4
  *
5
5
  * Copyright (c) 2018-2026 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -14,7 +14,7 @@
14
14
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
15
15
  * libpng versions 0.97, January 1998, through 1.6.35, July 2018:
16
16
  * Glenn Randers-Pehrson
17
- * libpng versions 1.6.36, December 2018, through 1.6.55, February 2026:
17
+ * libpng versions 1.6.36, December 2018, through 1.6.56, March 2026:
18
18
  * Cosmin Truta
19
19
  * See also "Contributing Authors", below.
20
20
  */
@@ -238,7 +238,7 @@
238
238
  * ...
239
239
  * 1.5.30 15 10530 15.so.15.30[.0]
240
240
  * ...
241
- * 1.6.55 16 10655 16.so.16.55[.0]
241
+ * 1.6.56 16 10656 16.so.16.56[.0]
242
242
  *
243
243
  * Henceforth the source version will match the shared-library major and
244
244
  * minor numbers; the shared-library major version number will be used for
@@ -274,7 +274,7 @@
274
274
  */
275
275
 
276
276
  /* Version information for png.h - this should match the version in png.c */
277
- #define PNG_LIBPNG_VER_STRING "1.6.55"
277
+ #define PNG_LIBPNG_VER_STRING "1.6.56"
278
278
  #define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
279
279
 
280
280
  /* The versions of shared library builds should stay in sync, going forward */
@@ -285,7 +285,7 @@
285
285
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
286
286
  #define PNG_LIBPNG_VER_MAJOR 1
287
287
  #define PNG_LIBPNG_VER_MINOR 6
288
- #define PNG_LIBPNG_VER_RELEASE 55
288
+ #define PNG_LIBPNG_VER_RELEASE 56
289
289
 
290
290
  /* This should be zero for a public release, or non-zero for a
291
291
  * development version.
@@ -316,7 +316,7 @@
316
316
  * From version 1.0.1 it is:
317
317
  * XXYYZZ, where XX=major, YY=minor, ZZ=release
318
318
  */
319
- #define PNG_LIBPNG_VER 10655 /* 1.6.55 */
319
+ #define PNG_LIBPNG_VER 10656 /* 1.6.56 */
320
320
 
321
321
  /* Library configuration: these options cannot be changed after
322
322
  * the library has been built.
@@ -426,7 +426,7 @@ extern "C" {
426
426
  /* This triggers a compiler error in png.c, if png.c and png.h
427
427
  * do not agree upon the version number.
428
428
  */
429
- typedef char *png_libpng_version_1_6_55;
429
+ typedef char *png_libpng_version_1_6_56;
430
430
 
431
431
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
432
432
  *
@@ -2341,7 +2341,7 @@ PNG_EXPORT(162, int, png_get_text,
2341
2341
  #endif
2342
2342
 
2343
2343
  /* Note while png_set_text() will accept a structure whose text,
2344
- * language, and translated keywords are NULL pointers, the structure
2344
+ * language, and translated keywords are NULL pointers, the structure
2345
2345
  * returned by png_get_text will always contain regular
2346
2346
  * zero-terminated C strings. They might be empty strings but
2347
2347
  * they will never be NULL pointers.
package/include/pngconf.h CHANGED
@@ -1,6 +1,6 @@
1
1
  /* pngconf.h - machine-configurable file for libpng
2
2
  *
3
- * libpng version 1.6.55
3
+ * libpng version 1.6.56
4
4
  *
5
5
  * Copyright (c) 2018-2026 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.55 */
3
+ /* libpng version 1.6.56 */
4
4
 
5
5
  /* Copyright (c) 2018-2026 Cosmin Truta */
6
6
  /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
@@ -4,16 +4,16 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.18.1"
8
- #define VIPS_VERSION_STRING "8.18.1"
7
+ #define VIPS_VERSION "8.18.2"
8
+ #define VIPS_VERSION_STRING "8.18.2"
9
9
  #define VIPS_MAJOR_VERSION (8)
10
10
  #define VIPS_MINOR_VERSION (18)
11
- #define VIPS_MICRO_VERSION (1)
11
+ #define VIPS_MICRO_VERSION (2)
12
12
 
13
13
  /* The ABI version, as used for library versioning.
14
14
  */
15
15
  #define VIPS_LIBRARY_CURRENT (62)
16
- #define VIPS_LIBRARY_REVISION (1)
16
+ #define VIPS_LIBRARY_REVISION (2)
17
17
  #define VIPS_LIBRARY_AGE (20)
18
18
 
19
19
  #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable C++ binding: true\nenable RAD load/save: true\nenable Analyze7 load: true\nenable PPM load/save: true\nenable GIF load: true\nFFTs with fftw: false\nSIMD support with libhwy: true\nICC profile support with lcms2: true\ndeflate compression with zlib: true\ntext rendering with pangocairo: false\nfont file support with fontconfig: false\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nUHDR load/save with libuhdr: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with libpng: true\nimage quantisation with imagequant: true\nTIFF load/save with libtiff-4: true\nimage pyramid save with libarchive: false\nHEIC/AVIF load/save with libheif: true (dynamic module: false)\nWebP load/save with libwebp: true\nPDF load with PDFium or Poppler: false (dynamic module: false)\nSVG load with librsvg or resvg: true (dynamic module: false)\nEXR load with OpenEXR: false\nWSI load with OpenSlide: false (dynamic module: false)\nMatlab load with Matio: false\nNIfTI load/save with libnifti: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nRAW load with libraw: false\nMagick load/save with MagickCore: false (dynamic module: false)"
@@ -114,8 +114,8 @@ typedef unsigned int guintptr;
114
114
  #define G_GUINTPTR_FORMAT "u"
115
115
 
116
116
  #define GLIB_MAJOR_VERSION 2
117
- #define GLIB_MINOR_VERSION 87
118
- #define GLIB_MICRO_VERSION 5
117
+ #define GLIB_MINOR_VERSION 88
118
+ #define GLIB_MICRO_VERSION 0
119
119
 
120
120
  #define G_OS_UNIX
121
121
  #define G_PLATFORM_WASM
package/lib/libaom.a CHANGED
Binary file
package/lib/libcgif.a CHANGED
Binary file
package/lib/libexif.a CHANGED
Binary file
package/lib/libexpat.a CHANGED
Binary file
package/lib/libexpat.la CHANGED
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libexpat.
26
26
  current=12
27
27
  age=11
28
- revision=2
28
+ revision=3
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
package/lib/libffi.a CHANGED
Binary file
package/lib/libgio-2.0.a CHANGED
Binary file
package/lib/libglib-2.0.a CHANGED
Binary file
Binary file
Binary file
Binary file
package/lib/libheif.a CHANGED
Binary file
package/lib/libhwy.a CHANGED
Binary file
Binary file
package/lib/libjpeg.a CHANGED
Binary file
package/lib/liblcms2.a CHANGED
Binary file
package/lib/libpng.a CHANGED
Binary file
package/lib/libpng.la CHANGED
@@ -23,8 +23,8 @@ dependency_libs=' -L/src/build/target/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=71
27
- age=55
26
+ current=72
27
+ age=56
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
package/lib/libpng16.a CHANGED
Binary file
package/lib/libpng16.la CHANGED
@@ -23,8 +23,8 @@ dependency_libs=' -L/src/build/target/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=71
27
- age=55
26
+ current=72
27
+ age=56
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
package/lib/libresvg.a CHANGED
Binary file
package/lib/libsharpyuv.a CHANGED
Binary file
package/lib/libtiff.a CHANGED
Binary file
package/lib/libuhdr.a CHANGED
Binary file
package/lib/libvips-cpp.a CHANGED
Binary file
package/lib/libvips.a CHANGED
Binary file
package/lib/libwebp.a CHANGED
Binary file
Binary file
package/lib/libwebpmux.a CHANGED
Binary file
package/lib/libz.a CHANGED
Binary file
@@ -5,8 +5,8 @@ includedir=${prefix}/include
5
5
  libdir=${exec_prefix}/lib
6
6
 
7
7
  Name: aom
8
- Description: Alliance for Open Media AV1 codec library v3.13.1.
9
- Version: 3.13.1
8
+ Description: Alliance for Open Media AV1 codec library v3.13.2.
9
+ Version: 3.13.2
10
10
  Requires:
11
11
  Conflicts:
12
12
  Libs: -L${libdir} -laom
@@ -4,6 +4,6 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: cgif
6
6
  Description: A fast and lightweight GIF encoder
7
- Version: 0.5.2
7
+ Version: 0.5.3
8
8
  Libs: -L${libdir} -lcgif
9
9
  Cflags: -I${includedir}
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
4
4
  includedir=${prefix}/include
5
5
 
6
6
  Name: expat
7
- Version: 2.7.4
7
+ Version: 2.7.5
8
8
  Description: expat XML parser
9
9
  URL: https://libexpat.github.io/
10
10
  Libs: -L${libdir} -lexpat
@@ -18,7 +18,7 @@ gsettings=${bindir}/gsettings
18
18
 
19
19
  Name: GIO
20
20
  Description: glib I/O library
21
- Version: 2.87.5
21
+ Version: 2.88.0
22
22
  Requires: glib-2.0, gobject-2.0, gmodule-no-export-2.0, zlib
23
23
  Libs: -L${libdir} -lgio-2.0
24
24
  Cflags: -I${includedir}
@@ -11,6 +11,6 @@ glib_valgrind_suppressions=${datadir}/glib-2.0/valgrind/glib.supp
11
11
 
12
12
  Name: GLib
13
13
  Description: C Utility Library
14
- Version: 2.87.5
14
+ Version: 2.88.0
15
15
  Libs: -L${libdir} -lglib-2.0 -lm -pthread
16
16
  Cflags: -I${includedir}/glib-2.0 -pthread -I${libdir}/glib-2.0/include
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.87.5
9
+ Version: 2.88.0
10
10
  Requires: gmodule-no-export-2.0, glib-2.0
11
11
  Libs: -Wl,--export-dynamic
12
12
  Cflags: -I${includedir}
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.87.5
9
+ Version: 2.88.0
10
10
  Requires: gmodule-no-export-2.0, glib-2.0
11
11
  Libs: -Wl,--export-dynamic
12
12
  Cflags: -I${includedir}
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.87.5
9
+ Version: 2.88.0
10
10
  Requires: glib-2.0
11
11
  Libs: -L${libdir} -lgmodule-2.0 -pthread
12
12
  Cflags: -I${includedir} -pthread
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: GObject
6
6
  Description: GLib Type, Object, Parameter and Signal Library
7
- Version: 2.87.5
7
+ Version: 2.88.0
8
8
  Requires: glib-2.0, libffi >= 3.0.0
9
9
  Libs: -L${libdir} -lgobject-2.0
10
10
  Cflags: -I${includedir}
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: GThread
6
6
  Description: Thread support for GLib
7
- Version: 2.87.5
7
+ Version: 2.88.0
8
8
  Requires: glib-2.0
9
9
  Libs: -L${libdir} -lgthread-2.0 -pthread
10
10
  Cflags: -I${includedir} -pthread
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.55
8
+ Version: 1.6.56
9
9
  Requires.private: zlib
10
10
  Libs: -L${libdir} -lpng16
11
11
  Libs.private: -lz
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.55
8
+ Version: 1.6.56
9
9
  Requires.private: zlib
10
10
  Libs: -L${libdir} -lpng16
11
11
  Libs.private: -lz
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips-cpp
6
6
  Description: C++ API for vips8 image processing library
7
- Version: 8.18.1
7
+ Version: 8.18.2
8
8
  Requires: vips, glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, libuhdr, libpng >= 1.2.9, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
9
9
  Libs: -L${libdir} -lvips-cpp -lresvg -pthread -lm
10
10
  Cflags: -I${includedir} -DHAVE_CONFIG_H -pthread
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips
6
6
  Description: Image processing library
7
- Version: 8.18.1
7
+ Version: 8.18.2
8
8
  Requires: glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, libuhdr, libpng >= 1.2.9, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
9
9
  Libs: -L${libdir} -lvips -lresvg -pthread -lm
10
10
  Cflags: -I${includedir} -DHAVE_CONFIG_H -pthread
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev-wasm32",
3
- "version": "1.3.0-rc.3",
3
+ "version": "1.3.0-rc.4",
4
4
  "description": "Header files and static wasm32 libraries for libvips and dependencies to build sharp as wasm32",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
package/versions.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
- "aom": "3.13.1",
3
- "cgif": "0.5.2",
4
- "emscripten": "5.0.3",
2
+ "aom": "3.13.2",
3
+ "cgif": "0.5.3",
4
+ "emscripten": "5.0.4",
5
5
  "exif": "0.6.25",
6
- "expat": "2.7.4",
6
+ "expat": "2.7.5",
7
7
  "ffi": "3.5.2",
8
- "glib": "2.87.5",
8
+ "glib": "2.88.0",
9
9
  "heif": "1.21.2",
10
10
  "highway": "1.3.0",
11
11
  "imagequant": "2.4.1",
12
12
  "lcms": "2.18",
13
13
  "mozjpeg": "0826579",
14
- "png": "1.6.55",
14
+ "png": "1.6.56",
15
15
  "resvg": "0.47.0",
16
16
  "tiff": "4.7.1",
17
17
  "uhdr": "1.4.0",
18
- "vips": "8.18.1",
18
+ "vips": "8.18.2",
19
19
  "webp": "1.6.0",
20
20
  "zlib-ng": "2.3.3"
21
21
  }