Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit f6e4ef0

Browse files
author
Gohlke, Christian
committed
bump version of codecov dep
1 parent cdbcd0a commit f6e4ef0

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function doThrowAnException(body) {
206206
}
207207
```
208208
209-
With the key word `errorMapping` shown in the example above you can custom mapping of thrown errors to http response code error.
209+
With the key word `errorMapping` shown in the example above you can adjust the assignment of thrown errors to http response code error.
210210
The action can throw an object like
211211
212212
"throw {reason: 'NotFound', message: 'object id not found'}"
@@ -406,6 +406,8 @@ Increase version in **package.json** (using [semantic version syntax](https://se
406406
Thats all.
407407
408408
## Release History
409+
* 0.8.4
410+
* proxyIntegration: expose route path (#49) (thanks to [@evgenykireev ](https://github.com/evgenykireev))
409411
* 0.8.3
410412
* added records to the SQS (#43) and SNS (#44) action for further processing
411413
* 0.8.2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-router",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "AWS lambda router",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -32,12 +32,12 @@
3232
"devDependencies": {
3333
"@types/jest": "^24.9.0",
3434
"@types/node": "^8.10.59",
35-
"codecov": "^3.6.2",
35+
"codecov": "3.7.2",
3636
"jest": "24.9.0",
3737
"ts-jest": "24.2.0",
3838
"typescript": "3.7.5"
3939
},
4040
"dependencies": {
41-
"@types/aws-lambda": "^8.10.40"
41+
"@types/aws-lambda": "8.10.59"
4242
}
4343
}

yarn.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,10 @@
342342
version "1.0.0"
343343
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.0.0.tgz#9c13c2574c92d4503b005feca8f2e16cc1611506"
344344

345-
"@types/aws-lambda@^8.10.40":
346-
version "8.10.40"
347-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.40.tgz#d60b912a9425f74f60c57667a8c6b99d58df4ada"
345+
"@types/aws-lambda@8.10.59":
346+
version "8.10.59"
347+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.59.tgz#64f602aef1cac9b21a74aad6705bf350c4a5173a"
348+
integrity sha512-X/JclTKqHvo3nMTkHzClHhRz0yxn/VAr7J7LO6jBqaksZlhcDAWuU4oT1Yrt3E9MvX5jyyVIZtrwAI7oPXzXIg==
348349

349350
"@types/babel__core@^7.1.0":
350351
version "7.1.3"
@@ -730,9 +731,10 @@ co@^4.6.0:
730731
version "4.6.0"
731732
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
732733

733-
codecov@^3.6.2:
734-
version "3.6.5"
735-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.5.tgz#d73ce62e8a021f5249f54b073e6f2d6a513f172a"
734+
codecov@3.7.2:
735+
version "3.7.2"
736+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.2.tgz#998e68c8c1ef4b55cfcf11cd456866d35e13d693"
737+
integrity sha512-fmCjAkTese29DUX3GMIi4EaKGflHa4K51EoMc29g8fBHawdk/+KEq5CWOeXLdd9+AT7o1wO4DIpp/Z1KCqCz1g==
736738
dependencies:
737739
argv "0.0.2"
738740
ignore-walk "3.0.3"

0 commit comments

Comments
 (0)