@synergenius/flow-weaver 0.17.2 → 0.17.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.
@@ -25611,7 +25611,7 @@ var VERSION2;
25611
25611
  var init_generated_version = __esm({
25612
25612
  "src/generated-version.ts"() {
25613
25613
  "use strict";
25614
- VERSION2 = "0.17.2";
25614
+ VERSION2 = "0.17.3";
25615
25615
  }
25616
25616
  });
25617
25617
 
@@ -109257,7 +109257,7 @@ function displayInstalledPackage(pkg) {
109257
109257
 
109258
109258
  // src/cli/index.ts
109259
109259
  init_error_utils();
109260
- var version2 = true ? "0.17.2" : "0.0.0-dev";
109260
+ var version2 = true ? "0.17.3" : "0.0.0-dev";
109261
109261
  var program2 = new Command();
109262
109262
  program2.name("flow-weaver").description("Flow Weaver Annotations - Compile and validate workflow files").option("-v, --version", "Output the current version").option("--no-color", "Disable colors").option("--color", "Force colors").on("option:version", () => {
109263
109263
  logger.banner(version2);
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.17.2";
1
+ export declare const VERSION = "0.17.3";
2
2
  //# sourceMappingURL=generated-version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/generate-version.ts — do not edit manually
2
- export const VERSION = '0.17.2';
2
+ export const VERSION = '0.17.3';
3
3
  //# sourceMappingURL=generated-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergenius/flow-weaver",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",