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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
5c4e88c Thanks @gajus! - Declare @types/node where Node globals are used
roarr@7.21.7 dropped the /// <reference types="node" /> directive from its type declarations. These packages use process and Buffer but never declared @types/node themselves — they were picking up the Node globals transitively through roarr, so removing the directive broke their builds. Each now declares @types/node directly.