@auto-engineer/job-graph-processor 1.110.7 → 1.112.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.
- 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 +64 -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.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.112.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/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.111.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
|
[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 04:26:42
|
|
13
|
+
[2m Duration [22m 12.02s[2m (transform 3.32s, setup 0ms, collect 9.52s, tests 3.97s, environment 3ms, prepare 8.22s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.111.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,69 @@
|
|
|
1
1
|
# @auto-engineer/job-graph-processor
|
|
2
2
|
|
|
3
|
+
## 1.112.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7ffc5c3`](https://github.com/BeOnAuto/auto-engineer/commit/7ffc5c370b4fc69f67b5b75d9804cc8b9f8ad12c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: improvements
|
|
8
|
+
- **app-assembler**: sort exports
|
|
9
|
+
- **server-generator-apollo-emmett**: remove slice-type guard from findEventSource data.items check
|
|
10
|
+
- **server-generator-apollo-emmett**: extract data.items events for command slices
|
|
11
|
+
- **server-generator-apollo-emmett**: exclude custom input type args from enum imports
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`a13e16d`](https://github.com/BeOnAuto/auto-engineer/commit/a13e16d2de9d3791c29102e936d0f0e8970f0be9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: align version with other packages for npm publish
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`a13e16d`](https://github.com/BeOnAuto/auto-engineer/commit/a13e16d2de9d3791c29102e936d0f0e8970f0be9), [`7ffc5c3`](https://github.com/BeOnAuto/auto-engineer/commit/7ffc5c370b4fc69f67b5b75d9804cc8b9f8ad12c)]:
|
|
18
|
+
- @auto-engineer/message-bus@1.112.0
|
|
19
|
+
|
|
20
|
+
## 1.111.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- [`bb1d999`](https://github.com/BeOnAuto/auto-engineer/commit/bb1d9993bf8e1759f510dc69fb29f29aa78551c6) Thanks [@osamanar](https://github.com/osamanar)! - - Improved overall system functionality and reliability
|
|
25
|
+
- Fixed configuration issues in the typical example setup
|
|
26
|
+
- Updated dependency lock file for consistency
|
|
27
|
+
|
|
28
|
+
- [`7ce6b69`](https://github.com/BeOnAuto/auto-engineer/commit/7ce6b69f51721efa94401226bdc1df746e2e923b) Thanks [@osamanar](https://github.com/osamanar)! - - Improvements across the project
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- [`7f19f4d`](https://github.com/BeOnAuto/auto-engineer/commit/7f19f4d1bbd91f0c5800aea47d726ba652d742ce) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — mark fixes 9-11 complete
|
|
33
|
+
|
|
34
|
+
- [`500ec1a`](https://github.com/BeOnAuto/auto-engineer/commit/500ec1a8101687408b91101f774dcc78c9c1b800) Thanks [@osamanar](https://github.com/osamanar)! - - Removed AI-generated comments from React component implementation output
|
|
35
|
+
|
|
36
|
+
- [`ffbbb2c`](https://github.com/BeOnAuto/auto-engineer/commit/ffbbb2cdf59ed184407886a58fb6fc7cacbefd92) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove schema.graphql references from pipeline and app-implementer
|
|
37
|
+
|
|
38
|
+
- [`c17f465`](https://github.com/BeOnAuto/auto-engineer/commit/c17f465bd93fe614a64bf4dfd2e3bd2765d362f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: npm install issue
|
|
39
|
+
- **global**: update biome command and add DEPS_PRE_WARMED check
|
|
40
|
+
- **global**: version packages
|
|
41
|
+
|
|
42
|
+
- [`02c8ded`](https://github.com/BeOnAuto/auto-engineer/commit/02c8ded9279b6a4017e09e1e0d0a48fd71f51b15) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: extract data.items events for command slices
|
|
43
|
+
|
|
44
|
+
- [`5143dc5`](https://github.com/BeOnAuto/auto-engineer/commit/5143dc57bbe4014d55e92b5d5c10bf37fc73b1c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: exclude custom input type args from enum imports
|
|
45
|
+
|
|
46
|
+
- [`ec342da`](https://github.com/BeOnAuto/auto-engineer/commit/ec342daf65ee36d33a510ad454ba3e908c8f8bad) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove slice-type guard from findEventSource data.items check
|
|
47
|
+
|
|
48
|
+
- [`d3e6002`](https://github.com/BeOnAuto/auto-engineer/commit/d3e60020228270c2cae2b8ac62ebc05362182ace) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-nestjs**: remove contextSchemaGraphQL from ServerGeneratedEvent
|
|
49
|
+
|
|
50
|
+
- [`2f49710`](https://github.com/BeOnAuto/auto-engineer/commit/2f49710dfd56279c2eee7f95178e7d9cefc5d680) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove generate-schema template and update READMEs
|
|
51
|
+
|
|
52
|
+
- [`c651bb9`](https://github.com/BeOnAuto/auto-engineer/commit/c651bb9b7d2b9d413991d45e141e9420611ea2b1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove misleading "valid" qualifier from test descriptions
|
|
53
|
+
|
|
54
|
+
- [`b74aa8b`](https://github.com/BeOnAuto/auto-engineer/commit/b74aa8b743678cba6150e180551bbe768f2e633f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed export ordering in app assembler to ensure consistent and deterministic output
|
|
55
|
+
|
|
56
|
+
- [`e3999db`](https://github.com/BeOnAuto/auto-engineer/commit/e3999db87041cc4368558bdb9a373bc158133ec2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan for round 3 fixes 9-11
|
|
57
|
+
|
|
58
|
+
- [`27388d5`](https://github.com/BeOnAuto/auto-engineer/commit/27388d556143ae2e33cf35ffd473150e72accae2) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed auto configuration in the typical example project
|
|
59
|
+
|
|
60
|
+
- [`720e9cd`](https://github.com/BeOnAuto/auto-engineer/commit/720e9cd32eead2a5af0c96dbcec8f2427f6c5676) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: map custom GraphQL input type args to GraphQLJSON
|
|
61
|
+
|
|
62
|
+
- [`3eb5840`](https://github.com/BeOnAuto/auto-engineer/commit/3eb58407bacfd13535ad2486caed1f1722a95d5c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove GraphQL schema generation
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [[`7f19f4d`](https://github.com/BeOnAuto/auto-engineer/commit/7f19f4d1bbd91f0c5800aea47d726ba652d742ce), [`500ec1a`](https://github.com/BeOnAuto/auto-engineer/commit/500ec1a8101687408b91101f774dcc78c9c1b800), [`ffbbb2c`](https://github.com/BeOnAuto/auto-engineer/commit/ffbbb2cdf59ed184407886a58fb6fc7cacbefd92), [`c17f465`](https://github.com/BeOnAuto/auto-engineer/commit/c17f465bd93fe614a64bf4dfd2e3bd2765d362f4), [`02c8ded`](https://github.com/BeOnAuto/auto-engineer/commit/02c8ded9279b6a4017e09e1e0d0a48fd71f51b15), [`5143dc5`](https://github.com/BeOnAuto/auto-engineer/commit/5143dc57bbe4014d55e92b5d5c10bf37fc73b1c3), [`ec342da`](https://github.com/BeOnAuto/auto-engineer/commit/ec342daf65ee36d33a510ad454ba3e908c8f8bad), [`d3e6002`](https://github.com/BeOnAuto/auto-engineer/commit/d3e60020228270c2cae2b8ac62ebc05362182ace), [`2f49710`](https://github.com/BeOnAuto/auto-engineer/commit/2f49710dfd56279c2eee7f95178e7d9cefc5d680), [`c651bb9`](https://github.com/BeOnAuto/auto-engineer/commit/c651bb9b7d2b9d413991d45e141e9420611ea2b1), [`b74aa8b`](https://github.com/BeOnAuto/auto-engineer/commit/b74aa8b743678cba6150e180551bbe768f2e633f), [`e3999db`](https://github.com/BeOnAuto/auto-engineer/commit/e3999db87041cc4368558bdb9a373bc158133ec2), [`27388d5`](https://github.com/BeOnAuto/auto-engineer/commit/27388d556143ae2e33cf35ffd473150e72accae2), [`720e9cd`](https://github.com/BeOnAuto/auto-engineer/commit/720e9cd32eead2a5af0c96dbcec8f2427f6c5676), [`bb1d999`](https://github.com/BeOnAuto/auto-engineer/commit/bb1d9993bf8e1759f510dc69fb29f29aa78551c6), [`3eb5840`](https://github.com/BeOnAuto/auto-engineer/commit/3eb58407bacfd13535ad2486caed1f1722a95d5c), [`7ce6b69`](https://github.com/BeOnAuto/auto-engineer/commit/7ce6b69f51721efa94401226bdc1df746e2e923b)]:
|
|
65
|
+
- @auto-engineer/message-bus@1.111.0
|
|
66
|
+
|
|
3
67
|
## 1.110.7
|
|
4
68
|
|
|
5
69
|
### 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.
|
|
9
|
+
"@auto-engineer/message-bus": "1.112.0"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@auto-engineer/pipeline": "1.
|
|
12
|
+
"@auto-engineer/pipeline": "1.112.0"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.112.0",
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
20
20
|
"test": "vitest run --reporter=dot",
|