Skip to content

Commit

Permalink
update resolver to improve module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 6, 2023
1 parent 90e3e57 commit 5fa3c0b
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
@@ -1,5 +1,7 @@
# changelog

* 2.5.2 _Oct.06.2023_
* [update resolver](https://github.com/iambumblehead/esmock/pull/243) to improve module resolution. See [resolvewithplus/releases/tag/v2.0.6](https://github.com/iambumblehead/resolvewithplus/releases/tag/v2.0.6)
* 2.5.1 _Sep.13.2023_
* [resolve existing ".ts" files,](https://github.com/iambumblehead/esmock/pull/243) rather than ".js" files, when typescript detected, thanks @tpluscode
* 2.5.0 _Sep.09.2023_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"resolvewithplus": "^2.0.4"
"resolvewithplus": "^2.0.6"
},
"devDependencies": {
"c8": "^8.0.1",
Expand Down

0 comments on commit 5fa3c0b

Please sign in to comment.