@img/sharp-libvips-dev-wasm32 1.0.3 → 1.0.5

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 (119) hide show
  1. package/include/aom/aom_decoder.h +1 -1
  2. package/include/aom/aom_encoder.h +7 -1
  3. package/include/aom/aom_image.h +24 -12
  4. package/include/aom/aom_integer.h +3 -3
  5. package/include/aom/aomcx.h +15 -0
  6. package/include/aom/aomdx.h +5 -2
  7. package/include/cgif.h +3 -0
  8. package/include/glib-2.0/gio/gappinfo.h +40 -25
  9. package/include/glib-2.0/gio/gasyncresult.h +1 -1
  10. package/include/glib-2.0/gio/gconverter.h +5 -0
  11. package/include/glib-2.0/gio/gdbusintrospection.h +1 -1
  12. package/include/glib-2.0/gio/gfile.h +16 -0
  13. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  14. package/include/glib-2.0/gio/gsettings.h +8 -0
  15. package/include/glib-2.0/gio/gvfs.h +2 -2
  16. package/include/glib-2.0/glib/gbookmarkfile.h +1 -1
  17. package/include/glib-2.0/glib/giochannel.h +2 -2
  18. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  19. package/include/glib-2.0/glib/gmacros.h +12 -5
  20. package/include/glib-2.0/glib/gmain.h +93 -7
  21. package/include/glib-2.0/glib/gqsort.h +8 -1
  22. package/include/glib-2.0/glib/gstrfuncs.h +0 -12
  23. package/include/glib-2.0/glib/gstrvbuilder.h +3 -0
  24. package/include/glib-2.0/glib/gunicode.h +1 -1
  25. package/include/glib-2.0/glib/gversionmacros.h +9 -0
  26. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  27. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  28. package/include/glib-2.0/gobject/gtype.h +6 -6
  29. package/include/hwy/abort.h +28 -0
  30. package/include/hwy/aligned_allocator.h +48 -1
  31. package/include/hwy/base.h +235 -34
  32. package/include/hwy/detect_compiler_arch.h +84 -10
  33. package/include/hwy/detect_targets.h +95 -29
  34. package/include/hwy/foreach_target.h +12 -1
  35. package/include/hwy/highway.h +205 -50
  36. package/include/hwy/ops/arm_neon-inl.h +841 -99
  37. package/include/hwy/ops/arm_sve-inl.h +413 -141
  38. package/include/hwy/ops/emu128-inl.h +373 -360
  39. package/include/hwy/ops/generic_ops-inl.h +804 -401
  40. package/include/hwy/ops/inside-inl.h +691 -0
  41. package/include/hwy/ops/ppc_vsx-inl.h +456 -166
  42. package/include/hwy/ops/rvv-inl.h +537 -249
  43. package/include/hwy/ops/scalar-inl.h +169 -79
  44. package/include/hwy/ops/set_macros-inl.h +106 -18
  45. package/include/hwy/ops/shared-inl.h +23 -0
  46. package/include/hwy/ops/wasm_128-inl.h +130 -108
  47. package/include/hwy/ops/x86_128-inl.h +1892 -577
  48. package/include/hwy/ops/x86_256-inl.h +625 -184
  49. package/include/hwy/ops/x86_512-inl.h +733 -131
  50. package/include/hwy/targets.h +22 -21
  51. package/include/hwy/timer-inl.h +3 -3
  52. package/include/hwy/timer.h +5 -1
  53. package/include/libheif/heif.h +170 -15
  54. package/include/libheif/heif_items.h +237 -0
  55. package/include/libheif/heif_properties.h +38 -2
  56. package/include/libheif/heif_regions.h +1 -1
  57. package/include/libheif/heif_version.h +2 -2
  58. package/include/resvg.h +2 -12
  59. package/include/vips/util.h +1 -2
  60. package/include/vips/version.h +4 -4
  61. package/include/webp/decode.h +58 -56
  62. package/include/webp/demux.h +25 -21
  63. package/include/webp/encode.h +44 -39
  64. package/include/webp/mux.h +76 -15
  65. package/include/webp/mux_types.h +2 -1
  66. package/include/webp/sharpyuv/sharpyuv.h +77 -8
  67. package/include/webp/types.h +29 -8
  68. package/include/zconf.h +1 -1
  69. package/include/zlib.h +12 -12
  70. package/lib/glib-2.0/include/glibconfig.h +2 -2
  71. package/lib/libaom.a +0 -0
  72. package/lib/libcgif.a +0 -0
  73. package/lib/libexif.a +0 -0
  74. package/lib/libexpat.a +0 -0
  75. package/lib/libffi.a +0 -0
  76. package/lib/libgio-2.0.a +0 -0
  77. package/lib/libglib-2.0.a +0 -0
  78. package/lib/libgmodule-2.0.a +0 -0
  79. package/lib/libgobject-2.0.a +0 -0
  80. package/lib/libgthread-2.0.a +0 -0
  81. package/lib/libheif.a +0 -0
  82. package/lib/libhwy.a +0 -0
  83. package/lib/libimagequant.a +0 -0
  84. package/lib/libjpeg.a +0 -0
  85. package/lib/liblcms2.a +0 -0
  86. package/lib/libresvg.a +0 -0
  87. package/lib/libsharpyuv.a +0 -0
  88. package/lib/libsharpyuv.la +4 -4
  89. package/lib/libspng.a +0 -0
  90. package/lib/libtiff.a +0 -0
  91. package/lib/libvips-cpp.a +0 -0
  92. package/lib/libvips.a +0 -0
  93. package/lib/libwebp.a +0 -0
  94. package/lib/libwebp.la +2 -2
  95. package/lib/libwebpdemux.a +0 -0
  96. package/lib/libwebpdemux.la +2 -2
  97. package/lib/libwebpmux.a +0 -0
  98. package/lib/libwebpmux.la +4 -4
  99. package/lib/libz.a +0 -0
  100. package/lib/pkgconfig/aom.pc +2 -2
  101. package/lib/pkgconfig/cgif.pc +1 -1
  102. package/lib/pkgconfig/gio-2.0.pc +1 -1
  103. package/lib/pkgconfig/glib-2.0.pc +1 -1
  104. package/lib/pkgconfig/gmodule-2.0.pc +1 -1
  105. package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  106. package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  107. package/lib/pkgconfig/gobject-2.0.pc +1 -1
  108. package/lib/pkgconfig/gthread-2.0.pc +1 -1
  109. package/lib/pkgconfig/libheif.pc +1 -10
  110. package/lib/pkgconfig/libhwy.pc +1 -1
  111. package/lib/pkgconfig/libsharpyuv.pc +1 -1
  112. package/lib/pkgconfig/libwebp.pc +1 -1
  113. package/lib/pkgconfig/libwebpdemux.pc +1 -1
  114. package/lib/pkgconfig/libwebpmux.pc +1 -1
  115. package/lib/pkgconfig/vips-cpp.pc +1 -1
  116. package/lib/pkgconfig/vips.pc +1 -1
  117. package/lib/pkgconfig/zlib.pc +1 -1
  118. package/package.json +1 -1
  119. package/versions.json +10 -10
