@auto-engineer/cli 1.58.0 → 1.60.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.60.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e37c8aa`](https://github.com/BeOnAuto/auto-engineer/commit/e37c8aa2860adbdf51716bcbad52a21b4d13c4bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced dark mode support for generated React client components
8
+ - Improved loading state styles for better visual feedback during data fetching
9
+
10
+ - [`93d25e4`](https://github.com/BeOnAuto/auto-engineer/commit/93d25e4fbe55e41405d9bb600f2b9e7f53db0cb0) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/react-component-implementer**: fix issues with app implementation
11
+ - **global**: version packages
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`e37c8aa`](https://github.com/BeOnAuto/auto-engineer/commit/e37c8aa2860adbdf51716bcbad52a21b4d13c4bf), [`93d25e4`](https://github.com/BeOnAuto/auto-engineer/commit/93d25e4fbe55e41405d9bb600f2b9e7f53db0cb0)]:
16
+ - @auto-engineer/file-store@1.60.0
17
+ - @auto-engineer/narrative@1.60.0
18
+ - @auto-engineer/pipeline@1.60.0
19
+
20
+ ## 1.59.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: sanitize malformed map types in field definitions
25
+ - **server-generator-apollo-emmett**: add sanitizeFieldType helper
26
+ - **server-generator-apollo-emmett**: emit SliceGenerationFailed for skipped fields
27
+ - **server-generator-apollo-emmett**: sanitize messages and track SkippedFieldInfo
28
+ - **server-generator-apollo-emmett**: add isValidTsIdentifier and filter inline fields
29
+
30
+ - [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed issues with app implementation in the React component implementer
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4), [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244)]:
35
+ - @auto-engineer/file-store@1.59.0
36
+ - @auto-engineer/narrative@1.59.0
37
+ - @auto-engineer/pipeline@1.59.0
38
+
3
39
  ## 1.58.0
4
40
 
5
41
  ### Minor Changes
package/package.json CHANGED
@@ -44,9 +44,9 @@
44
44
  "ora": "^8.0.1",
45
45
  "react": "^18.3.1",
46
46
  "socket.io": "^4.7.5",
47
- "@auto-engineer/file-store": "1.58.0",
48
- "@auto-engineer/narrative": "1.58.0",
49
- "@auto-engineer/pipeline": "1.58.0"
47
+ "@auto-engineer/file-store": "1.60.0",
48
+ "@auto-engineer/narrative": "1.60.0",
49
+ "@auto-engineer/pipeline": "1.60.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^22.0.0",
@@ -54,7 +54,7 @@
54
54
  "ink-testing-library": "^4.0.0",
55
55
  "socket.io-client": "^4.8.3"
56
56
  },
57
- "version": "1.58.0",
57
+ "version": "1.60.0",
58
58
  "scripts": {
59
59
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
60
60
  "test": "vitest run --reporter=dot",