react-apollo
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
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 } from '@apollo/react-hoc'; | ||
export { graphql, withQuery, withMutation, withSubscription, withApollo, QueryControls, DataValue, DataProps, MutateProps, ChildProps, OptionProps, OperationOption, WithApolloClient } from '@apollo/react-hoc'; | ||
export { useQuery, 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'; | ||
export { getMarkupFromTree, getDataFromTree, renderToStringWithData } from '@apollo/react-ssr'; |
@@ -5,3 +5,3 @@ export { getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer } from '@apollo/react-common'; | ||
export { useQuery, useMutation, useSubscription, useApolloClient } from '@apollo/react-hooks'; | ||
export { getMarkupFromTree, getDataFromTree, renderToStringWithData, } from '@apollo/react-ssr'; | ||
export { getMarkupFromTree, getDataFromTree, renderToStringWithData } from '@apollo/react-ssr'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "react-apollo", | ||
"description": "React Apollo Hooks, Components, and HOC.", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"author": "opensource@apollographql.com", | ||
@@ -42,7 +42,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@apollo/react-common": "^0.1.0-beta.9", | ||
"@apollo/react-components": "^0.1.0-beta.8", | ||
"@apollo/react-hoc": "^0.1.0-beta.8", | ||
"@apollo/react-hooks": "^0.1.0-beta.11", | ||
"@apollo/react-ssr": "^0.1.0-beta.1" | ||
"@apollo/react-common": "^0.1.0-beta.10", | ||
"@apollo/react-components": "^0.1.0-beta.9", | ||
"@apollo/react-hoc": "^0.1.0-beta.9", | ||
"@apollo/react-hooks": "^0.1.0-beta.12", | ||
"@apollo/react-ssr": "^0.1.0-beta.2" | ||
}, | ||
@@ -56,6 +56,6 @@ "files": [ | ||
"devDependencies": { | ||
"rollup": "1.16.7", | ||
"rollup": "1.18.0", | ||
"typescript": "3.5.3" | ||
}, | ||
"gitHead": "bd87da901113c81e3e7e2a7edaeac791895abb96" | ||
"gitHead": "38567ea3c2ecb49f4c6937a1a1fb3caf32f3a5a0" | ||
} |
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
10905