diff --git a/CHANGELOG.md b/CHANGELOG.md index 6445aeb1a..8d6ecf0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Deprecated ### Removed ### Fixed +- Add missing types in `package.json` for `aws-v3` ([810](https://github.com/opensearch-project/opensearch-js/pull/810)) ### Security ## [2.10.0] @@ -259,4 +260,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `tsd` from 0.22.0 to 0.24.1 - Bumps `semver` from 7.3.7 to 7.3.8 ### Fixed -- Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) \ No newline at end of file +- Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) diff --git a/package.json b/package.json index b3eb1a1aa..9c7ee7629 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ ], "aws": [ "./lib/aws/index.d.ts" + ], + "aws-v3": [ + "./lib/aws/index-v3.d.ts" ] } },