@auto-engineer/job-graph-processor 1.110.1 → 1.110.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +40 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.110.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.110.3 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/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.110.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.110.2 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
|
[2m Test Files [22m [1m[32m12 passed[39m[22m[90m (12)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m83 passed[39m[22m[90m (83)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 19:04:36
|
|
13
|
+
[2m Duration [22m 15.31s[2m (transform 4.10s, setup 0ms, collect 11.84s, tests 4.92s, environment 29ms, prepare 9.90s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.110.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.110.2 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,45 @@
|
|
|
1
1
|
# @auto-engineer/job-graph-processor
|
|
2
2
|
|
|
3
|
+
## 1.110.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Simplified how components are handled in the pipeline
|
|
8
|
+
- Enhanced the client implementation for improved reliability
|
|
9
|
+
|
|
10
|
+
- [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: exclude spec files from AI context in implement-slice
|
|
11
|
+
- **server-generator-apollo-emmett**: enrich missing event data in react specs template
|
|
12
|
+
- **server-generator-apollo-emmett**: validate query args against state fields in resolver
|
|
13
|
+
- **server-generator-apollo-emmett**: per-variable stream ID classification in handle.ts
|
|
14
|
+
- **server-generator-apollo-emmett**: filter non-events from query when-events
|
|
15
|
+
|
|
16
|
+
- [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Restored lint, type-checking, test, and story fix loops in the pipeline
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293), [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4), [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8)]:
|
|
19
|
+
- @auto-engineer/message-bus@1.110.3
|
|
20
|
+
|
|
21
|
+
## 1.110.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [`28e4df1`](https://github.com/BeOnAuto/auto-engineer/commit/28e4df126f9f013cd5935d1ff5b0c951a5330944) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: validate query args against state fields in resolver
|
|
26
|
+
|
|
27
|
+
- [`00663f6`](https://github.com/BeOnAuto/auto-engineer/commit/00663f675720f1dc0e65aff1f869a6fc548ebd77) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: ketchup plan for scaffold & implementer fixes
|
|
28
|
+
|
|
29
|
+
- [`1059e28`](https://github.com/BeOnAuto/auto-engineer/commit/1059e2844a21c7e12727baddac9afec50c0171f9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: per-variable stream ID classification in handle.ts
|
|
30
|
+
|
|
31
|
+
- [`1291a9a`](https://github.com/BeOnAuto/auto-engineer/commit/1291a9a13bd0273096e7abaa8d8d3457037a5278) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: filter non-events from query when-events
|
|
32
|
+
|
|
33
|
+
- [`66db309`](https://github.com/BeOnAuto/auto-engineer/commit/66db309ac4a86ecae807fe636867e862d5390bc1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **component-implementor-react**: issue with missing imports in starter + improve story generation
|
|
34
|
+
- **global**: version packages
|
|
35
|
+
|
|
36
|
+
- [`aa43d9b`](https://github.com/BeOnAuto/auto-engineer/commit/aa43d9b0c1e6d00d5129a848e316d1447734b80f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: exclude spec files from AI context in implement-slice
|
|
37
|
+
|
|
38
|
+
- [`8f2c4fd`](https://github.com/BeOnAuto/auto-engineer/commit/8f2c4fd19c09b27efac4fd4735778f25d3554473) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: enrich missing event data in react specs template
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [[`28e4df1`](https://github.com/BeOnAuto/auto-engineer/commit/28e4df126f9f013cd5935d1ff5b0c951a5330944), [`00663f6`](https://github.com/BeOnAuto/auto-engineer/commit/00663f675720f1dc0e65aff1f869a6fc548ebd77), [`1059e28`](https://github.com/BeOnAuto/auto-engineer/commit/1059e2844a21c7e12727baddac9afec50c0171f9), [`1291a9a`](https://github.com/BeOnAuto/auto-engineer/commit/1291a9a13bd0273096e7abaa8d8d3457037a5278), [`66db309`](https://github.com/BeOnAuto/auto-engineer/commit/66db309ac4a86ecae807fe636867e862d5390bc1), [`aa43d9b`](https://github.com/BeOnAuto/auto-engineer/commit/aa43d9b0c1e6d00d5129a848e316d1447734b80f), [`8f2c4fd`](https://github.com/BeOnAuto/auto-engineer/commit/8f2c4fd19c09b27efac4fd4735778f25d3554473)]:
|
|
41
|
+
- @auto-engineer/message-bus@1.110.2
|
|
42
|
+
|
|
3
43
|
## 1.110.1
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"nanoid": "^5.0.0",
|
|
9
|
-
"@auto-engineer/message-bus": "1.110.
|
|
9
|
+
"@auto-engineer/message-bus": "1.110.3"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@auto-engineer/pipeline": "1.110.
|
|
12
|
+
"@auto-engineer/pipeline": "1.110.3"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"version": "1.110.
|
|
17
|
+
"version": "1.110.3",
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
20
20
|
"test": "vitest run --reporter=dot",
|