jest-matcher-http 1.4.3 → 1.4.5

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.
@@ -12,4 +12,5 @@ updates:
12
12
  schedule:
13
13
  interval: "daily"
14
14
  commit-message:
15
- prefix: "chore"
15
+ prefix: "fix"
16
+ open-pull-requests-limit: 0
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ v18
package/README.md CHANGED
@@ -60,7 +60,7 @@ expect(response).toReturnHttpHeader('Location', '/v1/new-path');
60
60
  ```bash
61
61
  expected http status code 500 to equal 307
62
62
 
63
- server responded with body:4
63
+ server responded with body:
64
64
  {
65
65
  "requestId": "<uuid>",
66
66
  "message": "Some helpful information."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-matcher-http",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "description": "Additional Jest matchers for HTTP responses.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {