apollo-link-context
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "apollo-link-context", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "An easy way to set and cache context changes for Apollo Link", | ||
@@ -31,13 +31,13 @@ "author": "James Baxley <james@meteor.com>", | ||
"dependencies": { | ||
"apollo-link": "^1.2.12", | ||
"apollo-link": "^1.2.13", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "14.2.0", | ||
"@types/jest": "24.0.14", | ||
"graphql": "14.3.1", | ||
"@types/graphql": "14.2.3", | ||
"@types/jest": "24.0.18", | ||
"graphql": "14.5.4", | ||
"graphql-tag": "2.10.1", | ||
"jest": "24.8.0", | ||
"rimraf": "2.6.3", | ||
"rollup": "1.15.4", | ||
"jest": "24.9.0", | ||
"rimraf": "2.7.1", | ||
"rollup": "1.20.3", | ||
"ts-jest": "22.4.6", | ||
@@ -60,3 +60,3 @@ "tslint": "5.17.0", | ||
}, | ||
"gitHead": "f902ab977d7d173951528a0bc2e38521b2afc096" | ||
"gitHead": "74d412528dd474fc41ee0bf504e36e01d7e05e2b" | ||
} |
@@ -28,3 +28,3 @@ --- | ||
<h2 id="caching-async">Caching lookups</h2> | ||
## Caching lookups | ||
@@ -31,0 +31,0 @@ Typically async actions can be expensive and may not need to be called for every request, especially when a lot of request are happening at once. You can setup your own caching and invalidation outside of the link to make it faster but still flexible! |
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
17765
Updatedapollo-link@^1.2.13