Skip to content

Commit

Permalink
Merge pull request #26 from zoellner/v3.2.0
Browse files Browse the repository at this point in the history
v3.2.0
  • Loading branch information
zoellner authored Oct 31, 2023
2 parents f6421a2 + 275c9b8 commit 2af6a66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ This lambda layer contains the node module [sharp](https://github.com/lovell/sha

### Dependencies
The following table lists the release version of this repo together with the version of each dependency. Patch versions are related to the build process or documentation and have the same dependencies as the minor version.
| release | sharp | libvips | libheif | libwebp | libde265 | nodejs |
|---------|--------|---------|---------|---------|----------|--------|
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | 12 |
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | 14 |
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
| 3.1.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
| release | sharp | libvips | libheif | libwebp | libde265 | nodejs |
|---------|--------|---------|---------|---------|-----------|--------|
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | 12 |
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | 14 |
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
| 3.1.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
| 3.2.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.3.2 | 1.0.12 | 16 |

### CompatibleRuntimes
- `nodejs12.x` (v1.x)
Expand Down
4 changes: 2 additions & 2 deletions layer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Library Versions
WEBP_VERSION=1.2.4
LIBDE265_VERSION=1.0.8
WEBP_VERSION=1.3.2
LIBDE265_VERSION=1.0.12
LIBHEIF_VERSION=1.12.0
VIPS_VERSION=8.12.2
SHARP_VERSION=0.30.7
Expand Down

0 comments on commit 2af6a66

Please sign in to comment.