@auto-engineer/narrative 1.79.0 → 1.81.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 +40 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/narrative@1.
|
|
2
|
+
> @auto-engineer/narrative@1.80.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m18 passed[39m[22m[90m (18)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m228 passed[39m[22m[90m (228)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 01:54:10
|
|
13
|
+
[2m Duration [22m 33.24s[2m (transform 4.84s, setup 0ms, collect 42.00s, tests 24.99s, environment 9ms, prepare 10.33s)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @auto-engineer/flow
|
|
2
2
|
|
|
3
|
+
## 1.81.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9e5108b`](https://github.com/BeOnAuto/auto-engineer/commit/9e5108b25fc9b9ede6a4b51e450ac9c85e3e40c4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-checks**: extract runLintCheck core logic
|
|
8
|
+
- **server-checks**: extract runTypeCheck core logic
|
|
9
|
+
- **server-checks**: extract findProjectRoot into shared module
|
|
10
|
+
- format files with biome
|
|
11
|
+
- **app-implementer**: replace Message[] with ChatTurn in RefinementHistory
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`f225ede`](https://github.com/BeOnAuto/auto-engineer/commit/f225edec208bb5bce29869c676e7cca35f5b0958) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added Hot Module Replacement (HMR) configuration to the generated React client's Vite server settings
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`9e5108b`](https://github.com/BeOnAuto/auto-engineer/commit/9e5108b25fc9b9ede6a4b51e450ac9c85e3e40c4), [`f225ede`](https://github.com/BeOnAuto/auto-engineer/commit/f225edec208bb5bce29869c676e7cca35f5b0958)]:
|
|
18
|
+
- @auto-engineer/file-store@1.81.0
|
|
19
|
+
- @auto-engineer/id@1.81.0
|
|
20
|
+
- @auto-engineer/message-bus@1.81.0
|
|
21
|
+
|
|
22
|
+
## 1.80.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [`43082f0`](https://github.com/BeOnAuto/auto-engineer/commit/43082f08820c36d3f380b0e47b98263bc0287cf2) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-checks**: extract runLintCheck core logic
|
|
27
|
+
- **server-checks**: extract runTypeCheck core logic
|
|
28
|
+
- **server-checks**: extract findProjectRoot into shared module
|
|
29
|
+
- **app-implementer**: replace Message[] with ChatTurn in RefinementHistory
|
|
30
|
+
- **react-component-implementer**: replace Message[] with ChatTurn in RefinementHistory
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [`4bdde8b`](https://github.com/BeOnAuto/auto-engineer/commit/4bdde8b4803a8e85234786e4d2e0cc227ad10859) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Temporarily disabled existing tests in app and component generator specs for upcoming refactor
|
|
35
|
+
|
|
36
|
+
- [`3e7f02d`](https://github.com/BeOnAuto/auto-engineer/commit/3e7f02d79e078374c02c76ee7d261c76c35ce3be) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - format files with biome
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`4bdde8b`](https://github.com/BeOnAuto/auto-engineer/commit/4bdde8b4803a8e85234786e4d2e0cc227ad10859), [`43082f0`](https://github.com/BeOnAuto/auto-engineer/commit/43082f08820c36d3f380b0e47b98263bc0287cf2), [`3e7f02d`](https://github.com/BeOnAuto/auto-engineer/commit/3e7f02d79e078374c02c76ee7d261c76c35ce3be)]:
|
|
39
|
+
- @auto-engineer/file-store@1.80.0
|
|
40
|
+
- @auto-engineer/id@1.80.0
|
|
41
|
+
- @auto-engineer/message-bus@1.80.0
|
|
42
|
+
|
|
3
43
|
## 1.79.0
|
|
4
44
|
|
|
5
45
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"typescript": "^5.9.2",
|
|
28
28
|
"zod": "^3.22.4",
|
|
29
29
|
"zod-to-json-schema": "^3.22.3",
|
|
30
|
-
"@auto-engineer/file-store": "1.
|
|
31
|
-
"@auto-engineer/id": "1.
|
|
32
|
-
"@auto-engineer/message-bus": "1.
|
|
30
|
+
"@auto-engineer/file-store": "1.81.0",
|
|
31
|
+
"@auto-engineer/id": "1.81.0",
|
|
32
|
+
"@auto-engineer/message-bus": "1.81.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^20.0.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"version": "1.
|
|
42
|
+
"version": "1.81.0",
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsx scripts/build.ts",
|
|
45
45
|
"test": "vitest run --reporter=dot",
|