server/patches/giget@2.0.0.patch
2025-03-29 03:39:55 +01:00

13 lines
686 B
Diff

diff --git a/dist/shared/giget.OCaTp9b-.mjs b/dist/shared/giget.OCaTp9b-.mjs
index 0f909d38f599397cd2a14b6b399399ef93ebd2e6..1d800ca2df51ec600334df131a828fc31226a7ed 100644
--- a/dist/shared/giget.OCaTp9b-.mjs
+++ b/dist/shared/giget.OCaTp9b-.mjs
@@ -18,7 +18,6 @@ import { pipeline } from 'node:stream';
import { spawnSync } from 'node:child_process';
import { homedir, tmpdir } from 'node:os';
import { promisify } from 'node:util';
-import { fetch } from 'node-fetch-native/proxy';
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};