From b198d70e9ac327b38c17acf77b97d09372b3c241 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 18 Oct 2023 01:00:51 -0700 Subject: [PATCH] fix: patch package fix --- .../@microsoft+fetch-event-source+2.0.3.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/patches/@microsoft+fetch-event-source+2.0.3.patch b/patches/@microsoft+fetch-event-source+2.0.3.patch index 0e82d59f..1d143552 100644 --- a/patches/@microsoft+fetch-event-source+2.0.3.patch +++ b/patches/@microsoft+fetch-event-source+2.0.3.patch @@ -1,3 +1,20 @@ +diff --git a/node_modules/@microsoft/fetch-event-source/package.json b/node_modules/@microsoft/fetch-event-source/package.json +index 8528735..2e9bac3 100644 +--- a/node_modules/@microsoft/fetch-event-source/package.json ++++ b/node_modules/@microsoft/fetch-event-source/package.json +@@ -9,9 +9,9 @@ + }, + "author": "Microsoft", + "license": "MIT", +- "main": "lib/cjs/index.js", +- "module": "lib/esm/index.js", +- "types": "lib/cjs/index.d.ts", ++ "main": "src/index.ts", ++ "module": "src/index.ts", ++ "types": "src/index.ts", + "sideEffects": false, + "scripts": { + "clean": "rimraf ./lib ./coverage", diff --git a/node_modules/@microsoft/fetch-event-source/src/fetch.ts b/node_modules/@microsoft/fetch-event-source/src/fetch.ts index 1e2236c..ccfdf6d 100644 --- a/node_modules/@microsoft/fetch-event-source/src/fetch.ts