apollo-link-dedup
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,5 @@ | ||
### 1.0.5 | ||
- ApolloLink upgrade | ||
### 1.0.4 | ||
@@ -7,0 +10,0 @@ - update rollup build |
{ | ||
"name": "apollo-link-dedup", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Deduplicates queries that are currently on the wire", | ||
@@ -41,20 +41,20 @@ "author": "Evans Hauser <evanshauser@gmail.com>", | ||
"test": "jest", | ||
"watch": "tsc -w -p ." | ||
"watch": "tsc -w -p . & rollup -c -w" | ||
}, | ||
"dependencies": { | ||
"apollo-link": "^1.0.7" | ||
"apollo-link": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "0.11.7", | ||
"@types/jest": "21.1.8", | ||
"@types/graphql": "0.12.3", | ||
"@types/jest": "21.1.10", | ||
"browserify": "14.5.0", | ||
"graphql": "0.12.3", | ||
"graphql-tag": "2.6.0", | ||
"graphql": "0.13.0", | ||
"graphql-tag": "2.7.3", | ||
"jest": "21.2.1", | ||
"rimraf": "2.6.1", | ||
"rollup": "0.52.2", | ||
"rollup": "0.55.3", | ||
"ts-jest": "21.2.4", | ||
"tslint": "5.8.0", | ||
"typescript": "2.6.2", | ||
"uglify-js": "3.2.2" | ||
"tslint": "5.9.1", | ||
"typescript": "2.7.1", | ||
"uglify-js": "3.3.9" | ||
}, | ||
@@ -61,0 +61,0 @@ "jest": { |
--- | ||
title: Dedup Link | ||
title: apollo-link-dedup | ||
description: Deduplicate matching requests before making a request | ||
--- | ||
## Purpose | ||
An Apollo Link to deduplicate matching requests before making a request. | ||
*NOTE* This link is included by default when using apollo-client so you don't need to add it to your link chain if using apollo-client. | ||
@@ -9,0 +7,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30137
0
46
Updatedapollo-link@^1.1.0