@wooksjs/http-body 0.2.23 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ Supported content types:
20
20
 
21
21
  Body parser does not parse every request's body. The parsing happens only when you call `parseBody` function.
22
22
 
23
- ## Install
23
+ ## Installation
24
24
 
25
25
  `npm install @wooksjs/http-body`
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/http-body",
3
- "version": "0.2.23",
3
+ "version": "0.3.1",
4
4
  "description": "@wooksjs/http-body",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/wooksjs/wooksjs/issues"
32
32
  },
33
33
  "peerDependencies": {
34
- "@wooksjs/event-http": "0.2.23"
34
+ "@wooksjs/event-http": "0.3.1"
35
35
  },
36
36
  "homepage": "https://github.com/wooksjs/wooksjs/tree/main/packages/http-body#readme"
37
37
  }