apollo-link-batch
Advanced tools
Comparing version 1.1.13 to 1.1.14
{ | ||
"name": "apollo-link-batch", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Apollo Link that performs batching and operation on batched Operations", | ||
@@ -37,15 +37,15 @@ "author": "Evans Hauser <evanshauser@gmail.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", | ||
"@types/graphql": "14.2.3", | ||
"@types/jest": "24.0.18", | ||
"fetch-mock": "6.5.2", | ||
"graphql": "14.3.1", | ||
"graphql": "14.5.4", | ||
"graphql-tag": "2.10.1", | ||
"jest": "24.8.0", | ||
"jest": "24.9.0", | ||
"proxyquire": "1.8.0", | ||
"rimraf": "2.6.3", | ||
"rollup": "1.15.4", | ||
"rimraf": "2.7.1", | ||
"rollup": "1.20.3", | ||
"ts-jest": "22.4.6", | ||
@@ -68,3 +68,3 @@ "tslint": "5.17.0", | ||
}, | ||
"gitHead": "f902ab977d7d173951528a0bc2e38521b2afc096" | ||
"gitHead": "74d412528dd474fc41ee0bf504e36e01d7e05e2b" | ||
} |
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
Updatedapollo-link@^1.2.13