@synergenius/flow-weaver 0.10.4 → 0.10.5

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.
@@ -97096,7 +97096,7 @@ function displayInstalledPackage(pkg) {
97096
97096
  }
97097
97097
 
97098
97098
  // src/cli/index.ts
97099
- var version2 = true ? "0.10.4" : "0.0.0-dev";
97099
+ var version2 = true ? "0.10.5" : "0.0.0-dev";
97100
97100
  var program2 = new Command();
97101
97101
  program2.name("flow-weaver").description("Flow Weaver Annotations - Compile and validate workflow files").version(version2, "-v, --version", "Output the current version");
97102
97102
  program2.configureOutput({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergenius/flow-weaver",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",