@auto-engineer/job-graph-processor 1.117.0 → 1.119.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 +35 -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.119.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.118.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 11:42:01
|
|
13
|
+
[2m Duration [22m 13.48s[2m (transform 3.54s, setup 0ms, collect 11.02s, tests 4.49s, environment 24ms, prepare 8.82s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.118.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,40 @@
|
|
|
1
1
|
# @auto-engineer/job-graph-processor
|
|
2
2
|
|
|
3
|
+
## 1.119.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d25dc6c`](https://github.com/BeOnAuto/auto-engineer/commit/d25dc6c41ff16c3beacf1a2a46b6b2148486f948) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **diff-patcher**: implement a new diff file writer to optimize llm writes, speed, and tokens
|
|
8
|
+
- **diff-patcher**: add streaming SEARCH/REPLACE parser and edit engine
|
|
9
|
+
- **global**: version packages
|
|
10
|
+
- **diff-patcher**: update pnpm-lock.yaml and remove package-lock.json
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`369e926`](https://github.com/BeOnAuto/auto-engineer/commit/369e926621289c7d2fdfff1c95b499865202ba4e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: resolve uuid v13 for emmett-sqlite via packageExtensions
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`d25dc6c`](https://github.com/BeOnAuto/auto-engineer/commit/d25dc6c41ff16c3beacf1a2a46b6b2148486f948), [`369e926`](https://github.com/BeOnAuto/auto-engineer/commit/369e926621289c7d2fdfff1c95b499865202ba4e)]:
|
|
17
|
+
- @auto-engineer/message-bus@1.119.0
|
|
18
|
+
|
|
19
|
+
## 1.118.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`55300e0`](https://github.com/BeOnAuto/auto-engineer/commit/55300e07253f3ae471ab6a455d9624d0af315773) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **diff-patcher**: add streaming SEARCH/REPLACE parser and edit engine
|
|
24
|
+
|
|
25
|
+
- [`d1e66c1`](https://github.com/BeOnAuto/auto-engineer/commit/d1e66c13469855e539750f934e232b5caa9a205b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: imrpoves ui generation pipeline
|
|
26
|
+
- **packages/adk-claude-code-bridge**: fix package not being published
|
|
27
|
+
- **global**: version packages
|
|
28
|
+
|
|
29
|
+
- [`22bb82a`](https://github.com/BeOnAuto/auto-engineer/commit/22bb82acc4210b35fe5d22c0bb92069555c709b2) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added a new diff-based file writer that optimizes how LLM-generated code changes are applied, reducing token usage and improving write speed
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- [`d958eba`](https://github.com/BeOnAuto/auto-engineer/commit/d958ebac413b219ff967683fee2334879d2232ea) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **diff-patcher**: update pnpm-lock.yaml and remove package-lock.json
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [[`55300e0`](https://github.com/BeOnAuto/auto-engineer/commit/55300e07253f3ae471ab6a455d9624d0af315773), [`d1e66c1`](https://github.com/BeOnAuto/auto-engineer/commit/d1e66c13469855e539750f934e232b5caa9a205b), [`22bb82a`](https://github.com/BeOnAuto/auto-engineer/commit/22bb82acc4210b35fe5d22c0bb92069555c709b2), [`d958eba`](https://github.com/BeOnAuto/auto-engineer/commit/d958ebac413b219ff967683fee2334879d2232ea)]:
|
|
36
|
+
- @auto-engineer/message-bus@1.118.0
|
|
37
|
+
|
|
3
38
|
## 1.117.0
|
|
4
39
|
|
|
5
40
|
### Minor 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.119.0"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@auto-engineer/pipeline": "1.
|
|
12
|
+
"@auto-engineer/pipeline": "1.119.0"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.119.0",
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
20
20
|
"test": "vitest run --reporter=dot",
|