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
chore: replace get-stdin with native stream/consumers
This follows the recommendation from Sindre Sorhus (author of get-stdin / src: https://github.com/sindresorhus/get-stdin/tree/main?tab=readme-ov-file#tip)
to use the built-in streamConsumers.text() in modern Node.js versions.
Reduces external dependencies while maintaining identical functionality.
0 commit comments