@auto-engineer/job-graph-processor 1.19.0 → 1.20.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/job-graph-processor@1.18.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.19.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.18.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.19.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  11 passed (11)
11
11
   Tests  73 passed (73)
12
-  Start at  13:26:05
13
-  Duration  8.14s (transform 2.33s, setup 0ms, collect 5.08s, tests 1.65s, environment 7ms, prepare 6.74s)
12
+  Start at  16:03:27
13
+  Duration  10.43s (transform 3.17s, setup 0ms, collect 6.67s, tests 2.14s, environment 3ms, prepare 7.67s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.18.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.19.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @auto-engineer/job-graph-processor
2
2
 
3
+ ## 1.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1a07f67`](https://github.com/BeOnAuto/auto-engineer/commit/1a07f67e1e6dfe381866507408374e52361636b6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated allowed hosts configuration in Vite for client and starter packages to support additional development and deployment environments
8
+
9
+ ### Patch Changes
10
+
11
+ - [`127dfff`](https://github.com/BeOnAuto/auto-engineer/commit/127dfff9e568687f44c10541628ccb5cbd849f77) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed a race condition in server tests to improve test reliability
12
+
13
+ - [`9f67ac0`](https://github.com/BeOnAuto/auto-engineer/commit/9f67ac02e09ea502ee8b802519d9d852ef475330) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: remove stale package names from changesets
14
+ - **server-generator-apollo-emmett**: emit SliceGenerated events on no-change path
15
+ - **server-generator-apollo-emmett**: use raw projectionName for collectionName
16
+ - **narrative**: handle Array<T> type arguments in extractTypeReference
17
+ - **global**: version packages
18
+
19
+ - [`a38050e`](https://github.com/BeOnAuto/auto-engineer/commit/a38050e1942287ee6ada6ae97645d1f08b0bcb10) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Increased test timeouts for file watching and directory sync tests to improve test reliability
20
+
21
+ - [`0aa6411`](https://github.com/BeOnAuto/auto-engineer/commit/0aa6411d2c6907b7c96894c250588dcd3a43324b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added build dependency to the type-check task to ensure builds complete before type checking runs
22
+
23
+ - Updated dependencies [[`127dfff`](https://github.com/BeOnAuto/auto-engineer/commit/127dfff9e568687f44c10541628ccb5cbd849f77), [`9f67ac0`](https://github.com/BeOnAuto/auto-engineer/commit/9f67ac02e09ea502ee8b802519d9d852ef475330), [`1a07f67`](https://github.com/BeOnAuto/auto-engineer/commit/1a07f67e1e6dfe381866507408374e52361636b6), [`a38050e`](https://github.com/BeOnAuto/auto-engineer/commit/a38050e1942287ee6ada6ae97645d1f08b0bcb10), [`0aa6411`](https://github.com/BeOnAuto/auto-engineer/commit/0aa6411d2c6907b7c96894c250588dcd3a43324b)]:
24
+ - @auto-engineer/message-bus@1.20.0
25
+
3
26
  ## 1.19.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -7,15 +7,15 @@
7
7
  "dependencies": {
8
8
  "@event-driven-io/emmett": "^0.38.2",
9
9
  "nanoid": "^5.0.0",
10
- "@auto-engineer/message-bus": "1.19.0"
10
+ "@auto-engineer/message-bus": "1.20.0"
11
11
  },
12
12
  "devDependencies": {
13
- "@auto-engineer/pipeline": "1.19.0"
13
+ "@auto-engineer/pipeline": "1.20.0"
14
14
  },
15
15
  "publishConfig": {
16
16
  "access": "public"
17
17
  },
18
- "version": "1.19.0",
18
+ "version": "1.20.0",
19
19
  "scripts": {
20
20
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
21
21
  "test": "vitest run --reporter=dot",