Skip to content

Commit

Permalink
Merge pull request #189 from iambumblehead/use-node-modules-lookup-fix
Browse files Browse the repository at this point in the history
use node_modules patch from @mshima
  • Loading branch information
iambumblehead authored Nov 26, 2022
2 parents 32d80f5 + 28af4d8 commit c2ce03a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# changelog

* 2.0.8 _Nov.11.2025_
* 2.0.9 _Nov.26.2022_
* [resolve windows modules with correct drive letter](https://github.com/iambumblehead/esmock/pull/189) using [resolvewithplus patch](https://github.com/iambumblehead/resolvewithplus/pull/42) from @mshima
* 2.0.8 _Nov.25.2022_
* [use live default export](https://github.com/iambumblehead/esmock/pull/188) in prototype of returned mock definition to resolve class instance mocking
* [added CONTRIBUTING.md](https://github.com/iambumblehead/esmock/pull/188)
* [added mocha tests](https://github.com/iambumblehead/esmock/pull/188)
* 2.0.7 _Oct.26.2022_
* [use export esmock.js,](https://github.com/iambumblehead/esmock/pull/182) rather than esmockLoader.js, as main package export
* [embed resolvewithplus inside esmock,](https://github.com/iambumblehead/esmock/pull/181) to support yarn PnP, per @koshic
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esmock",
"type": "module",
"version": "2.0.8",
"version": "2.0.9",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
Expand Down Expand Up @@ -57,7 +57,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"resolvewithplus": "^2.0.0"
"resolvewithplus": "^2.0.1"
},
"devDependencies": {
"c8": "^7.12.0",
Expand Down

0 comments on commit c2ce03a

Please sign in to comment.