Skip to content

Commit

Permalink
Fix deprecated folder mapping "./" in the "exports" field (#416)
Browse files Browse the repository at this point in the history
* Fix deprecated folder mapping "./" in the "exports" field

Signed-off-by: Silvia Leung <[email protected]>

* Update Changelog to include #416 changes

Signed-off-by: Silvia Leung <[email protected]>

---------

Signed-off-by: Silvia Leung <[email protected]>
  • Loading branch information
silvialeung authored Mar 11, 2023
1 parent 74688cc commit a1a17a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed
### Fixed
- Added missing types for AwsSigv4SignerOptions.service ([#377](https://github.com/opensearch-project/opensearch-js/pull/377))
- Fixed deprecated folder mapping "./" in the "exports" field module resolution ([#416](https://github.com/opensearch-project/opensearch-js/pull/416))

### Security
- [CVE-2022-25912] Bumps simple-git from 3.4.0 to 3.15.0 ([#341](https://github.com/opensearch-project/opensearch-js/pull/341))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"import": "./index.mjs"
},
"./aws": "./lib/aws/index.js",
"./": "./"
"./*": "./*"
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit a1a17a6

Please sign in to comment.