@auto-engineer/generate-react-client 1.67.0 → 1.69.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/CHANGELOG.md +47 -0
- package/dist/starter/src/App.tsx +2 -2
- package/dist/starter/src/index.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# @auto-engineer/generate-react-client
|
|
2
2
|
|
|
3
|
+
## 1.69.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1a2b945`](https://github.com/BeOnAuto/auto-engineer/commit/1a2b9450b359c83e5b2db1ec388eedb5d7186937) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: remove v1 SettledTracker, PhasedExecutor, and related projections
|
|
8
|
+
|
|
9
|
+
- [`ff965bb`](https://github.com/BeOnAuto/auto-engineer/commit/ff965bb66fe354a71646ae5cf1117ce6ec028e59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: wire V2 bridges into PipelineServer
|
|
10
|
+
|
|
11
|
+
- [`44884eb`](https://github.com/BeOnAuto/auto-engineer/commit/44884ebb193c4a67ef2ee3e4db277cf59321f82a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add V2RuntimeBridge for settled descriptor path
|
|
12
|
+
|
|
13
|
+
- [`89a89bb`](https://github.com/BeOnAuto/auto-engineer/commit/89a89bbce79c56dca51558bb53a2fdf6f2449906) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add processKeyed/getState/resetInstance to WorkflowProcessor
|
|
14
|
+
|
|
15
|
+
- [`e85c168`](https://github.com/BeOnAuto/auto-engineer/commit/e85c168b05612c4b2b14b4d2b014832e375ce28d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add phased bridge with V2 workflow processor integration
|
|
16
|
+
|
|
17
|
+
- [`6c6d235`](https://github.com/BeOnAuto/auto-engineer/commit/6c6d235b7f30edbf92bbd52a0a843b7f21d041a0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated landing page header styling with new text color and height
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [`b1ef570`](https://github.com/BeOnAuto/auto-engineer/commit/b1ef57088eab79473b2527bc574e4c35c7d2630b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
|
|
22
|
+
- **global**: bumps turbo
|
|
23
|
+
|
|
24
|
+
- [`1712efa`](https://github.com/BeOnAuto/auto-engineer/commit/1712efa6ad43c17755aa2cb22256c7fb420e9451) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: move V2 engine swap to DONE in ketchup plan
|
|
25
|
+
|
|
26
|
+
- [`6004cde`](https://github.com/BeOnAuto/auto-engineer/commit/6004cdec16f7fbaa1ef92bb7effe0e626c7b288c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: update ketchup plan with V2 engine swap bursts
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [[`b1ef570`](https://github.com/BeOnAuto/auto-engineer/commit/b1ef57088eab79473b2527bc574e4c35c7d2630b), [`1a2b945`](https://github.com/BeOnAuto/auto-engineer/commit/1a2b9450b359c83e5b2db1ec388eedb5d7186937), [`ff965bb`](https://github.com/BeOnAuto/auto-engineer/commit/ff965bb66fe354a71646ae5cf1117ce6ec028e59), [`44884eb`](https://github.com/BeOnAuto/auto-engineer/commit/44884ebb193c4a67ef2ee3e4db277cf59321f82a), [`89a89bb`](https://github.com/BeOnAuto/auto-engineer/commit/89a89bbce79c56dca51558bb53a2fdf6f2449906), [`e85c168`](https://github.com/BeOnAuto/auto-engineer/commit/e85c168b05612c4b2b14b4d2b014832e375ce28d), [`1712efa`](https://github.com/BeOnAuto/auto-engineer/commit/1712efa6ad43c17755aa2cb22256c7fb420e9451), [`6004cde`](https://github.com/BeOnAuto/auto-engineer/commit/6004cdec16f7fbaa1ef92bb7effe0e626c7b288c), [`6c6d235`](https://github.com/BeOnAuto/auto-engineer/commit/6c6d235b7f30edbf92bbd52a0a843b7f21d041a0)]:
|
|
29
|
+
- @auto-engineer/file-upload@1.69.0
|
|
30
|
+
- @auto-engineer/message-bus@1.69.0
|
|
31
|
+
|
|
32
|
+
## 1.68.0
|
|
33
|
+
|
|
34
|
+
### Minor Changes
|
|
35
|
+
|
|
36
|
+
- [`465e8cb`](https://github.com/BeOnAuto/auto-engineer/commit/465e8cb4ef9ebc43a3ecb3ce979f2cd19631310d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: emit PipelineRestarted event on RestartPipeline command
|
|
37
|
+
- **pipeline**: add SQLite persistence with dual-write and replay on startup
|
|
38
|
+
- **pipeline**: session-based status tracking
|
|
39
|
+
- **pipeline**: parallelize emit mapping commands with Promise.all
|
|
40
|
+
- **pipeline**: pipeline server v2 with POST /command, GET /health, /registry, /events SSE
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- [`b8c20b7`](https://github.com/BeOnAuto/auto-engineer/commit/b8c20b7c68bbea8aba9974b5d70193fb608bf014) Thanks [@osamanar](https://github.com/osamanar)! - - Bumped Turbo build tool to a newer version
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [[`b8c20b7`](https://github.com/BeOnAuto/auto-engineer/commit/b8c20b7c68bbea8aba9974b5d70193fb608bf014), [`465e8cb`](https://github.com/BeOnAuto/auto-engineer/commit/465e8cb4ef9ebc43a3ecb3ce979f2cd19631310d)]:
|
|
47
|
+
- @auto-engineer/file-upload@1.68.0
|
|
48
|
+
- @auto-engineer/message-bus@1.68.0
|
|
49
|
+
|
|
3
50
|
## 1.67.0
|
|
4
51
|
|
|
5
52
|
### Minor Changes
|
package/dist/starter/src/App.tsx
CHANGED
|
@@ -6,10 +6,10 @@ import { Separator } from '@/components/ui/Separator';
|
|
|
6
6
|
const queryClient = new QueryClient();
|
|
7
7
|
|
|
8
8
|
const LandingPage = () => (
|
|
9
|
-
<div className="min-h-screen flex items-center justify-center bg-gradient-to-br from-background to-muted/50">
|
|
9
|
+
<div className="min-h-screen flex items-center justify-center pb-32 bg-gradient-to-br from-background to-muted/50">
|
|
10
10
|
<Card className="border-0 shadow-none bg-transparent">
|
|
11
11
|
<CardContent className="flex flex-col items-center gap-6">
|
|
12
|
-
<h1 className="text-5xl md:text-7xl font-extralight tracking-tight text-foreground">Your ideas
|
|
12
|
+
<h1 className="text-5xl md:text-7xl font-extralight tracking-tight text-foreground">Your ideas, on Auto.</h1>
|
|
13
13
|
<Separator className="w-16 bg-muted-foreground/30" />
|
|
14
14
|
</CardContent>
|
|
15
15
|
</Card>
|
package/package.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"debug": "^4.4.1",
|
|
22
|
-
"@auto-engineer/file-upload": "1.
|
|
23
|
-
"@auto-engineer/message-bus": "1.
|
|
22
|
+
"@auto-engineer/file-upload": "1.69.0",
|
|
23
|
+
"@auto-engineer/message-bus": "1.69.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/debug": "^4.1.12"
|
|
27
27
|
},
|
|
28
|
-
"version": "1.
|
|
28
|
+
"version": "1.69.0",
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp -r starter dist/",
|
|
31
31
|
"test-cli": "tsx test-cli.ts",
|