shared-store
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,7 @@ | ||
### 2.1.3 | ||
* Consume body of 304 response - **[@jkrems](https://github.com/jkrems)** [#32](https://github.com/groupon/shared-store/pull/32) | ||
- [`1453210`](https://github.com/groupon/shared-store/commit/145321022e7110d9509424d0b982fbb1d18c156e) **fix:** Consume body of 304 response | ||
### 2.1.2 | ||
@@ -2,0 +8,0 @@ |
@@ -68,2 +68,3 @@ | ||
debug('cache headers match'); | ||
response.resume(); | ||
} else { | ||
@@ -70,0 +71,0 @@ debug('cache header mismatch'); |
{ | ||
"name": "shared-store", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Keeping config data in sync", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
55563
1033