@synergenius/flow-weaver 0.27.3 → 0.27.4

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.
@@ -5987,7 +5987,7 @@ var VERSION;
5987
5987
  var init_generated_version = __esm({
5988
5988
  "src/generated-version.ts"() {
5989
5989
  "use strict";
5990
- VERSION = "0.27.3";
5990
+ VERSION = "0.27.4";
5991
5991
  }
5992
5992
  });
5993
5993
 
@@ -88468,7 +88468,7 @@ function parseIntStrict(value) {
88468
88468
  // src/cli/index.ts
88469
88469
  init_logger();
88470
88470
  init_error_utils();
88471
- var version2 = true ? "0.27.3" : "0.0.0-dev";
88471
+ var version2 = true ? "0.27.4" : "0.0.0-dev";
88472
88472
  var program2 = new Command();
88473
88473
  program2.name("fw").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", () => {
88474
88474
  logger.banner(version2);
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.27.3";
1
+ export declare const VERSION = "0.27.4";
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.27.3';
2
+ export const VERSION = '0.27.4';
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.27.3",
3
+ "version": "0.27.4",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",