Skip to content

Commit

Permalink
Fix node-fetch runtime build-time regression (apollographql#2116)
Browse files Browse the repository at this point in the history
* Fix node-fetch build time regression
  • Loading branch information
clenfest authored Aug 30, 2022
1 parent 4a7ee32 commit c06d04c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
1 change: 1 addition & 0 deletions gateway-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/gateway-js/CHANGELOG.md) on the `version-0.x` branch of this repo.

## vNext
- Fix build-time regression caused by #1970 (removal of @types/node-fetch from runtime dependencies) [PR #2116](https://github.com/apollographql/federation/pull/2116)

## 2.1.0

Expand Down
1 change: 1 addition & 0 deletions gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@apollo/utils.logger": "^1.0.0",
"@josephg/resolvable": "^1.0.1",
"@opentelemetry/api": "^1.0.1",
"@types/node-fetch": "^2.6.2",
"apollo-reporting-protobuf": "^0.8.0 || ^3.0.0",
"async-retry": "^1.3.3",
"loglevel": "^1.6.1",
Expand Down
26 changes: 6 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c06d04c

Please sign in to comment.