@auto-engineer/cli 1.110.5 → 1.110.7

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 +33 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.110.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6a15824`](https://github.com/BeOnAuto/auto-engineer/commit/6a1582475305b998959a28c9fed730d52bc8941f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed an npm install issue
8
+
9
+ - [`35a054d`](https://github.com/BeOnAuto/auto-engineer/commit/35a054dce282d69e97ab29cd08098d62f2dfc13d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: add lodash-es dependency for improved functionality
10
+ - **global**: version packages
11
+
12
+ - [`55f4848`](https://github.com/BeOnAuto/auto-engineer/commit/55f48484122daaacbdf312720745c48a49a988ec) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated biome command configuration for improved linting
13
+ - Added dependency pre-warming check to optimize build performance
14
+ - Updated dependencies [[`6a15824`](https://github.com/BeOnAuto/auto-engineer/commit/6a1582475305b998959a28c9fed730d52bc8941f), [`35a054d`](https://github.com/BeOnAuto/auto-engineer/commit/35a054dce282d69e97ab29cd08098d62f2dfc13d), [`55f4848`](https://github.com/BeOnAuto/auto-engineer/commit/55f48484122daaacbdf312720745c48a49a988ec)]:
15
+ - @auto-engineer/file-store@1.110.7
16
+ - @auto-engineer/narrative@1.110.7
17
+ - @auto-engineer/pipeline@1.110.7
18
+
19
+ ## 1.110.6
20
+
21
+ ### Patch Changes
22
+
23
+ - [`f64d5e5`](https://github.com/BeOnAuto/auto-engineer/commit/f64d5e563efee5740513012ba1de1fe95e0a67ea) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: include additional dependencies for optimization
24
+ - **server-generator-apollo-emmett**: exclude query arg fields from projection spec expected state
25
+ - **server-generator-apollo-emmett**: add CONSTRAINTS block to evolve.ts template
26
+ - **server-generator-apollo-emmett**: broaden cast prohibition and add field constraint in decide.ts
27
+ - **server-generator-apollo-emmett**: add CONSTRAINTS block to register.ts template
28
+
29
+ - [`1601973`](https://github.com/BeOnAuto/auto-engineer/commit/1601973e8459554a7f7af80821830e1391ba3709) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added lodash-es dependency to the typical package for improved functionality
30
+
31
+ - Updated dependencies [[`f64d5e5`](https://github.com/BeOnAuto/auto-engineer/commit/f64d5e563efee5740513012ba1de1fe95e0a67ea), [`1601973`](https://github.com/BeOnAuto/auto-engineer/commit/1601973e8459554a7f7af80821830e1391ba3709)]:
32
+ - @auto-engineer/file-store@1.110.6
33
+ - @auto-engineer/narrative@1.110.6
34
+ - @auto-engineer/pipeline@1.110.6
35
+
3
36
  ## 1.110.5
4
37
 
5
38
  ### Patch 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.110.5",
48
- "@auto-engineer/narrative": "1.110.5",
49
- "@auto-engineer/pipeline": "1.110.5"
47
+ "@auto-engineer/file-store": "1.110.7",
48
+ "@auto-engineer/narrative": "1.110.7",
49
+ "@auto-engineer/pipeline": "1.110.7"
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.110.5",
57
+ "version": "1.110.7",
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",