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
refactor: remove node-fetch and fs-extra dependencies (#161)
Replace node-fetch with native fetch API and remove unused fs-extra dependency.
The native fetch API is now available in Node.js 18+ and provides the same functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments