wooks 0.3.6 → 0.3.8

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 +3 -3
package/README.md CHANGED
@@ -51,4 +51,4 @@ See full documentation for http event [here](https://github.com/wooksjs/wooksjs/
51
51
 
52
52
  ## Documentation
53
53
 
54
- To check out docs, visit [wooksjs.org](https://wooksjs.org/).
54
+ 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": "wooks",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "wooks",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,9 +31,9 @@
31
31
  "url": "https://github.com/wooksjs/wooksjs/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@prostojs/router": "^0.1.0",
34
+ "@prostojs/router": "^0.1.1",
35
35
  "@prostojs/logger": "^0.3.6",
36
- "@wooksjs/event-core": "0.3.6"
36
+ "@wooksjs/event-core": "0.3.8"
37
37
  },
38
38
  "homepage": "https://github.com/wooksjs/wooksjs/tree/main/packages/wooks#readme"
39
39
  }