react-apollo
Advanced tools
Comparing version 3.1.0 to 3.1.1
export { ApolloContextValue, getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer, OperationVariables, Context, ExecutionResult, BaseQueryOptions, QueryFunctionOptions, ObservableQueryFields, QueryResult, RefetchQueriesFunction, BaseMutationOptions, MutationFunctionOptions, MutationResult, MutationFetchResult, MutationFunction, OnSubscriptionDataOptions, BaseSubscriptionOptions, SubscriptionResult } from '@apollo/react-common'; | ||
export { Query, Mutation, Subscription, QueryComponentOptions, MutationComponentOptions, SubscriptionComponentOptions } from '@apollo/react-components'; | ||
export { graphql, withQuery, withMutation, withSubscription, withApollo, QueryControls, DataValue, DataProps, MutateProps, ChildProps, OptionProps, OperationOption, WithApolloClient } from '@apollo/react-hoc'; | ||
export { graphql, withQuery, withMutation, withSubscription, withApollo, QueryControls, DataValue, DataProps, MutateProps, ChildProps, ChildDataProps, ChildMutateProps, OptionProps, OperationOption, WithApolloClient } from '@apollo/react-hoc'; | ||
export { useQuery, useLazyQuery, useMutation, useSubscription, useApolloClient, CommonOptions, QueryOptions, QueryHookOptions, QueryPreviousData, QueryCurrentObservable, MutationHookOptions, MutationOptions, MutationTuple, SubscriptionHookOptions, SubscriptionOptions, SubscriptionCurrentObservable } from '@apollo/react-hooks'; | ||
export { getMarkupFromTree, getDataFromTree, renderToStringWithData } from '@apollo/react-ssr'; |
{ | ||
"name": "react-apollo", | ||
"description": "React Apollo Hooks, Components, and HOC.", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "opensource@apollographql.com", | ||
@@ -43,7 +43,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@apollo/react-common": "^3.1.0", | ||
"@apollo/react-components": "^3.1.0", | ||
"@apollo/react-hoc": "^3.1.0", | ||
"@apollo/react-hooks": "^3.1.0", | ||
"@apollo/react-ssr": "^3.1.0" | ||
"@apollo/react-common": "^3.1.1", | ||
"@apollo/react-components": "^3.1.1", | ||
"@apollo/react-hoc": "^3.1.1", | ||
"@apollo/react-hooks": "^3.1.1", | ||
"@apollo/react-ssr": "^3.1.1" | ||
}, | ||
@@ -60,3 +60,3 @@ "files": [ | ||
}, | ||
"gitHead": "3bc12b7f5b2064acc7ec0e15ec59cd2acfa61d49" | ||
"gitHead": "1ad1e76c298b8c8ff9a49c03a8dec4b1da812625" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12457
Updated@apollo/react-common@^3.1.1
Updated@apollo/react-hoc@^3.1.1
Updated@apollo/react-hooks@^3.1.1
Updated@apollo/react-ssr@^3.1.1