@auto-engineer/narrative 0.17.1 → 0.19.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@0.17.1 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@0.19.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsx scripts/build.ts
4
4
 
5
5
  Running: tsc
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - adds "typical" example
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @auto-engineer/message-bus@0.19.0
13
+ - @auto-engineer/file-store@0.19.0
14
+ - @auto-engineer/id@0.19.0
15
+
16
+ ## 0.18.0
17
+
18
+ ### Minor Changes
19
+
20
+ - Add middleware support
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies []:
25
+ - @auto-engineer/message-bus@0.18.0
26
+ - @auto-engineer/file-store@0.18.0
27
+ - @auto-engineer/id@0.18.0
28
+
3
29
  ## 0.17.1
4
30
 
5
31
  ### Patch Changes
@@ -894,7 +920,6 @@
894
920
  ### Patch Changes
895
921
 
896
922
  - [`988ab04`](https://github.com/SamHatoum/auto-engineer/commit/988ab04530d41e116df9196434c0e57ff2ee11a8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - Fix export:schema command and add comprehensive debug logging
897
-
898
923
  - Fixed export-schema command to use npx tsx for TypeScript support
899
924
  - Added proper JSON extraction from stdout to handle integration logs
900
925
  - Resolved issue where export:schema produced empty schemas despite valid flow definitions
package/package.json CHANGED
@@ -23,9 +23,9 @@
23
23
  "typescript": "^5.9.2",
24
24
  "zod": "^3.22.4",
25
25
  "zod-to-json-schema": "^3.22.3",
26
- "@auto-engineer/file-store": "0.17.1",
27
- "@auto-engineer/message-bus": "0.17.1",
28
- "@auto-engineer/id": "0.17.1"
26
+ "@auto-engineer/file-store": "0.19.0",
27
+ "@auto-engineer/message-bus": "0.19.0",
28
+ "@auto-engineer/id": "0.19.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.0.0",
@@ -35,7 +35,7 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "version": "0.17.1",
38
+ "version": "0.19.0",
39
39
  "scripts": {
40
40
  "build": "tsx scripts/build.ts",
41
41
  "test": "vitest run --reporter=dot",