planning
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s

This commit is contained in:
2024-10-14 09:15:30 +02:00
parent bcba00a730
commit 6e64e138e2
21059 changed files with 2317811 additions and 1 deletions

31
node_modules/apollo-link-http-common/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,31 @@
# Change log
----
**NOTE:** This changelog is no longer maintained. Changes are now tracked in
the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md).
----
### 0.2.6
- No changes
### 0.2.5
- Added `graphql` 14 to peer and dev deps; Updated `@types/graphql` to 14 <br/>
[@hwillson](http://github.com/hwillson) in [#789](https://github.com/apollographql/apollo-link/pull/789)
### 0.2.4
- Update apollo-link [#559](https://github.com/apollographql/apollo-link/pull/559)
### v0.2.3
- correct the warning message on no fetch found to node-fetch[PR#526](https://github.com/apollographql/apollo-link/pull/526)
### v0.2.2
- update apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515)
### v0.2.1
- Apollo link upgrade
### v0.2.0
- rename serializeFetchBody to serializeFetchParameter and take a label argument