package/include/zlib.h CHANGED
@@ -1,9 +1,9 @@
1
1
  #ifndef ZLIB_H_
2
2
  #define ZLIB_H_
3
3
  /* zlib.h -- interface of the 'zlib-ng' compression library
4
- Forked from and compatible with zlib 1.2.13
4
+ Forked from and compatible with zlib 1.3.1
5
5
 
6
- Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
6
+ Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
7
7
 
8
8
  This software is provided 'as-is', without any express or implied
9
9
  warranty. In no event will the authors be held liable for any damages
@@ -49,20 +49,20 @@
49
49
  extern "C" {
50
50
  #endif
51
51
 
52
- #define ZLIBNG_VERSION "2.1.6"
53
- #define ZLIBNG_VERNUM 0x020106F0L /* MMNNRRSM: major minor revision status modified */
52
+ #define ZLIBNG_VERSION "2.2.1"
53
+ #define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */
54
54
  #define ZLIBNG_VER_MAJOR 2
55
- #define ZLIBNG_VER_MINOR 1
56
- #define ZLIBNG_VER_REVISION 6
55
+ #define ZLIBNG_VER_MINOR 2
56
+ #define ZLIBNG_VER_REVISION 1
57
57
  #define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
58
58
  #define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
59
59
  #define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
60
60
 
61
- #define ZLIB_VERSION "1.3.0.zlib-ng"
62
- #define ZLIB_VERNUM 0x130f
61
+ #define ZLIB_VERSION "1.3.1.zlib-ng"
62
+ #define ZLIB_VERNUM 0x131f
63
63
  #define ZLIB_VER_MAJOR 1
64
64
  #define ZLIB_VER_MINOR 3
65
- #define ZLIB_VER_REVISION 0
65
+ #define ZLIB_VER_REVISION 1
66
66
  #define ZLIB_VER_SUBREVISION 15 /* 15=fork (0xf) */
