sequential-workflow-designer-react 0.5.2 → 0.5.3
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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# Sequential Workflow Designer for React
|
|
4
4
|
|
|
@@ -106,7 +106,7 @@ At the end attach the designer.
|
|
|
106
106
|
/>
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
Check the [demo project](
|
|
109
|
+
Check the [demo project](https://github.com/nocode-js/sequential-workflow-designer/tree/main/demos/react-app).
|
|
110
110
|
|
|
111
111
|
## 💡 License
|
|
112
112
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sequential-workflow-designer-react",
|
|
3
3
|
"description": "React wrapper for Sequential Workflow Designer component.",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.3",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
7
7
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"react": "^18.2.0",
|
|
32
32
|
"react-dom": "^18.2.0",
|
|
33
|
-
"sequential-workflow-designer": "^0.5.
|
|
33
|
+
"sequential-workflow-designer": "^0.5.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
|
@@ -56,4 +56,4 @@
|
|
|
56
56
|
"react",
|
|
57
57
|
"reactjs"
|
|
58
58
|
]
|
|
59
|
-
}
|
|
59
|
+
}
|