apollo-cache
Advanced tools
Comparing version 1.3.0-beta.1 to 1.3.0-beta.5
{ | ||
"name": "apollo-cache", | ||
"version": "1.3.0-beta.1", | ||
"version": "1.3.0-beta.5", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -39,6 +39,6 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-utilities": "^1.3.0-beta.1", | ||
"apollo-utilities": "^1.3.0-beta.5", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "68169f31a4d4d41af9a90ae1fed4414255e829a3" | ||
"gitHead": "290dcc3ffd8be2dd8509d8d662287e43a791a933" | ||
} |
@@ -29,3 +29,3 @@ import { DocumentNode } from 'graphql'; // eslint-disable-line import/no-extraneous-dependencies, import/no-unresolved | ||
* `graphql-tag` with one or more fragments which will be used to determine | ||
* the shape of data to read. If you provide more then one fragment in this | ||
* the shape of data to read. If you provide more than one fragment in this | ||
* document then you must also specify `fragmentName` to select a single. | ||
@@ -96,4 +96,4 @@ */ | ||
/** | ||
* Reads a GraphQL fragment from any arbitrary id. If there are more then | ||
* one fragments in the provided document then a `fragmentName` must be | ||
* Reads a GraphQL fragment from any arbitrary id. If there is more than | ||
* one fragment in the provided document then a `fragmentName` must be | ||
* provided to select the correct fragment. | ||
@@ -114,4 +114,4 @@ */ | ||
/** | ||
* Writes a GraphQL fragment to any arbitrary id. If there are more then | ||
* one fragments in the provided document then a `fragmentName` must be | ||
* Writes a GraphQL fragment to any arbitrary id. If there is more than | ||
* one fragment in the provided document then a `fragmentName` must be | ||
* provided to select the correct fragment. | ||
@@ -118,0 +118,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
93184