lambda-runtimes
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -5,2 +5,11 @@ # `lambda-runtimes` changelog | ||
## [1.1.6] 2023-11-15 | ||
### Added | ||
- Added `nodejs20.x` | ||
- Added `provided.al2023` | ||
--- | ||
## [1.1.5] 2023-08-21 | ||
@@ -22,3 +31,3 @@ | ||
- Retired `dotnet5.0` (deprecated 2022-05-10) | ||
- Re-ordered `runtimeVersions` to match AMZN doc order | ||
- Re-ordered `runtimeVersions` to match Amazon's doc order | ||
@@ -25,0 +34,0 @@ --- |
@@ -7,2 +7,3 @@ // Canonical runtime list: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html | ||
'nodejs16.x', | ||
'nodejs20.x', | ||
'nodejs18.x', | ||
@@ -36,2 +37,3 @@ 'nodejs14.x', | ||
custom: [ | ||
'provided.al2023', | ||
'provided.al2', | ||
@@ -43,2 +45,9 @@ 'provided', | ||
let runtimeVersions = { | ||
'nodejs20.x': { | ||
runtime: 'node', | ||
major: '20', | ||
minor: null, | ||
patch: null, | ||
wildcard: '20.*.*' | ||
}, | ||
'nodejs18.x': { | ||
@@ -45,0 +54,0 @@ runtime: 'node', |
{ | ||
"name": "lambda-runtimes", | ||
"description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"type": "module", | ||
@@ -29,3 +29,3 @@ "module": "./esm/index.js", | ||
"eslint": "^8.47.0", | ||
"tap-arc": "~0.3.5", | ||
"tap-arc": "^1.0.0", | ||
"tape": "~5.6.6" | ||
@@ -32,0 +32,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12467
336