@auto-engineer/pipeline 1.18.0 → 1.19.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 +31 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
2
|
+
> @auto-engineer/pipeline@1.18.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
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/pipeline@1.
|
|
2
|
+
> @auto-engineer/pipeline@1.18.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m27 passed[39m[22m[90m (27)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m475 passed[39m[22m[90m (475)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m 20.
|
|
12
|
+
[2m Start at [22m 13:26:04
|
|
13
|
+
[2m Duration [22m 20.21s[2m (transform 6.57s, setup 0ms, collect 11.48s, tests 17.16s, environment 30ms, prepare 11.95s)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @auto-engineer/pipeline
|
|
2
2
|
|
|
3
|
+
## 1.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`af79665`](https://github.com/BeOnAuto/auto-engineer/commit/af7966518d3496ce0880323756aa572df3da640a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: ngrok tunnel mode, TUI mode for better visibility
|
|
8
|
+
- **cli**: improve AutoTab display with remote access hint
|
|
9
|
+
- **dev-server**: use piped output in TUI mode
|
|
10
|
+
- **cli**: add ServiceRegistry to server and global accessor
|
|
11
|
+
- **cli**: integrate TUI as default startup mode
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`7c663c2`](https://github.com/BeOnAuto/auto-engineer/commit/7c663c23988a086d738b47735c1b5369f98faccb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated project tracking plan to mark completed work items
|
|
16
|
+
|
|
17
|
+
- [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed collection name case mismatch in Apollo/Emmett server generator that caused projection tests to fail
|
|
18
|
+
|
|
19
|
+
- [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed narrative type extraction to correctly handle generic types like Array<T>, producing accurate output such as "Array<{ name: string }>" instead of just "Array"
|
|
20
|
+
|
|
21
|
+
- [`6969856`](https://github.com/BeOnAuto/auto-engineer/commit/6969856d3d017cf14829a2235b1b02e2c65ce77f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed pipeline stalling when no schema changes are detected by ensuring slice generation events are always emitted
|
|
22
|
+
- Resolved issue where implementation steps would never trigger after a no-change scaffold generation
|
|
23
|
+
|
|
24
|
+
- [`2472cba`](https://github.com/BeOnAuto/auto-engineer/commit/2472cba432d6c99f86aa2850ada1016b215c71d5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated the ketchup plan for the Apollo-Emmett server generator with bursts 8-9
|
|
25
|
+
|
|
26
|
+
- [`b9f5389`](https://github.com/BeOnAuto/auto-engineer/commit/b9f53894162680342a23eaa95d46e17e69d8f5dd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Upgraded AI SDK from v5 to v6 across all packages to resolve version compatibility issues with the Anthropic provider
|
|
27
|
+
|
|
28
|
+
- [`776f131`](https://github.com/BeOnAuto/auto-engineer/commit/776f13124487782819f8586b541c32ec311f49d7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed narrative type extraction to correctly handle generic types like Array<T>, producing accurate output such as "Array<{ name: string }>" instead of just "Array"
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [[`7c663c2`](https://github.com/BeOnAuto/auto-engineer/commit/7c663c23988a086d738b47735c1b5369f98faccb), [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3), [`189a5b4`](https://github.com/BeOnAuto/auto-engineer/commit/189a5b4e22c10b0a43debae44c3a0df74c0612c3), [`6969856`](https://github.com/BeOnAuto/auto-engineer/commit/6969856d3d017cf14829a2235b1b02e2c65ce77f), [`2472cba`](https://github.com/BeOnAuto/auto-engineer/commit/2472cba432d6c99f86aa2850ada1016b215c71d5), [`af79665`](https://github.com/BeOnAuto/auto-engineer/commit/af7966518d3496ce0880323756aa572df3da640a), [`b9f5389`](https://github.com/BeOnAuto/auto-engineer/commit/b9f53894162680342a23eaa95d46e17e69d8f5dd), [`776f131`](https://github.com/BeOnAuto/auto-engineer/commit/776f13124487782819f8586b541c32ec311f49d7)]:
|
|
31
|
+
- @auto-engineer/file-store@1.19.0
|
|
32
|
+
- @auto-engineer/message-bus@1.19.0
|
|
33
|
+
|
|
3
34
|
## 1.18.0
|
|
4
35
|
|
|
5
36
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"get-port": "^7.1.0",
|
|
14
14
|
"jose": "^5.9.6",
|
|
15
15
|
"nanoid": "^5.0.0",
|
|
16
|
-
"@auto-engineer/
|
|
17
|
-
"@auto-engineer/
|
|
16
|
+
"@auto-engineer/message-bus": "1.19.0",
|
|
17
|
+
"@auto-engineer/file-store": "1.19.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/cors": "^2.8.17",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"version": "1.
|
|
26
|
+
"version": "1.19.0",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
29
29
|
"test": "vitest run --reporter=dot",
|