@wooksjs/http-proxy 0.3.5 → 0.3.7

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
@@ -99,4 +99,4 @@ app.get('*', async () => {
99
99
 
100
100
  ## Documentation
101
101
 
102
- To check out docs, visit [wooksjs.org](https://wooksjs.org/).
102
+ To check out docs, visit [wooks.moost.org](https://wooks.moost.org/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/http-proxy",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
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.3.5"
34
+ "@wooksjs/event-http": "0.3.7"
35
35
  },
36
36
  "dependencies": {
37
37
  "node-fetch-native": "^1.0.1"