@auto-engineer/server-generator-apollo-emmett 1.24.0 → 1.26.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +59 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-generator-apollo-emmett@1.
|
|
2
|
+
> @auto-engineer/server-generator-apollo-emmett@1.25.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-generator-apollo-emmett
|
|
3
3
|
> tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/src/codegen/templates && mkdir -p dist/src/codegen && cp -r src/codegen/templates dist/src/codegen/templates && cp src/server.ts dist/src && cp -r src/utils dist/src && cp -r src/domain dist/src
|
|
4
4
|
|
|
5
5
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-generator-apollo-emmett@1.
|
|
2
|
+
> @auto-engineer/server-generator-apollo-emmett@1.25.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-generator-apollo-emmett
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m24 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (25)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m94 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (95)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 07:37:03
|
|
13
|
+
[2m Duration [22m 27.89s[2m (transform 4.93s, setup 0ms, collect 57.89s, tests 10.89s, environment 9ms, prepare 4.83s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/server-generator-apollo-emmett@1.
|
|
2
|
+
> @auto-engineer/server-generator-apollo-emmett@1.25.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-generator-apollo-emmett
|
|
3
3
|
> tsc --noEmit --project tsconfig.json
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
1
1
|
# @auto-engineer/server-generator-apollo-emmett
|
|
2
2
|
|
|
3
|
+
## 1.26.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5878dff`](https://github.com/BeOnAuto/auto-engineer/commit/5878dff837d24cfca9636fc2d40b53797d84e303) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: add allowReconfigure option to createServiceTokenStore
|
|
8
|
+
- **typical**: enhance dark mode support and improve theme styling in Storybook
|
|
9
|
+
- **typical**: implement dark mode support and enhance Storybook configuration
|
|
10
|
+
- **typical**: add dark mode support and navigation sync
|
|
11
|
+
- **typical**: pipeline config
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`65eb8c6`](https://github.com/BeOnAuto/auto-engineer/commit/65eb8c69ee311438a9c97dc842c9cc9417f54624) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: allow service token reconfiguration on toggle
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`65eb8c6`](https://github.com/BeOnAuto/auto-engineer/commit/65eb8c69ee311438a9c97dc842c9cc9417f54624), [`5878dff`](https://github.com/BeOnAuto/auto-engineer/commit/5878dff837d24cfca9636fc2d40b53797d84e303)]:
|
|
18
|
+
- @auto-engineer/message-bus@1.26.0
|
|
19
|
+
- @auto-engineer/model-diff@1.26.0
|
|
20
|
+
- @auto-engineer/narrative@1.26.0
|
|
21
|
+
|
|
22
|
+
## 1.25.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [`fd5ebeb`](https://github.com/BeOnAuto/auto-engineer/commit/fd5ebeb9ab4b483ce7e6e19858067095e47ff11d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced dark mode support and improved theme styling in Storybook
|
|
27
|
+
|
|
28
|
+
- [`151010e`](https://github.com/BeOnAuto/auto-engineer/commit/151010e12aecf454be98d519d8189b3ae73be437) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add allowReconfigure option to createServiceTokenStore
|
|
29
|
+
|
|
30
|
+
- [`1f5219c`](https://github.com/BeOnAuto/auto-engineer/commit/1f5219c7e932c2fc5beb79be82f4c9eaa2c2e46d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added dark mode support for the design system
|
|
31
|
+
- Enhanced Storybook configuration for improved component previewing
|
|
32
|
+
|
|
33
|
+
- [`eef8137`](https://github.com/BeOnAuto/auto-engineer/commit/eef8137d39f2c44919d136d0ca55c95c28f8c0da) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added dark mode support for improved visual comfort in low-light environments
|
|
34
|
+
- Synchronized navigation state to maintain consistent active indicators across views
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- [`8cfe38d`](https://github.com/BeOnAuto/auto-engineer/commit/8cfe38d10b1f8430c43f85f0cd745f04c03f5095) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed pipeline configuration for typical setup
|
|
39
|
+
|
|
40
|
+
- [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: verify middleware returns 200 on reconfigure with allowReconfigure
|
|
41
|
+
|
|
42
|
+
- [`b549656`](https://github.com/BeOnAuto/auto-engineer/commit/b549656a11be392301e56c35ba14ca8a9748c804) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated button styling in the Survey Options demo component for a more consistent look
|
|
43
|
+
|
|
44
|
+
- [`ed9b7d0`](https://github.com/BeOnAuto/auto-engineer/commit/ed9b7d0874b583ca712278d8aa4b498966a0e7ff) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: update ketchup plan for allowReconfigure feature
|
|
45
|
+
|
|
46
|
+
- [`34209a4`](https://github.com/BeOnAuto/auto-engineer/commit/34209a487e1727ce7515b7a889cf2ec19e1e41d2) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved dark mode handling for better visual consistency
|
|
47
|
+
|
|
48
|
+
- [`5a58a63`](https://github.com/BeOnAuto/auto-engineer/commit/5a58a6365f79d76ce3e5765e64b6a037bdc4819c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: improve 409 /configure error message to suggest restart
|
|
49
|
+
- **global**: version packages
|
|
50
|
+
|
|
51
|
+
- [`40e90b1`](https://github.com/BeOnAuto/auto-engineer/commit/40e90b14cf4d465a329c05b80b5c32f70e702d26) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated layout and spacing in the Design System Overview component for improved visual consistency
|
|
52
|
+
|
|
53
|
+
- [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added test coverage verifying the reconfigure endpoint returns 200 when allowReconfigure is enabled
|
|
54
|
+
|
|
55
|
+
- [`bfb0419`](https://github.com/BeOnAuto/auto-engineer/commit/bfb0419b6a18ab4927adc8030edb05e3c22f9b10) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated avatar images and improved styling in the empty avatar group display
|
|
56
|
+
|
|
57
|
+
- Updated dependencies [[`fd5ebeb`](https://github.com/BeOnAuto/auto-engineer/commit/fd5ebeb9ab4b483ce7e6e19858067095e47ff11d), [`151010e`](https://github.com/BeOnAuto/auto-engineer/commit/151010e12aecf454be98d519d8189b3ae73be437), [`1f5219c`](https://github.com/BeOnAuto/auto-engineer/commit/1f5219c7e932c2fc5beb79be82f4c9eaa2c2e46d), [`8cfe38d`](https://github.com/BeOnAuto/auto-engineer/commit/8cfe38d10b1f8430c43f85f0cd745f04c03f5095), [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178), [`eef8137`](https://github.com/BeOnAuto/auto-engineer/commit/eef8137d39f2c44919d136d0ca55c95c28f8c0da), [`b549656`](https://github.com/BeOnAuto/auto-engineer/commit/b549656a11be392301e56c35ba14ca8a9748c804), [`ed9b7d0`](https://github.com/BeOnAuto/auto-engineer/commit/ed9b7d0874b583ca712278d8aa4b498966a0e7ff), [`34209a4`](https://github.com/BeOnAuto/auto-engineer/commit/34209a487e1727ce7515b7a889cf2ec19e1e41d2), [`5a58a63`](https://github.com/BeOnAuto/auto-engineer/commit/5a58a6365f79d76ce3e5765e64b6a037bdc4819c), [`40e90b1`](https://github.com/BeOnAuto/auto-engineer/commit/40e90b14cf4d465a329c05b80b5c32f70e702d26), [`f4d58b9`](https://github.com/BeOnAuto/auto-engineer/commit/f4d58b9b8b0be9401728ad1252b6757071485178), [`bfb0419`](https://github.com/BeOnAuto/auto-engineer/commit/bfb0419b6a18ab4927adc8030edb05e3c22f9b10)]:
|
|
58
|
+
- @auto-engineer/message-bus@1.25.0
|
|
59
|
+
- @auto-engineer/model-diff@1.25.0
|
|
60
|
+
- @auto-engineer/narrative@1.25.0
|
|
61
|
+
|
|
3
62
|
## 1.24.0
|
|
4
63
|
|
|
5
64
|
### Minor Changes
|