@auto-engineer/generate-theme 1.80.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/CHANGELOG.md +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @auto-engineer/generate-theme
|
|
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/message-bus@1.81.0
|
|
19
|
+
|
|
3
20
|
## 1.80.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@ai-sdk/openai-compatible": "^2.0.10",
|
|
22
22
|
"ai": "^6.0.0",
|
|
23
23
|
"debug": "^4.4.1",
|
|
24
|
-
"@auto-engineer/message-bus": "1.
|
|
24
|
+
"@auto-engineer/message-bus": "1.81.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/debug": "^4.1.12"
|
|
28
28
|
},
|
|
29
|
-
"version": "1.
|
|
29
|
+
"version": "1.81.0",
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
32
32
|
"test": "vitest run --reporter=dot",
|