@auto-engineer/model-factory 1.81.0 → 1.82.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.81.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.82.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.80.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.81.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  5 passed (5)
12
-  Start at  01:54:03
13
-  Duration  1.77s (transform 301ms, setup 0ms, collect 227ms, tests 117ms, environment 0ms, prepare 555ms)
12
+  Start at  04:33:56
13
+  Duration  2.26s (transform 545ms, setup 0ms, collect 429ms, tests 141ms, environment 0ms, prepare 741ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.80.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.81.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,27 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.82.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`944665a`](https://github.com/BeOnAuto/auto-engineer/commit/944665afd71e9193681427f17dc324910424e8e0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added restart commands for server, client, and storybook
8
+ - Fixed clean:dev script to include the installation step
9
+
10
+ - [`5fe80c3`](https://github.com/BeOnAuto/auto-engineer/commit/5fe80c343c16ebe6fe967c3c33c47c77c26398dc) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - update killPortHolder to use graceful SIGTERM then SIGKILL
11
+
12
+ - [`cfd0ff2`](https://github.com/BeOnAuto/auto-engineer/commit/cfd0ff2c30666168d709452ea59855781f49e480) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - add restart commands for server, client, and storybook
13
+
14
+ ### Patch Changes
15
+
16
+ - [`e54f2f8`](https://github.com/BeOnAuto/auto-engineer/commit/e54f2f8fab5e97af390431ef739d940859fcebbd) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: add HMR configuration to Vite server settings
17
+ - **global**: version packages
18
+
19
+ - [`7df54c5`](https://github.com/BeOnAuto/auto-engineer/commit/7df54c5c6e66ad07f500f4992fb3633016f69ef7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - sort imports in restart command files
20
+
21
+ - [`9905df3`](https://github.com/BeOnAuto/auto-engineer/commit/9905df3c3a2617788e731d6245413774a90a979a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - update ketchup-plan for restart commands
22
+
23
+ - [`c8b668b`](https://github.com/BeOnAuto/auto-engineer/commit/c8b668b00d4228bd1feeb4962500e830a27c32e6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - sort exports alphabetically to satisfy biome organizeImports
24
+
3
25
  ## 1.81.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.81.0",
25
+ "version": "1.82.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",