Skip to content

Commit

Permalink
add secrets-manager middleware (middyjs#228)
Browse files Browse the repository at this point in the history
backported SSM caching fix from 0.16.2
  • Loading branch information
theburningmonk authored and benjifs committed May 21, 2020
1 parent a8aa601 commit 8f23d64
Show file tree
Hide file tree
Showing 38 changed files with 492 additions and 422 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
command: sudo npm i -g lerna

- run:
name: lerna bootstrap
command: lerna bootstrap
name: npm install
command: npm install

- save_cache:
paths:
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
command: sudo npm i -g lerna

- run:
name: lerna bootstrap
command: lerna bootstrap
name: npm install
command: npm install

- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.15"
"version": "1.0.0-alpha.16"
}
Loading

0 comments on commit 8f23d64

Please sign in to comment.