@apollo/client 3.5.2 → 3.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apollo-client.cjs +1 -1
- package/apollo-client.cjs.map +1 -1
- package/apollo-client.min.cjs +1 -1
- package/cache/core/cache.js +2 -2
- package/cache/inmemory/entityStore.js +4 -4
- package/cache/inmemory/inMemoryCache.js +3 -3
- package/cache/inmemory/object-canon.js +2 -2
- package/cache/inmemory/policies.js +1 -1
- package/cache/inmemory/reactiveVars.js +2 -2
- package/cache/inmemory/readFromStore.js +2 -2
- package/cache/inmemory/writeToStore.js +3 -3
- package/config/jest/setup.js +1 -1
- package/core/ApolloClient.d.ts +0 -1
- package/core/ApolloClient.d.ts.map +1 -1
- package/core/ApolloClient.js +1 -1
- package/core/LocalState.js +2 -2
- package/core/ObservableQuery.d.ts +0 -1
- package/core/ObservableQuery.d.ts.map +1 -1
- package/core/ObservableQuery.js +2 -2
- package/core/QueryInfo.d.ts +2 -2
- package/core/QueryInfo.d.ts.map +1 -1
- package/core/QueryInfo.js +2 -2
- package/core/QueryManager.d.ts +0 -1
- package/core/QueryManager.d.ts.map +1 -1
- package/core/QueryManager.js +2 -2
- package/core/core.cjs +1 -1
- package/core/core.cjs.map +1 -1
- package/core/index.js +2 -2
- package/errors/index.js +1 -1
- package/invariantErrorCodes.js +1 -1
- package/link/batch/batchLink.d.ts +0 -1
- package/link/batch/batchLink.d.ts.map +1 -1
- package/link/batch/batchLink.js +1 -1
- package/link/batch/batching.d.ts +0 -1
- package/link/batch/batching.d.ts.map +1 -1
- package/link/batch/batching.js +1 -1
- package/link/batch-http/batchHttpLink.d.ts +0 -1
- package/link/batch-http/batchHttpLink.d.ts.map +1 -1
- package/link/batch-http/batchHttpLink.js +1 -1
- package/link/context/index.js +1 -1
- package/link/core/ApolloLink.d.ts +0 -1
- package/link/core/ApolloLink.d.ts.map +1 -1
- package/link/core/ApolloLink.js +1 -1
- package/link/core/types.d.ts +0 -1
- package/link/core/types.d.ts.map +1 -1
- package/link/error/index.d.ts +0 -1
- package/link/error/index.d.ts.map +1 -1
- package/link/error/index.js +1 -1
- package/link/http/HttpLink.js +1 -1
- package/link/http/createHttpLink.js +2 -2
- package/link/http/selectHttpOptionsAndBody.js +2 -2
- package/link/persisted-queries/index.js +2 -2
- package/link/retry/retryLink.d.ts +0 -1
- package/link/retry/retryLink.d.ts.map +1 -1
- package/link/retry/retryLink.js +1 -1
- package/link/schema/index.d.ts +0 -1
- package/link/schema/index.d.ts.map +1 -1
- package/link/schema/index.js +2 -2
- package/link/utils/createOperation.js +1 -1
- package/link/utils/fromError.d.ts +0 -1
- package/link/utils/fromError.d.ts.map +1 -1
- package/link/utils/fromPromise.d.ts +0 -1
- package/link/utils/fromPromise.d.ts.map +1 -1
- package/link/utils/toPromise.d.ts +0 -1
- package/link/utils/toPromise.d.ts.map +1 -1
- package/link/ws/index.d.ts +0 -1
- package/link/ws/index.d.ts.map +1 -1
- package/link/ws/index.js +2 -2
- package/package.json +5 -5
- package/react/components/Mutation.js +1 -1
- package/react/components/Query.js +2 -2
- package/react/components/Subscription.js +1 -1
- package/react/context/ApolloConsumer.js +1 -1
- package/react/context/ApolloContext.js +1 -1
- package/react/context/ApolloProvider.js +1 -1
- package/react/hoc/hoc-utils.js +2 -2
- package/react/hoc/mutation-hoc.js +3 -3
- package/react/hoc/query-hoc.js +3 -3
- package/react/hoc/subscription-hoc.js +3 -3
- package/react/hoc/withApollo.js +3 -3
- package/react/hooks/useApolloClient.js +1 -1
- package/react/hooks/useLazyQuery.js +2 -2
- package/react/hooks/useMutation.js +3 -3
- package/react/hooks/useQuery.js +3 -3
- package/react/hooks/useReactiveVar.js +1 -1
- package/react/hooks/useSubscription.js +2 -2
- package/react/ssr/getDataFromTree.js +2 -2
- package/react/types/types.d.ts +0 -1
- package/react/types/types.d.ts.map +1 -1
- package/testing/core/mocking/mockFetch.js +2 -2
- package/testing/core/mocking/mockLink.d.ts +0 -1
- package/testing/core/mocking/mockLink.d.ts.map +1 -1
- package/testing/core/mocking/mockLink.js +3 -3
- package/testing/core/mocking/mockSubscriptionLink.d.ts +0 -1
- package/testing/core/mocking/mockSubscriptionLink.d.ts.map +1 -1
- package/testing/core/mocking/mockSubscriptionLink.js +1 -1
- package/testing/core/mocking/mockWatchQuery.js +1 -1
- package/testing/core/observableToPromise.js +1 -1
- package/testing/react/MockedProvider.js +2 -2
- package/utilities/common/mergeDeep.js +1 -1
- package/utilities/globals/fix-graphql.js +2 -2
- package/utilities/globals/index.js +1 -1
- package/utilities/graphql/directives.js +1 -1
- package/utilities/graphql/fragments.js +1 -1
- package/utilities/graphql/transform.js +2 -2
- package/utilities/observables/Concast.d.ts +0 -1
- package/utilities/observables/Concast.d.ts.map +1 -1
- package/utilities/observables/Concast.js +1 -1
- package/utilities/observables/Observable.js +2 -2
- package/utilities/observables/asyncMap.d.ts +0 -1
- package/utilities/observables/asyncMap.d.ts.map +1 -1
- package/utilities/observables/subclassing.d.ts +0 -1
- package/utilities/observables/subclassing.d.ts.map +1 -1
- package/utilities/policies/pagination.js +2 -2
- package/version.js +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Learn how to use Apollo Client with self-paced hands-on training on Odyssey, Apo
|
|
|
31
31
|
[Apollo](https://apollographql.com/) builds open-source software and a graph platform to unify GraphQL across your apps and services. We help you ship faster with:
|
|
32
32
|
|
|
33
33
|
* [Apollo Studio](https://www.apollographql.com/studio/develop/) – A free, end-to-end platform for managing your GraphQL lifecycle. Track your GraphQL schemas in a hosted registry to create a source of truth for everything in your graph. Studio provides an IDE (Apollo Explorer) so you can explore data, collaborate on queries, observe usage, and safely make schema changes.
|
|
34
|
-
* [Apollo Federation](https://www.apollographql.com/apollo-federation) – The industry-standard open architecture for building a distributed graph. Use Apollo’s
|
|
34
|
+
* [Apollo Federation](https://www.apollographql.com/apollo-federation) – The industry-standard open architecture for building a distributed graph. Use Apollo’s gateway to compose a unified graph from multiple subgraphs, determine a query plan, and route requests across your services.
|
|
35
35
|
* [Apollo Client](https://www.apollographql.com/apollo-client/) – The most popular GraphQL client for the web. Apollo also builds and maintains [Apollo iOS](https://github.com/apollographql/apollo-ios) and [Apollo Android](https://github.com/apollographql/apollo-android).
|
|
36
36
|
* [Apollo Server](https://www.apollographql.com/docs/apollo-server/) – A production-ready JavaScript GraphQL server that connects to any microservice, API, or database. Compatible with all popular JavaScript frameworks and deployable in serverless environments.
|
|
37
37
|
|
package/apollo-client.cjs
CHANGED
|
@@ -1291,7 +1291,7 @@ var concat = ApolloLink.concat;
|
|
|
1291
1291
|
|
|
1292
1292
|
var execute = ApolloLink.execute;
|
|
1293
1293
|
|
|
1294
|
-
var version = '3.5.
|
|
1294
|
+
var version = '3.5.3';
|
|
1295
1295
|
|
|
1296
1296
|
var hasOwnProperty$2 = Object.prototype.hasOwnProperty;
|
|
1297
1297
|
function parseAndCheckHttpResponse(operations) {
|