File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,12 @@ The following table lists the release version of this repo together with the ver
6868| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |
6969| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | 12 |
7070| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | 14 |
71+ | 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
7172
7273### CompatibleRuntimes
7374- ` nodejs12.x ` (v1.x)
7475- ` nodejs14.x ` (v2.x)
76+ - ` nodejs16.x ` (v3.x)
7577
7678
7779## Contributions
Original file line number Diff line number Diff line change 99 "author" : " Andreas Zoellner" ,
1010 "license" : " MIT" ,
1111 "engines" : {
12- "node" : " >=14 .0"
12+ "node" : " >=16 .0"
1313 }
1414}
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Resources:
2525 ContentUri : ./layer/
2626 CompatibleRuntimes :
2727 - nodejs14.x
28+ - nodejs16.x
2829 LicenseInfo : ' MIT'
2930 RetentionPolicy : Retain
3031 Metadata :
You can’t perform that action at this time.
0 commit comments