Commit Graph

9 Commits

Author SHA1 Message Date
e21773fdee bump to 1.0.3 2024-11-09 14:03:09 -05:00
41f4151d41 Add support for nested manifolds
Introduced the `NestedManifoldRegion` class to enable embedding of `WorkflowFunctionManifold` inside regions, allowing hierarchical workflows. Updated `bin.js` to demonstrate the new functionality and adjusted `lib.js` for nested region navigation and execution logic. Updated `package.json` to specify "type": "module" for ES module support.
2024-11-09 14:02:14 -05:00
ba8d9e76c7 bump version 1.0.2 2024-11-09 11:40:49 -05:00
ba0c279cbc add cq tooling 2024-11-09 11:40:25 -05:00
a75efece58 bump version 1.0.1 2024-11-09 11:19:59 -05:00
c0aef565cd add bin 2024-11-09 11:18:48 -05:00
7de3d32349 update author in package.json 2024-11-09 11:13:39 -05:00
56f7f85235 Rename project, enhance documentation, and add error handling.
Updated project name and description in package.json for clearer purpose. Enhanced README with a detailed table of contents and error handling section. Improved error handling in index.js with comprehensive logging for various failure scenarios.
2024-11-09 11:11:30 -05:00
a98c467a39 init 2024-11-09 10:56:07 -05:00