@shopify/react-graphql
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -10,2 +10,6 @@ # Changelog | ||
## Added | ||
- Adds SSR extractable link to support GraphQL Self-serialization ([810](https://github.com/Shopify/quilt/pull/810)) | ||
## [4.0.2] - 2019-07-05 | ||
@@ -12,0 +16,0 @@ |
@@ -1,2 +0,1 @@ | ||
import * as React from 'react'; | ||
import { GraphQL } from '@shopify/graphql-testing'; | ||
@@ -10,3 +9,3 @@ interface Options { | ||
} | ||
export declare const mountWithGraphQL: <Props>(element: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, options?: Options | undefined) => Promise<import("../../../../react-testing/dist").CustomRoot<Props, Context>>; | ||
export declare const mountWithGraphQL: import("../../../../react-testing/dist").CustomMount<Options, Context, true>; | ||
export declare function createResolvablePromise<T>(value: T): { | ||
@@ -13,0 +12,0 @@ resolve: () => Promise<T>; |
@@ -7,2 +7,4 @@ export { DeferTiming } from '@shopify/async'; | ||
export { ApolloProvider } from './ApolloProvider'; | ||
export { ApolloClient } from './client'; | ||
export { createGraphQLClient, Options } from './createClient'; | ||
export * from './hooks'; |
@@ -14,2 +14,6 @@ "use strict"; | ||
exports.ApolloProvider = ApolloProvider_1.ApolloProvider; | ||
var client_1 = require("./client"); | ||
exports.ApolloClient = client_1.ApolloClient; | ||
var createClient_1 = require("./createClient"); | ||
exports.createGraphQLClient = createClient_1.createGraphQLClient; | ||
tslib_1.__exportStar(require("./hooks"), exports); |
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"license": "MIT", | ||
@@ -28,6 +28,7 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.", | ||
"@shopify/async": "^2.0.0", | ||
"@shopify/react-async": "^3.0.1", | ||
"@shopify/react-async": "^3.0.2", | ||
"@shopify/react-hooks": "^1.2.1", | ||
"@shopify/useful-types": "^1.3.0", | ||
"apollo-client": "^2.6.0", | ||
"apollo-link-http": "^1.5.15", | ||
"graphql-typed": "^0.4.0", | ||
@@ -34,0 +35,0 @@ "react-apollo": ">=2.2.3 <3.0.0" |
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
52405
37
811
9
+ Addedapollo-link-http@^1.5.15
+ Addedapollo-link-http@1.5.17(transitive)
+ Addedapollo-link-http-common@0.2.16(transitive)
Updated@shopify/react-async@^3.0.2