@gospime/apollo-client
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [4.0.1](https://github.com/gospime/apollo-client/compare/v4.0.0...v4.0.1) (2020-03-21) | ||
## [4.0.0](https://github.com/gospime/apollo-client/compare/v3.0.3...v4.0.0) (2020-03-02) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@gospime/apollo-client", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Apollo HTTP client with response caching", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@apollo/client": "^3.0.0-beta.38", | ||
"@apollo/client": "^3.0.0-beta.41", | ||
"apollo-cache-inmemory": "^1.6.5", | ||
@@ -47,3 +47,6 @@ "apollo-link": "^1.2.13", | ||
"node-fetch": "^2.6.0" | ||
}, | ||
"optionalDependencies": { | ||
"minimist": "^1.2.5" | ||
} | ||
} |
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
14443
9
+ Addedminimist@1.2.8(transitive)