Changelog 1.11.2 (2024-09-30) Bug Fixes do nothing if target does not exist in getters map (#155) (5f6be49) 1.11.1 (2024-09-26) Bug Fixes Support Hooking multiple times (#153) (e0d8080) 1.11.0 (2024-07-29) Features Optionally only wrap modules hooked in --import (#146) (71c8d7b) Bug Fixes node: prefixed build-in modules with include/exclude (#149) (736a944) 1.10.0 (2024-07-22) Features Allow regex for include and exclude options (#148) (697b0d2) Bug Fixes Use correct format when resolving exports from relative paths (#145) (632802f) 1.9.1 (2024-07-15) Bug Fixes Don't wrap native modules (#142) (f3278a3) Use correct format when resolving exports from sub-modules (#140) (1db08ef) 1.9.0 (2024-07-08) Features Allow passing of include or exclude list via module.register() (#124) (381f48c) Bug Fixes CJS require('.') resolution (#108) (29c77b5) Include source url for parsing failures (#109) (49d69ba) Use process.emitWarning to log wrapping errors (#114) (a3778ac)