Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Mar 8, 2022
1 parent 8e5afac commit 4409022
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# ChangeLog

## 2.0.2 (2022/03/08)
* correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
* Update dependencies

## 2.0.1 (2021/12/22)
* Fix `memoryLimitInMB` being wrongly parsed as int
* Update dependencies
Expand Down
18 changes: 9 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "lambda-local",
"version": "2.0.1",
"version": "2.0.2",
"description": "Commandline tool to run Lambda functions on your local machine.",
"main": "build/lambdalocal.js",
"types": "build/lambdalocal.d.ts",
Expand Down Expand Up @@ -36,16 +36,16 @@
"node": ">=6"
},
"dependencies": {
"commander": "^8.3.0",
"dotenv": "^10.0.0",
"winston": "^3.3.3"
"commander": "^9.0.0",
"dotenv": "^16.0.0",
"winston": "^3.6.0"
},
"devDependencies": {
"@types/node": "^17.0.2",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"sinon": "^12.0.1",
"typescript": "^4.5.4"
"@types/node": "^17.0.21",
"chai": "^4.3.6",
"mocha": "^9.2.1",
"sinon": "^13.0.1",
"typescript": "^4.6.2"
},
"preferGlobal": true,
"repository": {
Expand Down

0 comments on commit 4409022

Please sign in to comment.