Skip to content

Commit

Permalink
feat(all): Update to examples use released version (0.2.0) (#405)
Browse files Browse the repository at this point in the history
* feat(all): Update examples to use latest version

* fix(all): reinstall with latest common version
  • Loading branch information
ijemmy authored Jan 5, 2022
1 parent 53a6fb0 commit d5e0620
Show file tree
Hide file tree
Showing 6 changed files with 63,326 additions and 73,785 deletions.
25,079 changes: 7,312 additions & 17,767 deletions examples/cdk/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^0.2.0-beta < 1.x.x",
"@aws-lambda-powertools/logger": "^0.2.0-beta < 1.x.x",
"@aws-lambda-powertools/metrics": "^0.2.0-beta < 1.x.x",
"@aws-lambda-powertools/tracer": "^0.2.0-beta < 1.x.x",
"@aws-lambda-powertools/commons": "^0.2.0",
"@aws-lambda-powertools/logger": "^0.2.0",
"@aws-lambda-powertools/metrics": "^0.2.0",
"@aws-lambda-powertools/tracer": "^0.2.0",
"@aws-sdk/client-sts": "^3.43.0",
"@middy/core": "^2.5.3",
"@middy/http-error-handler": "^2.5.3",
Expand Down
Loading

0 comments on commit d5e0620

Please sign in to comment.