Skip to content

@slonik/dataloaders@49.10.9

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:12
0d9da1d

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.