Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# require-in-the-middle changelog

## v7.4.0

- Support hooking built-in Node.js loaded via
[`process.getBuiltinModule`](https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid),
added in v22.3.0.
(https://github.com/elastic/require-in-the-middle/pull/92)

## v7.3.0

- Module name args passed to a `Hook` will now match against package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "require-in-the-middle",
"version": "7.3.0",
"version": "7.4.0",
"description": "Module to hook into the Node.js require function",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down