@auto-engineer/cli 1.46.0 → 1.51.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 +105 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,110 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.51.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
8
+
9
+ - [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add passThroughEnv for environment variables
10
+ - **root**: add release script to all packages and update turbo configuration
11
+ - **root**: add --no-git-checks option to publish command
12
+ - **root**: add workspace concurrency option to publish command
13
+ - **global**: version packages
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59), [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad)]:
18
+ - @auto-engineer/file-store@1.51.0
19
+ - @auto-engineer/narrative@1.51.0
20
+ - @auto-engineer/pipeline@1.51.0
21
+
22
+ ## 1.50.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
27
+
28
+ - [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add release script to all packages and update turbo configuration
29
+ - **root**: add --no-git-checks option to publish command
30
+ - **root**: add workspace concurrency option to publish command
31
+ - **global**: version packages
32
+ - **global**: version packages
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [[`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888), [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501)]:
37
+ - @auto-engineer/file-store@1.50.0
38
+ - @auto-engineer/narrative@1.50.0
39
+ - @auto-engineer/pipeline@1.50.0
40
+
41
+ ## 1.49.0
42
+
43
+ ### Minor Changes
44
+
45
+ - [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
46
+ - Updated turbo configuration to support the new release workflow
47
+
48
+ ### Patch Changes
49
+
50
+ - [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add --no-git-checks option to publish command
51
+ - **root**: add workspace concurrency option to publish command
52
+ - **global**: version packages
53
+ - **global**: version packages
54
+ - Updated dependencies [[`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e), [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb)]:
55
+ - @auto-engineer/file-store@1.49.0
56
+ - @auto-engineer/narrative@1.49.0
57
+ - @auto-engineer/pipeline@1.49.0
58
+
59
+ ## 1.48.1
60
+
61
+ ### Patch Changes
62
+
63
+ - [`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added `--no-git-checks` option to the publish command to skip git validation during publishing
64
+
65
+ - [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add workspace concurrency option to publish command
66
+ - **global**: version packages
67
+ - Updated dependencies [[`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e), [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d)]:
68
+ - @auto-engineer/file-store@1.48.1
69
+ - @auto-engineer/narrative@1.48.1
70
+ - @auto-engineer/pipeline@1.48.1
71
+
72
+ ## 1.48.0
73
+
74
+ ### Minor Changes
75
+
76
+ - [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: add port option and wait for HTTP readiness in start commands
77
+ - **global**: version packages
78
+
79
+ ### Patch Changes
80
+
81
+ - [`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added workspace concurrency option to the publish command for faster parallel publishing
82
+
83
+ - Updated dependencies [[`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce), [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5)]:
84
+ - @auto-engineer/file-store@1.48.0
85
+ - @auto-engineer/narrative@1.48.0
86
+ - @auto-engineer/pipeline@1.48.0
87
+
88
+ ## 1.47.0
89
+
90
+ ### Minor Changes
91
+
92
+ - [`47ceac6`](https://github.com/BeOnAuto/auto-engineer/commit/47ceac6de603d6ee6e7d45e9affc4cb75eab943e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: generate InputType classes for referenced types in mutations
93
+ - **server-generator-apollo-emmett**: generate ObjectType classes for referenced types in queries
94
+ - **server-generator-apollo-emmett**: wire referencedTypes into template pipeline
95
+ - **server-generator-apollo-emmett**: add resolveReferencedMessageTypes helper
96
+ - **global**: version packages
97
+
98
+ - [`bb7b02b`](https://github.com/BeOnAuto/auto-engineer/commit/bb7b02bdc7059f0817dde5bb795377d9797e7c7a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added configurable port option for dev server start commands
99
+ - Dev server now waits for HTTP readiness before reporting as started, improving reliability
100
+
101
+ ### Patch Changes
102
+
103
+ - Updated dependencies [[`47ceac6`](https://github.com/BeOnAuto/auto-engineer/commit/47ceac6de603d6ee6e7d45e9affc4cb75eab943e), [`bb7b02b`](https://github.com/BeOnAuto/auto-engineer/commit/bb7b02bdc7059f0817dde5bb795377d9797e7c7a)]:
104
+ - @auto-engineer/file-store@1.47.0
105
+ - @auto-engineer/narrative@1.47.0
106
+ - @auto-engineer/pipeline@1.47.0
107
+
3
108
  ## 1.46.0
4
109
 
5
110
  ### 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.46.0",
48
- "@auto-engineer/narrative": "1.46.0",
49
- "@auto-engineer/pipeline": "1.46.0"
47
+ "@auto-engineer/file-store": "1.51.0",
48
+ "@auto-engineer/narrative": "1.51.0",
49
+ "@auto-engineer/pipeline": "1.51.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^22.0.0",
@@ -54,13 +54,14 @@
54
54
  "ink-testing-library": "^4.0.0",
55
55
  "socket.io-client": "^4.8.3"
56
56
  },
57
- "version": "1.46.0",
57
+ "version": "1.51.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",
61
61
  "test:watch": "vitest",
62
62
  "type-check": "tsc --noEmit",
63
63
  "link:dev": "pnpm build && pnpm link --global",
64
- "unlink:dev": "pnpm unlink --global"
64
+ "unlink:dev": "pnpm unlink --global",
65
+ "release": "pnpm publish --no-git-checks"
65
66
  }
66
67
  }