Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,7 @@ | ||
## 11 January 2018 | ||
### 1.1.4 | ||
- [fix] Correct `method` JSDoc. | ||
## 12 November 2018 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@rqt/aqt", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "An Advanced Network Request Package That Returns Body (Parsed As JSON If Needed), Headers And Status After Gzip Decompression.", | ||
@@ -51,5 +51,5 @@ "main": "build", | ||
"dependencies": { | ||
"catchment": "3.1.1", | ||
"catchment": "3.2.0", | ||
"erotic": "2.0.1" | ||
} | ||
} |
@@ -50,3 +50,3 @@ # @rqt/aqt | ||
| compress | _boolean_ | Add the `Accept-Encoding: gzip, deflate` header automatically to indicate to the server that it can send a compressed response. | `true` | | ||
| headers | _string_ | What HTTP method to use to send data. | `POST` | | ||
| method | _string_ | What HTTP method to use to send data. | `POST` | | ||
| binary | _boolean_ | Whether to return a buffer instead of a string. | `false` | | ||
@@ -68,3 +68,3 @@ | justHeaders | _boolean_ | Whether to stop the request after response headers were received, without waiting for the data. | `false` | | ||
"content-type": "text/plain", | ||
"date": "Wed, 26 Sep 2018 12:49:58 GMT", | ||
"date": "Fri, 11 Jan 2019 05:45:38 GMT", | ||
"connection": "close", | ||
@@ -158,4 +158,4 @@ "transfer-encoding": "chunked" | ||
(c) [Rqt][1] 2018 | ||
(c) [Rqt][1] 2019 | ||
[1]: https://rqt.biz |
Sorry, the diff of this file is not supported yet
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
19405
+ Addedcatchment@3.2.0(transitive)
- Removedcatchment@3.1.1(transitive)
Updatedcatchment@3.2.0