chartmind 1.0.0 → 1.0.1

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 +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ Save the diagram somewhere in your project, for example under a folder called `c
63
63
 
64
64
  Now, implement your classes and register them in the registry. Then you can start the flowchart by its name. The following example demonstrates how:
65
65
 
66
- 📄**increment-counter-task.ts**
66
+ 📄**increment-counter.ts**
67
67
  ```ts
68
68
  import { ChartContext, Executable } from 'chartmind';
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chartmind",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Flowchart execution engine for drawio charts",
5
5
  "main": "build/src/index.js",
6
6
  "module": "build/src/index.js",