@synergenius/flow-weaver 0.12.0 → 0.12.2

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.
@@ -0,0 +1,2 @@
1
+ export declare const VERSION = "0.12.2";
2
+ //# sourceMappingURL=generated-version.d.ts.map
@@ -0,0 +1,3 @@
1
+ // Auto-generated by scripts/generate-version.ts — do not edit manually
2
+ export const VERSION = '0.12.2';
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.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -83,6 +83,7 @@
83
83
  "LICENSE"
84
84
  ],
85
85
  "scripts": {
86
+ "prebuild": "tsx scripts/generate-version.ts",
86
87
  "build": "rimraf dist .tsbuildinfo && tsc -p tsconfig.build.json && npm run build:cli",
87
88
  "postbuild": "npx tsx scripts/postbuild.ts && npm run generate:docs",
88
89
  "generate:docs": "tsx scripts/generate-docs.ts",