@synergenius/flow-weaver 0.12.1 → 0.12.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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.12.1";
1
+ export declare const VERSION = "0.12.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.12.1';
2
+ export const VERSION = '0.12.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.12.1",
3
+ "version": "0.12.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",
@@ -141,7 +141,8 @@
141
141
  "source-map": "^0.7.6",
142
142
  "ts-morph": "^21.0.1",
143
143
  "ws": "^8.19.0",
144
- "zod": "^3.22.4"
144
+ "zod": "^3.22.4",
145
+ "esbuild": "^0.27.2"
145
146
  },
146
147
  "devDependencies": {
147
148
  "@types/js-yaml": "^4.0.9",
@@ -149,7 +150,6 @@
149
150
  "@types/react": "^19.0.0",
150
151
  "@types/ws": "^8.18.1",
151
152
  "@vitest/coverage-v8": "^4.0.18",
152
- "esbuild": "^0.27.2",
153
153
  "prettier": "^3.1.1",
154
154
  "rimraf": "6.1.2",
155
155
  "ts-node": "^10.9.2",