@shopify/react-graphql
Advanced tools
Comparing version 5.2.0-beta.2 to 5.2.0-beta.3
@@ -10,2 +10,9 @@ # Changelog | ||
## [5.2.0] - 2019-09-20 | ||
### Added | ||
- Add `createOperationDetailsLink` Apollo link to expose graphql operation details [#1015](https://github.com/Shopify/quilt/pull/1015) | ||
- Add a `totalGraphQLTime` utiltiy to determine the duration of graphql operations [#1015](https://github.com/Shopify/quilt/pull/1015) | ||
## [5.1.0] - 2019-09-05 | ||
@@ -12,0 +19,0 @@ |
@@ -8,3 +8,3 @@ export { DeferTiming } from '@shopify/async'; | ||
export * from './hooks'; | ||
export * from './links/ssr-extractable-link'; | ||
export * from './links'; | ||
export * from './utilities'; |
@@ -15,3 +15,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./hooks"), exports); | ||
tslib_1.__exportStar(require("./links/ssr-extractable-link"), exports); | ||
tslib_1.__exportStar(require("./links"), exports); | ||
tslib_1.__exportStar(require("./utilities"), exports); |
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "5.2.0-beta.2", | ||
"version": "5.2.0-beta.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.", |
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
57808
43
928