@k03mad/request 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,9 +27,6 @@ jobs:
27
27
  - name: Set credentials
28
28
  run: git config user.email "auto@action.autoaction_1" && git config user.name "Action"
29
29
 
30
- - name: Git status
31
- run: git status
32
-
33
30
  - name: Update version
34
31
  run: npm version patch
35
32
 
@@ -22,7 +22,7 @@ const prepareRequestOpts = (opts = {}) => {
22
22
  }
23
23
 
24
24
  if (!preparedOpts.timeout) {
25
- preparedOpts.timeout = {request: 10_000};
25
+ preparedOpts.timeout = {request: 15_000};
26
26
  }
27
27
 
28
28
  if (!preparedOpts.headers) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/request",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Request library",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"