Skip to content

Commit 2af6a66

Browse files
authored
Merge pull request #26 from zoellner/v3.2.0
v3.2.0
2 parents f6421a2 + 275c9b8 commit 2af6a66

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@ This lambda layer contains the node module [sharp](https://github.com/lovell/sha
6767

6868
### Dependencies
6969
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.
70-
| release | sharp | libvips | libheif | libwebp | libde265 | nodejs |
71-
|---------|--------|---------|---------|---------|----------|--------|
72-
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |
73-
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | 12 |
74-
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | 14 |
75-
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
76-
| 3.1.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
70+
| release | sharp | libvips | libheif | libwebp | libde265 | nodejs |
71+
|---------|--------|---------|---------|---------|-----------|--------|
72+
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |
73+
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | 12 |
74+
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | 14 |
75+
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
76+
| 3.1.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
77+
| 3.2.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.3.2 | 1.0.12 | 16 |
7778

7879
### CompatibleRuntimes
7980
- `nodejs12.x` (v1.x)

layer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Library Versions
2-
WEBP_VERSION=1.2.4
3-
LIBDE265_VERSION=1.0.8
2+
WEBP_VERSION=1.3.2
3+
LIBDE265_VERSION=1.0.12
44
LIBHEIF_VERSION=1.12.0
55
VIPS_VERSION=8.12.2
66
SHARP_VERSION=0.30.7

0 commit comments

Comments
 (0)