@img/sharp-libvips-dev-wasm32 0.0.3 → 1.0.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.
package/README.md CHANGED
@@ -11,6 +11,7 @@ used under the terms of the following licences:
11
11
  |---------------|-----------------------------------------------------------------------------------------------------------|
12
12
  | aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
13
13
  | cgif | MIT Licence |
14
+ | emscripten | [MIT Licence](https://github.com/emscripten-core/emscripten/blob/main/LICENSE) |
14
15
  | expat | MIT Licence |
15
16
  | glib | LGPLv3 |
16
17
  | highway | Apache-2.0 License, BSD 3-Clause |
@@ -28,10 +28,10 @@
28
28
  #define LIBHEIF_HEIF_VERSION_H
29
29
 
30
30
  /* Numeric representation of the version */
31
- #define LIBHEIF_NUMERIC_VERSION ((1<<24) | (17<<16) | (2<<8) | 0)
31
+ #define LIBHEIF_NUMERIC_VERSION ((1<<24) | (17<<16) | (3<<8) | 0)
32
32
 
33
33
  /* Version string */
34
- #define LIBHEIF_VERSION "1.17.2"
34
+ #define LIBHEIF_VERSION "1.17.3"
35
35
 
36
36
  #define LIBHEIF_PLUGIN_DIRECTORY "/src/build/target/lib/libheif"
37
37
 
@@ -132,7 +132,7 @@ typedef unsigned int guintptr;
132
132
  # undef G_HAVE_ISO_VARARGS
133
133
  #endif
134
134
 
135
- #define G_HAVE_GROWING_STACK 1
135
+ #define G_HAVE_GROWING_STACK 0
136
136
 
137
137
  #ifndef _MSC_VER
138
138
  # define G_HAVE_GNUC_VARARGS 1
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
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
Binary file
package/lib/libwebpmux.a CHANGED
Binary file
package/lib/libz.a CHANGED
Binary file
@@ -15,7 +15,7 @@ builtin_avif_encoder=yes
15
15
  Name: libheif
16
16
  Description: HEIF image codec.
17
17
  URL: https://github.com/strukturag/libheif
18
- Version: 1.17.2
18
+ Version: 1.17.3
19
19
  Requires:
20
20
  Requires.private: aom libsharpyuv
21
21
  Libs: -L${libdir} -lheif
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev-wasm32",
3
- "version": "0.0.3",
3
+ "version": "1.0.0",
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
@@ -5,7 +5,7 @@
5
5
  "expat": "2.5.0",
6
6
  "ffi": "3.4.4",
7
7
  "glib": "2.78.1",
8
- "heif": "1.17.2",
8
+ "heif": "1.17.3",
9
9
  "highway": "1.0.7",
10
10
  "imagequant": "2.4.1",
11
11
  "lcms": "2.15",
@@ -13,7 +13,7 @@
13
13
  "resvg": "0.36.0",
14
14
  "spng": "0.7.4",
15
15
  "tiff": "4.6.0",
16
- "vips": "8.15.0-rc2",
16
+ "vips": "8.15.0",
17
17
  "webp": "1.3.2",
18
18
  "zlib-ng": "2.1.4"
19
19
  }