Skip to content

Commit

Permalink
Merge pull request #290 from iambumblehead/increment-resolvewithplus
Browse files Browse the repository at this point in the history
increment resolvewithplus
  • Loading branch information
iambumblehead authored Jan 23, 2024
2 parents 26cfb9b + 1698b9c commit 85d386d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# changelog

* 2.6.3 _Jan.23.2023_
* [resolve nested exports defined on named-properties](https://github.com/iambumblehead/resolvewithplus/pull/65) with wildcards, eg `exports: { './*': { default: './src/*/index.js' } }` resolves [this issue at esmock](https://github.com/iambumblehead/esmock/issues/289)
* 2.6.2 _Jan.14.2023_
* [remove reserved keywords](https://github.com/iambumblehead/esmock/pull/287) from export names lists, allows express to be mocked, thanks @lcapel
* 2.6.1 _Jan.13.2023_
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.6.2",
"version": "2.6.3",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down Expand Up @@ -60,7 +60,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"resolvewithplus": "^2.1.3"
"resolvewithplus": "^2.1.4"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down

0 comments on commit 85d386d

Please sign in to comment.