@auto-engineer/model-factory 1.39.0 → 1.40.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.38.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.39.0 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.38.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.39.0 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  19:17:38
13
-  Duration  2.24s (transform 471ms, setup 0ms, collect 418ms, tests 418ms, environment 0ms, prepare 522ms)
12
+  Start at  00:02:24
13
+  Duration  2.33s (transform 453ms, setup 0ms, collect 378ms, tests 390ms, environment 0ms, prepare 521ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.38.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.39.0 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,22 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.40.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f50a03d`](https://github.com/BeOnAuto/auto-engineer/commit/f50a03d46f818382d595c3c066eea40a32238b9f) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/generate-react-client**: adds vitest to starter
8
+ - **global**: version packages
9
+
10
+ - [`6d5da03`](https://github.com/BeOnAuto/auto-engineer/commit/6d5da03d69afc8bdf9152884e9d7b63ca50e028c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added HMR stability settings to the React client generator to prevent rebuild loops during development
11
+
12
+ ### Patch Changes
13
+
14
+ - [`15938a6`](https://github.com/BeOnAuto/auto-engineer/commit/15938a654785be13c1f7349a1bdb8be1203d93fe) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - enforce Biome as sole formatter in VSCode
15
+
16
+ - [`8564620`](https://github.com/BeOnAuto/auto-engineer/commit/8564620b2d54b6048551ef246c3f7a1323e554e6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed pipeline crash when child processes exit unexpectedly
17
+
18
+ - [`79f3806`](https://github.com/BeOnAuto/auto-engineer/commit/79f380644d7d57f2228a03be07e9cbd4c682d6ce) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added convenience dev script for the typical example project
19
+
3
20
  ## 1.39.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.39.0",
25
+ "version": "1.40.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",