@wooksjs/http-proxy 0.2.22 → 0.3.0

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
@@ -13,7 +13,7 @@ Wooks Proxy is composable proxy for [@wooksjs/event-http](https://github.com/woo
13
13
 
14
14
  🔥 An easy way to proxy request!
15
15
 
16
- ## Install
16
+ ## Installation
17
17
 
18
18
  `npm install @wooksjs/http-proxy`
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/http-proxy",
3
- "version": "0.2.22",
3
+ "version": "0.3.0",
4
4
  "description": "Proxy Wooks composable",
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.22"
34
+ "@wooksjs/event-http": "0.3.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "node-fetch-native": "^1.0.1"