@wooksjs/event-wf 0.5.12 → 0.5.14

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
@@ -70,7 +70,7 @@ app.start('adding', { result: 0 })
70
70
 
71
71
  ## Documentation
72
72
 
73
- For more detailed documentation, please visit [wooks.moost.org](https://wooks.moost.org/wfapp/).
73
+ For more detailed documentation, please visit [wooks.moost.org](https://wooks.moost.org/wf/).
74
74
 
75
75
  ## Contributing
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/event-wf",
3
- "version": "0.5.12",
3
+ "version": "0.5.14",
4
4
  "description": "@wooksjs/event-wf",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -33,8 +33,8 @@
33
33
  "author": "Artem Maltsev",
34
34
  "license": "MIT",
35
35
  "peerDependencies": {
36
- "wooks": "0.5.12",
37
- "@wooksjs/event-core": "0.5.12"
36
+ "wooks": "0.5.14",
37
+ "@wooksjs/event-core": "0.5.14"
38
38
  },
39
39
  "dependencies": {
40
40
  "@prostojs/logger": "^0.4.0",