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

Commit

Permalink
fix travis npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tdt17 committed Jan 24, 2020
1 parent 59c66ff commit 5ebedd9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test/
node_modules/
coverage

.editorconfig
.gitignore
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ script:
- npx codecov -f ./coverage/coverage-final.json
- yarn build
deploy:
skip_cleanup: true
provider: npm
email: christian.gohlke@spring-media.de
api_key:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
## Release History
* 0.8.0
* 0.8.1
* fix: changed ProxyIntegrationEvent body type to be generic but defaults to unknown
* fix: changed @types/aws-lambda from devDependency to dependency
* **breaking**: error response objects (thrown or rejected) now need to set `statusCode` instead of `status` (consistent with response)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-router",
"version": "0.8.0",
"version": "0.8.1",
"description": "AWS lambda router",
"main": "index.js",
"types": "index.d.ts",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,13 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

aws-lambda-router@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/aws-lambda-router/-/aws-lambda-router-0.8.0.tgz#1f887b917777147ee3c247531c068955914ad142"
integrity sha512-eXDHPj+jujzbtdQ+d7kxPJUOvxj1KeicAg3i5B973cJmfZJO6xyjujjMEO2kEaA1Vwk2v0XpfhyJk/BSEbesPA==
dependencies:
"@types/aws-lambda" "^8.10.40"

aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
Expand Down Expand Up @@ -822,7 +829,7 @@ co@^4.6.0:
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=

codecov@^3.6.1:
codecov@^3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.2.tgz#9503533d744233f6864f8f3ead9435d285ed3f47"
integrity sha512-i1VYZYY3M8Lodk/QRsIWYVimkuhl0oMSiM2itxbTbEIjB0PCSWP1cI7cscu5P0MayggoTl6I/jkXV2go8Ub8/Q==
Expand Down Expand Up @@ -3228,10 +3235,10 @@ tr46@^1.0.1:
dependencies:
punycode "^2.1.0"

ts-jest@24.3.0:
version "24.3.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.3.0.tgz#b97814e3eab359ea840a1ac112deae68aa440869"
integrity sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==
ts-jest@24.2.0:
version "24.2.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.2.0.tgz#7abca28c2b4b0a1fdd715cd667d65d047ea4e768"
integrity sha512-Yc+HLyldlIC9iIK8xEN7tV960Or56N49MDP7hubCZUeI7EbIOTsas6rXCMB4kQjLACJ7eDOF4xWEO5qumpKsag==
dependencies:
bs-logger "0.x"
buffer-from "1.x"
Expand Down

0 comments on commit 5ebedd9

Please sign in to comment.