@auto-engineer/cli 1.9.0 → 1.10.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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f3e6b55`](https://github.com/BeOnAuto/auto-engineer/commit/f3e6b5566b2ab37e4b945bd04168b994f394b33b) Thanks [@osamanar](https://github.com/osamanar)! - - Updated the implementation prompt for the frontend implementer to improve code generation quality
8
+
9
+ - [`3480c66`](https://github.com/BeOnAuto/auto-engineer/commit/3480c6658781048289c14ee58636825126334d1c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/information-architect**: adds template generation to FE app generation
10
+ - **global**: version packages
11
+ - **global**: add changeset
12
+ - **global**: fix pnpm lock file
13
+ - **global**: add changeset
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`f3e6b55`](https://github.com/BeOnAuto/auto-engineer/commit/f3e6b5566b2ab37e4b945bd04168b994f394b33b), [`3480c66`](https://github.com/BeOnAuto/auto-engineer/commit/3480c6658781048289c14ee58636825126334d1c)]:
18
+ - @auto-engineer/file-store@1.10.0
19
+ - @auto-engineer/narrative@1.10.0
20
+ - @auto-engineer/pipeline@1.10.0
21
+
3
22
  ## 1.9.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -40,15 +40,15 @@
40
40
  "node-fetch": "^3.3.2",
41
41
  "ora": "^8.0.1",
42
42
  "socket.io": "^4.7.5",
43
- "@auto-engineer/file-store": "1.9.0",
44
- "@auto-engineer/pipeline": "1.9.0",
45
- "@auto-engineer/narrative": "1.9.0"
43
+ "@auto-engineer/narrative": "1.10.0",
44
+ "@auto-engineer/pipeline": "1.10.0",
45
+ "@auto-engineer/file-store": "1.10.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.0.0",
49
49
  "socket.io-client": "^4.8.3"
50
50
  },
51
- "version": "1.9.0",
51
+ "version": "1.10.0",
52
52
  "scripts": {
53
53
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
54
54
  "test": "vitest run --reporter=dot",