@synergenius/flow-weaver 0.21.22 → 0.22.0

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.
@@ -9671,7 +9671,7 @@ var VERSION;
9671
9671
  var init_generated_version = __esm({
9672
9672
  "src/generated-version.ts"() {
9673
9673
  "use strict";
9674
- VERSION = "0.21.22";
9674
+ VERSION = "0.22.0";
9675
9675
  }
9676
9676
  });
9677
9677
 
@@ -93175,7 +93175,7 @@ function displayInstalledPackage(pkg) {
93175
93175
  // src/cli/index.ts
93176
93176
  init_logger();
93177
93177
  init_error_utils();
93178
- var version2 = true ? "0.21.22" : "0.0.0-dev";
93178
+ var version2 = true ? "0.22.0" : "0.0.0-dev";
93179
93179
  var program2 = new Command();
93180
93180
  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", () => {
93181
93181
  logger.banner(version2);
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.21.22";
1
+ export declare const VERSION = "0.22.0";
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.21.22';
2
+ export const VERSION = '0.22.0';
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.21.22",
3
+ "version": "0.22.0",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",