From 761839713e7114329571bf8aa83ea11a8cc1be3d Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 7 Mar 2026 15:22:46 +0000 Subject: [PATCH] add `gaxios` to replacements --- manifests/preferred.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/preferred.json b/manifests/preferred.json index 021b225..0fcc30f 100644 --- a/manifests/preferred.json +++ b/manifests/preferred.json @@ -240,6 +240,12 @@ "replacements": ["fs"], "url": {"type": "e18e", "id": "fs-extra"} }, + "gaxios": { + "type": "module", + "moduleName": "gaxios", + "replacements": ["fetch", "ky", "ofetch"], + "url": {"type": "e18e", "id": "fetch"} + }, "get-stream": { "type": "module", "moduleName": "get-stream",