@auto-engineer/narrative 1.125.1 → 1.127.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@1.125.1 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.127.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsx scripts/build.ts
4
4
 
5
5
  Running: tsc
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.125.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.126.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  22 passed (22)
11
11
   Tests  319 passed (319)
12
-  Start at  17:58:55
13
-  Duration  42.90s (transform 7.45s, setup 0ms, collect 54.13s, tests 30.51s, environment 22ms, prepare 14.48s)
12
+  Start at  07:06:25
13
+  Duration  46.54s (transform 8.94s, setup 0ms, collect 58.34s, tests 30.47s, environment 26ms, prepare 16.24s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/narrative@1.125.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.126.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 1.127.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added image asset and design schemas for enhanced visual representation in narratives
8
+
9
+ ### Patch Changes
10
+
11
+ - [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
12
+ - **global**: version packages
13
+
14
+ - [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated uuid dependency version to ensure compatibility and stability
15
+
16
+ - Updated dependencies [[`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09), [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18), [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf)]:
17
+ - @auto-engineer/file-store@1.127.0
18
+ - @auto-engineer/id@1.127.0
19
+ - @auto-engineer/message-bus@1.127.0
20
+
3
21
  ## 1.125.1
4
22
 
5
23
  ### Patch Changes