@auto-engineer/cli 1.47.0 → 1.53.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 +121 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,126 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fix npmrc and remove prepublishOnly scripts
8
+ - **global**: version packages
9
+
10
+ ### Patch Changes
11
+
12
+ - [`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed authentication token path configuration for package publishing
13
+
14
+ - Updated dependencies [[`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550), [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a)]:
15
+ - @auto-engineer/file-store@1.53.0
16
+ - @auto-engineer/narrative@1.53.0
17
+ - @auto-engineer/pipeline@1.53.0
18
+
19
+ ## 1.52.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add auth token configuration to .npmrc
24
+ - **root**: add passThroughEnv for environment variables
25
+ - **root**: add release script to all packages and update turbo configuration
26
+ - **root**: add --no-git-checks option to publish command
27
+ - **root**: add workspace concurrency option to publish command
28
+
29
+ - [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed npm registry configuration for package publishing
30
+ - Removed prepublishOnly scripts across packages
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009), [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7)]:
35
+ - @auto-engineer/file-store@1.52.0
36
+ - @auto-engineer/narrative@1.52.0
37
+ - @auto-engineer/pipeline@1.52.0
38
+
39
+ ## 1.51.0
40
+
41
+ ### Minor Changes
42
+
43
+ - [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
44
+
45
+ - [`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
46
+ - **root**: add release script to all packages and update turbo configuration
47
+ - **root**: add --no-git-checks option to publish command
48
+ - **root**: add workspace concurrency option to publish command
49
+ - **global**: version packages
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [[`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59), [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad)]:
54
+ - @auto-engineer/file-store@1.51.0
55
+ - @auto-engineer/narrative@1.51.0
56
+ - @auto-engineer/pipeline@1.51.0
57
+
58
+ ## 1.50.0
59
+
60
+ ### Minor Changes
61
+
62
+ - [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
63
+
64
+ - [`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
65
+ - **root**: add --no-git-checks option to publish command
66
+ - **root**: add workspace concurrency option to publish command
67
+ - **global**: version packages
68
+ - **global**: version packages
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [[`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888), [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501)]:
73
+ - @auto-engineer/file-store@1.50.0
74
+ - @auto-engineer/narrative@1.50.0
75
+ - @auto-engineer/pipeline@1.50.0
76
+
77
+ ## 1.49.0
78
+
79
+ ### Minor Changes
80
+
81
+ - [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
82
+ - Updated turbo configuration to support the new release workflow
83
+
84
+ ### Patch Changes
85
+
86
+ - [`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
87
+ - **root**: add workspace concurrency option to publish command
88
+ - **global**: version packages
89
+ - **global**: version packages
90
+ - Updated dependencies [[`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e), [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb)]:
91
+ - @auto-engineer/file-store@1.49.0
92
+ - @auto-engineer/narrative@1.49.0
93
+ - @auto-engineer/pipeline@1.49.0
94
+
95
+ ## 1.48.1
96
+
97
+ ### Patch Changes
98
+
99
+ - [`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
100
+
101
+ - [`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
102
+ - **global**: version packages
103
+ - Updated dependencies [[`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e), [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d)]:
104
+ - @auto-engineer/file-store@1.48.1
105
+ - @auto-engineer/narrative@1.48.1
106
+ - @auto-engineer/pipeline@1.48.1
107
+
108
+ ## 1.48.0
109
+
110
+ ### Minor Changes
111
+
112
+ - [`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
113
+ - **global**: version packages
114
+
115
+ ### Patch Changes
116
+
117
+ - [`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
118
+
119
+ - Updated dependencies [[`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce), [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5)]:
120
+ - @auto-engineer/file-store@1.48.0
121
+ - @auto-engineer/narrative@1.48.0
122
+ - @auto-engineer/pipeline@1.48.0
123
+
3
124
  ## 1.47.0
4
125
 
5
126
  ### 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.47.0",
48
- "@auto-engineer/narrative": "1.47.0",
49
- "@auto-engineer/pipeline": "1.47.0"
47
+ "@auto-engineer/file-store": "1.53.0",
48
+ "@auto-engineer/narrative": "1.53.0",
49
+ "@auto-engineer/pipeline": "1.53.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.47.0",
57
+ "version": "1.53.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
  }