Skip to content

Commit

Permalink
fix: depends on any version of aws-sdk-v3 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatatsu authored Dec 2, 2022
1 parent 9186ad7 commit 91bd5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"vitest": "^0.25.3"
},
"peerDependencies": {
"@aws-sdk/client-athena": "^3.218.0"
"@aws-sdk/client-athena": "^3.x.x"
}
}

0 comments on commit 91bd5b5

Please sign in to comment.