react-apollo
Advanced tools
Comparing version 3.0.0 to 3.0.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 { useQuery, useMutation, useSubscription, useApolloClient, CommonOptions, QueryOptions, QueryHookOptions, QueryPreviousData, QueryCurrentObservable, MutationHookOptions, MutationOptions, MutationTuple, SubscriptionHookOptions, SubscriptionOptions, SubscriptionCurrentObservable } from '@apollo/react-hooks'; | ||
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'; |
export { getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer } from '@apollo/react-common'; | ||
export { Query, Mutation, Subscription } from '@apollo/react-components'; | ||
export { graphql, withQuery, withMutation, withSubscription, withApollo } from '@apollo/react-hoc'; | ||
export { useQuery, useMutation, useSubscription, useApolloClient } from '@apollo/react-hooks'; | ||
export { useQuery, useLazyQuery, useMutation, useSubscription, useApolloClient } from '@apollo/react-hooks'; | ||
export { getMarkupFromTree, getDataFromTree, renderToStringWithData } from '@apollo/react-ssr'; | ||
//# sourceMappingURL=index.js.map |
exports.__esModule = true; | ||
exports.renderToStringWithData = exports.getMarkupFromTree = exports.getDataFromTree = exports.useSubscription = exports.useQuery = exports.useMutation = exports.useApolloClient = exports.withSubscription = exports.withQuery = exports.withMutation = exports.withApollo = exports.graphql = exports.Subscription = exports.Query = exports.Mutation = exports.resetApolloContext = exports.getApolloContext = exports.ApolloProvider = exports.ApolloConsumer = void 0; | ||
exports.renderToStringWithData = exports.getMarkupFromTree = exports.getDataFromTree = exports.useSubscription = exports.useQuery = exports.useMutation = exports.useLazyQuery = exports.useApolloClient = exports.withSubscription = exports.withQuery = exports.withMutation = exports.withApollo = exports.graphql = exports.Subscription = exports.Query = exports.Mutation = exports.resetApolloContext = exports.getApolloContext = exports.ApolloProvider = exports.ApolloConsumer = void 0; | ||
@@ -28,2 +28,3 @@ var _reactCommon = require("@apollo/react-common"); | ||
exports.useApolloClient = _reactHooks.useApolloClient; | ||
exports.useLazyQuery = _reactHooks.useLazyQuery; | ||
exports.useMutation = _reactHooks.useMutation; | ||
@@ -30,0 +31,0 @@ exports.useQuery = _reactHooks.useQuery; |
@@ -1,1 +0,1 @@ | ||
exports.__esModule=!0,exports.renderToStringWithData=exports.getMarkupFromTree=exports.getDataFromTree=exports.useSubscription=exports.useQuery=exports.useMutation=exports.useApolloClient=exports.withSubscription=exports.withQuery=exports.withMutation=exports.withApollo=exports.graphql=exports.Subscription=exports.Query=exports.Mutation=exports.resetApolloContext=exports.getApolloContext=exports.ApolloProvider=exports.ApolloConsumer=void 0;var o=require("@apollo/react-common");exports.ApolloConsumer=o.ApolloConsumer,exports.ApolloProvider=o.ApolloProvider,exports.getApolloContext=o.getApolloContext,exports.resetApolloContext=o.resetApolloContext;var e=require("@apollo/react-components");exports.Mutation=e.Mutation,exports.Query=e.Query,exports.Subscription=e.Subscription;var t=require("@apollo/react-hoc");exports.graphql=t.graphql,exports.withApollo=t.withApollo,exports.withMutation=t.withMutation,exports.withQuery=t.withQuery,exports.withSubscription=t.withSubscription;var r=require("@apollo/react-hooks");exports.useApolloClient=r.useApolloClient,exports.useMutation=r.useMutation,exports.useQuery=r.useQuery,exports.useSubscription=r.useSubscription;var p=require("@apollo/react-ssr");exports.getDataFromTree=p.getDataFromTree,exports.getMarkupFromTree=p.getMarkupFromTree,exports.renderToStringWithData=p.renderToStringWithData; | ||
exports.__esModule=!0,exports.renderToStringWithData=exports.getMarkupFromTree=exports.getDataFromTree=exports.useSubscription=exports.useQuery=exports.useMutation=exports.useLazyQuery=exports.useApolloClient=exports.withSubscription=exports.withQuery=exports.withMutation=exports.withApollo=exports.graphql=exports.Subscription=exports.Query=exports.Mutation=exports.resetApolloContext=exports.getApolloContext=exports.ApolloProvider=exports.ApolloConsumer=void 0;var o=require("@apollo/react-common");exports.ApolloConsumer=o.ApolloConsumer,exports.ApolloProvider=o.ApolloProvider,exports.getApolloContext=o.getApolloContext,exports.resetApolloContext=o.resetApolloContext;var e=require("@apollo/react-components");exports.Mutation=e.Mutation,exports.Query=e.Query,exports.Subscription=e.Subscription;var t=require("@apollo/react-hoc");exports.graphql=t.graphql,exports.withApollo=t.withApollo,exports.withMutation=t.withMutation,exports.withQuery=t.withQuery,exports.withSubscription=t.withSubscription;var r=require("@apollo/react-hooks");exports.useApolloClient=r.useApolloClient,exports.useLazyQuery=r.useLazyQuery,exports.useMutation=r.useMutation,exports.useQuery=r.useQuery,exports.useSubscription=r.useSubscription;var p=require("@apollo/react-ssr");exports.getDataFromTree=p.getDataFromTree,exports.getMarkupFromTree=p.getMarkupFromTree,exports.renderToStringWithData=p.renderToStringWithData; |
export { ApolloConsumer, ApolloProvider, getApolloContext, resetApolloContext } from '@apollo/react-common'; | ||
export { Mutation, Query, Subscription } from '@apollo/react-components'; | ||
export { graphql, withApollo, withMutation, withQuery, withSubscription } from '@apollo/react-hoc'; | ||
export { useApolloClient, useMutation, useQuery, useSubscription } from '@apollo/react-hooks'; | ||
export { useApolloClient, useLazyQuery, useMutation, useQuery, useSubscription } from '@apollo/react-hooks'; | ||
export { getDataFromTree, getMarkupFromTree, renderToStringWithData } from '@apollo/react-ssr'; | ||
//# sourceMappingURL=react-apollo.esm.js.map |
@@ -16,3 +16,3 @@ (function (global, factory) { | ||
_exports.__esModule = true; | ||
_exports.renderToStringWithData = _exports.getMarkupFromTree = _exports.getDataFromTree = _exports.useSubscription = _exports.useQuery = _exports.useMutation = _exports.useApolloClient = _exports.withSubscription = _exports.withQuery = _exports.withMutation = _exports.withApollo = _exports.graphql = _exports.Subscription = _exports.Query = _exports.Mutation = _exports.resetApolloContext = _exports.getApolloContext = _exports.ApolloProvider = _exports.ApolloConsumer = void 0; | ||
_exports.renderToStringWithData = _exports.getMarkupFromTree = _exports.getDataFromTree = _exports.useSubscription = _exports.useQuery = _exports.useMutation = _exports.useLazyQuery = _exports.useApolloClient = _exports.withSubscription = _exports.withQuery = _exports.withMutation = _exports.withApollo = _exports.graphql = _exports.Subscription = _exports.Query = _exports.Mutation = _exports.resetApolloContext = _exports.getApolloContext = _exports.ApolloProvider = _exports.ApolloConsumer = void 0; | ||
_exports.ApolloConsumer = _reactCommon.ApolloConsumer; | ||
@@ -31,2 +31,3 @@ _exports.ApolloProvider = _reactCommon.ApolloProvider; | ||
_exports.useApolloClient = _reactHooks.useApolloClient; | ||
_exports.useLazyQuery = _reactHooks.useLazyQuery; | ||
_exports.useMutation = _reactHooks.useMutation; | ||
@@ -33,0 +34,0 @@ _exports.useQuery = _reactHooks.useQuery; |
{ | ||
"name": "react-apollo", | ||
"description": "React Apollo Hooks, Components, and HOC.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "opensource@apollographql.com", | ||
@@ -36,3 +36,4 @@ "keywords": [ | ||
"peerDependencies": { | ||
"apollo-client": "^2.6.3", | ||
"@types/react": "^16.8.0", | ||
"apollo-client": "^2.6.4", | ||
"graphql": "^14.3.1", | ||
@@ -43,7 +44,7 @@ "react": "^16.8.0", | ||
"dependencies": { | ||
"@apollo/react-common": "^3.0.0", | ||
"@apollo/react-components": "^3.0.0", | ||
"@apollo/react-hoc": "^3.0.0", | ||
"@apollo/react-hooks": "^3.0.0", | ||
"@apollo/react-ssr": "^3.0.0" | ||
"@apollo/react-common": "^3.0.1", | ||
"@apollo/react-components": "^3.0.1", | ||
"@apollo/react-hoc": "^3.0.1", | ||
"@apollo/react-hooks": "^3.0.1", | ||
"@apollo/react-ssr": "^3.0.1" | ||
}, | ||
@@ -57,6 +58,6 @@ "files": [ | ||
"devDependencies": { | ||
"rollup": "1.18.0", | ||
"rollup": "1.19.4", | ||
"typescript": "3.5.3" | ||
}, | ||
"gitHead": "ffdae346e8fa89a519c4fa0a3df5ab71ff77aa97" | ||
"gitHead": "ec4208c20750a8eb605bda2f9f0ffb44fb4723b0" | ||
} |
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
12423
89
10
Updated@apollo/react-common@^3.0.1
Updated@apollo/react-hoc@^3.0.1
Updated@apollo/react-hooks@^3.0.1
Updated@apollo/react-ssr@^3.0.1