Expose own version as sharp.versions.sharp #3471

This commit is contained in:
Lovell Fuller
2023-01-17 09:56:58 +00:00
parent c150263ef1
commit 02f855d57a
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
## versions
An Object containing the version numbers of libvips and its dependencies.
An Object containing the version numbers of sharp, libvips and its dependencies.
**Example**

View File

@@ -32,6 +32,9 @@ Requires libvips v8.14.0
[#3470](https://github.com/lovell/sharp/pull/3470)
[@ejoebstl](https://github.com/ejoebstl)
* Expose sharp version as `sharp.versions.sharp`.
[#3471](https://github.com/lovell/sharp/issues/3471)
* Respect `fastShrinkOnLoad` resize option for WebP input.
[#3516](https://github.com/lovell/sharp/issues/3516)