lambda-runtimes
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -5,2 +5,10 @@ # `lambda-runtimes` changelog | ||
## [1.1.4] 2023-04-05 | ||
### Changed | ||
- Retired `nodejs12.x` (deprecated 2023-03-31), `dotnetcore3.1` (deprecated 2023-04-03) | ||
--- | ||
## [1.1.3] 2022-11-18 | ||
@@ -7,0 +15,0 @@ |
@@ -9,3 +9,2 @@ // Canonical runtime list: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html | ||
'nodejs14.x', | ||
'nodejs12.x', | ||
], | ||
@@ -31,3 +30,2 @@ python: [ | ||
'dotnet5.0', | ||
'dotnetcore3.1', | ||
], | ||
@@ -62,9 +60,2 @@ custom: [ | ||
}, | ||
'nodejs12.x': { | ||
runtime: 'node', | ||
major: '12', | ||
minor: null, | ||
patch: null, | ||
wildcard: '12.*.*', | ||
}, | ||
'python3.9': { | ||
@@ -140,9 +131,2 @@ runtime: 'python', | ||
}, | ||
'dotnetcore3.1': { | ||
runtime: 'dotnet', | ||
major: '3', | ||
minor: '1', | ||
patch: null, | ||
wildcard: '3.1.*', | ||
}, | ||
} | ||
@@ -203,2 +187,3 @@ | ||
node: [ | ||
'nodejs12.x', | ||
'nodejs10.x', | ||
@@ -221,2 +206,3 @@ 'nodejs8.10', | ||
dotnet: [ | ||
'dotnetcore3.1', | ||
'dotnetcore2.1', | ||
@@ -223,0 +209,0 @@ 'dotnetcore2.0', |
{ | ||
"name": "lambda-runtimes", | ||
"description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"type": "module", | ||
@@ -27,7 +27,7 @@ "module": "./esm/index.js", | ||
"devDependencies": { | ||
"@architect/eslint-config": "^2.0.1", | ||
"@architect/eslint-config": "^2.1.1", | ||
"cross-env": "~7.0.3", | ||
"eslint": "^8.27.0", | ||
"eslint": "^8.37.0", | ||
"tap-arc": "~0.3.5", | ||
"tape": "~5.6.1" | ||
"tape": "~5.6.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "eslintConfig": { |
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
11281
294