Skip to content

Commit

Permalink
bump disrequire for use with source maps; 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Mar 19, 2021
1 parent 3308c99 commit 9da36fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -661,6 +661,7 @@ This function can be called any time.
Change Log
----------

- 0.16.3 - bump disrequire to use with source maps
- 0.16.2 - always record the first 10 calls by default, the previous 3 was too low
- 0.16.1 - upgrade disrequire to fix global name leak `stack`
- 0.16.0 - breaking: fix mockHttp semantics to not auto-install on load and to uninstall completely on unmock,
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "qmock",
"version": "0.16.2",
"version": "0.16.3",
"description": "class and object mocking, method stubbing and spying",
"main": "lib/qmock.js",
"license": "Apache-2.0",
Expand All @@ -15,7 +15,7 @@
"node": ">=0.10"
},
"dependencies": {
"disrequire": "1.1.1"
"disrequire": "1.1.2"
},
"devDependencies": {
"qassert": "1.6.1",
Expand Down

0 comments on commit 9da36fd

Please sign in to comment.