67
67
 
68
68
  /*
@@ -220,7 +220,7 @@ typedef gz_header *gz_headerp;
220
220
  #define Z_DEFLATED 8
221
221
  /* The deflate compression method (the only one supported in this version) */
222
222
 
223
- #define Z_NULL NULL /* for compatibility with zlib, was for initializing zalloc, zfree, opaque */
223
+ #define Z_NULL 0 /* for compatibility with zlib, was for initializing zalloc, zfree, opaque */
224
224
 
225
225
  #define zlib_version zlibVersion()
226
226
  /* for compatibility with versions < 1.0.2 */
@@ -1732,14 +1732,14 @@ Z_EXTERN unsigned long Z_EXPORT crc32_combine(unsigned long crc1, unsigned long
1732
1732
  seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
1733
1733
  calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1734
1734
  check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
1735
- len2.
1735
+ len2. len2 must be non-negative.
1736
1736
  */
1737
1737
 
1738
1738
  /*
1739
1739
  Z_EXTERN unsigned long Z_EXPORT crc32_combine_gen(z_off_t len2);
1740
1740
 
1741
1741
  Return the operator corresponding to length len2, to be used with
1742
- crc32_combine_op().
1742
+ crc32_combine_op(). len2 must be non-negative.
1743
1743
  */
1744
1744
 
1745
1745
  Z_EXTERN unsigned long Z_EXPORT crc32_combine_op(unsigned long crc1, unsigned long crc2,
@@ -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 80
118
- #define GLIB_MICRO_VERSION 0
117
+ #define GLIB_MINOR_VERSION 81
118
+ #define GLIB_MICRO_VERSION 1
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/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/libresvg.a CHANGED
Binary file
package/lib/libsharpyuv.a CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  # libsharpyuv.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5
2
+ # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -23,9 +23,9 @@ dependency_libs=' -lm -L/src/build/target/lib'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libsharpyuv.
26
- current=0
27
- age=0
28
- revision=1
26
+ current=1
27
+ age=1
28
+ revision=0
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
package/lib/libspng.a CHANGED
Binary file
package/lib/libtiff.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
package/lib/libwebp.la CHANGED
@@ -1,5 +1,5 @@
1
1
  # libwebp.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5
2
+ # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libwebp.
26
26
  current=8
27
27
  age=1
28
- revision=8
28
+ revision=9
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
@@ -1,5 +1,5 @@
1
1
  # libwebpdemux.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5
2
+ # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libwebpdemux.
26
26
  current=2
27
27
  age=0
28
- revision=14
28
+ revision=15
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
package/lib/libwebpmux.a CHANGED
Binary file
package/lib/libwebpmux.la CHANGED
@@ -1,5 +1,5 @@
1
1
  # libwebpmux.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5
2
+ # Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -23,9 +23,9 @@ dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libwebp.la /src/
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libwebpmux.
26
- current=3
27
- age=0
28
- revision=13
26
+ current=4
27
+ age=1
28
+ revision=0
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
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.8.2.
9
- Version: 3.8.2
8
+ Description: Alliance for Open Media AV1 codec library v3.9.1.
9
+ Version: 3.9.1
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.3.2
7
+ Version: 0.4.1
8
8
  Libs: -L${libdir} -lcgif
9
9
  Cflags: -I${includedir}
@@ -18,7 +18,7 @@ gsettings=${bindir}/gsettings
18
18
 
19
19
  Name: GIO
20
20
  Description: glib I/O library
21
- Version: 2.80.0
21
+ Version: 2.81.1
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.80.0
14
+ Version: 2.81.1
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.80.0
9
+ Version: 2.81.1
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.80.0
9
+ Version: 2.81.1
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.80.0
9
+ Version: 2.81.1
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.80.0
7
+ Version: 2.81.1
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.80.0
7
+ Version: 2.81.1
8
8
  Requires: glib-2.0
9
9
  Libs: -L${libdir} -lgthread-2.0 -pthread
10
10
  Cflags: -I${includedir} -pthread
@@ -3,19 +3,10 @@ exec_prefix=${prefix}
3
3
  libdir=${exec_prefix}/lib
4
4
  includedir=${prefix}/include
5
5
 
6
- # Contrary to older versions of libheif (<= 1.14.2), the available-codec-variables are now all set to 'yes'
7
- # as since 1.14.0, codecs can be dynamically loaded at runtime and it is not possible anymore to determine
8
- # the available codecs at compile-time. You'll get an unknown codec error at runtime if you try to use an
9
- # unavailable codec.
10
- builtin_h265_decoder=yes
11
- builtin_h265_encoder=yes
12
- builtin_avif_decoder=yes
13
- builtin_avif_encoder=yes
14
-
15
6
  Name: libheif
16
7
  Description: HEIF image codec.
17
8
  URL: https://github.com/strukturag/libheif
18
- Version: 1.17.6
9
+ Version: 1.18.2
19
10
  Requires:
20
11
  Requires.private: aom libsharpyuv
21
12
  Libs: -L${libdir} -lheif
@@ -5,6 +5,6 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: libhwy
7
7
  Description: Efficient and performance-portable SIMD wrapper
8
- Version: 1.1.0
8
+ Version: 1.2.0
9
9
  Libs: -L${libdir} -lhwy
10
10
  Cflags: -I${includedir} -DHWY_STATIC_DEFINE
@@ -5,7 +5,7 @@ includedir=${prefix}/include/webp
5
5
 
6
6
  Name: libsharpyuv
7
7
  Description: Library for sharp RGB to YUV conversion
8
- Version: 1.3.2
8
+ Version: 1.4.0
9
9
  Cflags: -I${includedir}
10
10
  Libs: -L${libdir} -lsharpyuv
11
11
  Libs.private: -lm
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: libwebp
7
7
  Description: Library for the WebP graphics format
8
- Version: 1.3.2
8
+ Version: 1.4.0
9
9
  Requires.private: libsharpyuv
10
10
  Cflags: -I${includedir}
11
11
  Libs: -L${libdir} -lwebp
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: libwebpdemux
7
7
  Description: Library for parsing the WebP graphics format container
8
- Version: 1.3.2
8
+ Version: 1.4.0
9
9
  Requires.private: libwebp >= 0.2.0
10
10
  Cflags: -I${includedir}
11
11
  Libs: -L${libdir} -lwebpdemux
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: libwebpmux
7
7
  Description: Library for manipulating the WebP graphics format container
8
- Version: 1.3.2
8
+ Version: 1.4.0
9
9
  Requires.private: libwebp >= 0.2.0
10
10
  Cflags: -I${includedir}
11
11
  Libs: -L${libdir} -lwebpmux
@@ -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.15.2
7
+ Version: 8.15.3
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, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.4.0
9
9
  Libs: -L${libdir} -lvips-cpp -pthread -lm -lresvg
10
10
  Cflags: -I${includedir} -pthread -DHAVE_CONFIG_H=1
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips
6
6
  Description: Image processing library
7
- Version: 8.15.2
7
+ Version: 8.15.3
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, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.4.0
9
9
  Libs: -L${libdir} -lvips -pthread -lm -lresvg
10
10
  Cflags: -I${includedir} -pthread -DHAVE_CONFIG_H=1
@@ -7,7 +7,7 @@ includedir=${prefix}/include
7
7
 
8
8
  Name: zlib
9
9
  Description: zlib-ng compression library
10
- Version: 1.3.0.zlib-ng
10
+ Version: 1.3.1.zlib-ng
11
11
 
12
12
  Requires:
13
13
  Libs: -L${libdir} -L${sharedlibdir} -lz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev-wasm32",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
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,20 +1,20 @@
1
1
  {
2
- "aom": "3.8.2",
3
- "cgif": "0.3.2",
4
- "emscripten": "3.1.56",
2
+ "aom": "3.9.1",
3
+ "cgif": "0.4.1",
4
+ "emscripten": "3.1.64",
5
5
  "exif": "0.6.24",
6
6
  "expat": "2.6.2",
7
7
  "ffi": "3.4.6",
8
- "glib": "2.80.0",
9
- "heif": "1.17.6",
10
- "highway": "1.1.0",
8
+ "glib": "2.81.1",
9
+ "heif": "1.18.2",
10
+ "highway": "1.2.0",
11
11
  "imagequant": "2.4.1",
12
12
  "lcms": "2.16",
13
13
  "mozjpeg": "4.1.5",
14
- "resvg": "0.40.0",
14
+ "resvg": "0.43.0",
15
15
  "spng": "0.7.4",
16
16
  "tiff": "4.6.0",
17
- "vips": "8.15.2",
18
- "webp": "1.3.2",
19
- "zlib-ng": "2.1.6"
17
+ "vips": "8.15.3",
18
+ "webp": "1.4.0",
19
+ "zlib-ng": "2.2.1"
20
20
  }