@synergenius/flow-weaver 0.10.6 → 0.10.7

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