@auto-engineer/model-factory 1.26.1 → 1.27.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/model-factory@1.26.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.26.1 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/model-factory@1.26.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.26.1 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  13 passed (13)
12
-  Start at  16:20:36
13
-  Duration  2.54s (transform 606ms, setup 0ms, collect 527ms, tests 451ms, environment 0ms, prepare 730ms)
12
+  Start at  18:13:01
13
+  Duration  2.45s (transform 399ms, setup 0ms, collect 345ms, tests 369ms, environment 0ms, prepare 570ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.26.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.26.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5492d59`](https://github.com/BeOnAuto/auto-engineer/commit/5492d59747e36f36b923f5cb038e2310f38861a4) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed import errors in the React component implementer
8
+
9
+ - [`518e049`](https://github.com/BeOnAuto/auto-engineer/commit/518e049e728f716830befdfa415ba45d8fd16358) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed import errors in the React component implementer
10
+
11
+ ### Patch Changes
12
+
13
+ - [`51a6090`](https://github.com/BeOnAuto/auto-engineer/commit/51a609026825da9841b750b1e70a48809e33be63) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: harden template type resolution and add implementer hints
14
+ - **global**: version packages
15
+
16
+ - [`5d7fc3d`](https://github.com/BeOnAuto/auto-engineer/commit/5d7fc3d9a13205adbebec6463aa5533065b8775c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved fast mode detection for more reliable behavior when toggling between standard and fast modes
17
+ - Enhanced command handler structure for better internal organization and maintainability
18
+
19
+ - [`c23b5b7`](https://github.com/BeOnAuto/auto-engineer/commit/c23b5b7daa777a302b9824e8ca0f1bd4d4ea9ab9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Standardized event naming conventions in the job graph processor for more consistent behavior
20
+ - Improved internal documentation for job graph processing logic
21
+
3
22
  ## 1.26.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.26.1",
25
+ "version": "1.27.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",