-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where a bare install had some issues with a
@types/node
i…
…mport in some cases (#11141) Moves the response iterator helpers over to the http link where they are used and removes them from `@apollo/client/utilities`. These helpers were added in an [alpha of 3.8](4207078#diff-4f4a4192cd629d907783a6baf48c530f39d6a43181dd3515cc46231868e0ed08R99) and thus were not exported in versions <= 3.7.x.
- Loading branch information
1 parent
4b501e1
commit c469b16
Showing
6 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
"@apollo/client": patch | ||
--- | ||
|
||
Remove newly exported response iterator helpers that caused problems on some installs where `@types/node` was not available. | ||
|
||
**IMPORTANT** | ||
|
||
The following exports were added in version 3.8.0 that are removed with this patch. | ||
|
||
- `isAsyncIterableIterator` | ||
- `isBlob` | ||
- `isNodeReadableStream` | ||
- `isNodeResponse` | ||
- `isReadableStream` | ||
- `isStreamableBlob` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters