Skip to content

Commit

Permalink
ci: fix powertools package build
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Aug 17, 2024
1 parent 702aaad commit 1acad64
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const commonPeerDeps = ["effect@>=3.0.0 <4.0.0"];
new TypeScriptLibProject({
parent: project,
name: "powertools-logger",
devDeps: ["@aws-lambda-powertools/[email protected]"],
peerDeps: [
...commonPeerDeps,
"@aws-lambda-powertools/logger@>=1.9.0", // lower versions are not supported, raise an issue if you need it
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Effect Docs: https://www.effect.website<br>
- [x] EventBridge Client
- [x] Lambda Client
- [x] Step Functions Client
- [x] CodeDeploy Client
- [ ] Other AWS Clients (By Request)

# Contributing Guidelines
Expand Down
5 changes: 5 additions & 0 deletions packages/powertools-logger/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/powertools-logger/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1acad64

Please sign in to comment.