You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: migrate from deprecated module.register() to module.registerHooks()
module.register() has been runtime-deprecated as DEP0205 since Node.js v25.9.0.
Use module.registerHooks() when available (Node.js >= 24.4), falling back to
module.register() for older versions.
0 commit comments