@gospime/apollo-client
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.6.1](https://github.com/gospime/apollo-client/compare/v2.6.0...v2.6.1) (2019-11-27) | ||
### Bug Fixes | ||
* removed typo ([05e742c](https://github.com/gospime/apollo-client/commit/05e742c72789ab2d80c79da9352ec7197aa98cb2)) | ||
## [2.6.0](https://github.com/gospime/apollo-client/compare/v2.5.1...v2.6.0) (2019-11-27) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@gospime/apollo-client", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Apollo HTTP client with response caching", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -158,3 +158,3 @@ const https = require('https'); | ||
const mapperSub = ([key, subfields]) => { | ||
return mapped.push(`${key}: { ${this.parseFields(subfields)} }`); | ||
return mapped.push(`${key} { ${this.parseFields(subfields)} }`); | ||
} | ||
@@ -161,0 +161,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
12220