refactor(node): Replace undici dependency with built-in fetch (#1045)

This commit is contained in:
absidue
2025-10-02 12:01:21 +02:00
committed by GitHub
parent ee9c184eeb
commit 035d16dd6d
4 changed files with 8 additions and 29 deletions

View File

@@ -1,4 +1,3 @@
import { fetch } from 'undici';
import { gunzip } from 'zlib';
import { dirname, resolve } from 'path';
import { fileURLToPath } from 'url';