@auto-engineer/pipeline 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/pipeline@1.81.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.82.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
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/pipeline@1.80.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.81.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  41 passed (41)
11
11
   Tests  536 passed (536)
12
-  Start at  01:54:18
13
-  Duration  33.74s (transform 7.05s, setup 0ms, collect 15.40s, tests 27.22s, environment 26ms, prepare 22.64s)
12
+  Start at  04:34:15
13
+  Duration  37.56s (transform 7.80s, setup 0ms, collect 14.54s, tests 30.28s, environment 26ms, prepare 26.68s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.80.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.81.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @auto-engineer/pipeline
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
+
25
+ - Updated dependencies [[`944665a`](https://github.com/BeOnAuto/auto-engineer/commit/944665afd71e9193681427f17dc324910424e8e0), [`e54f2f8`](https://github.com/BeOnAuto/auto-engineer/commit/e54f2f8fab5e97af390431ef739d940859fcebbd), [`5fe80c3`](https://github.com/BeOnAuto/auto-engineer/commit/5fe80c343c16ebe6fe967c3c33c47c77c26398dc), [`7df54c5`](https://github.com/BeOnAuto/auto-engineer/commit/7df54c5c6e66ad07f500f4992fb3633016f69ef7), [`9905df3`](https://github.com/BeOnAuto/auto-engineer/commit/9905df3c3a2617788e731d6245413774a90a979a), [`cfd0ff2`](https://github.com/BeOnAuto/auto-engineer/commit/cfd0ff2c30666168d709452ea59855781f49e480), [`c8b668b`](https://github.com/BeOnAuto/auto-engineer/commit/c8b668b00d4228bd1feeb4962500e830a27c32e6)]:
26
+ - @auto-engineer/file-store@1.82.0
27
+ - @auto-engineer/message-bus@1.82.0
28
+
3
29
  ## 1.81.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "get-port": "^7.1.0",
14
14
  "jose": "^5.9.6",
15
15
  "nanoid": "^5.0.0",
16
- "@auto-engineer/file-store": "1.81.0",
17
- "@auto-engineer/message-bus": "1.81.0"
16
+ "@auto-engineer/file-store": "1.82.0",
17
+ "@auto-engineer/message-bus": "1.82.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/cors": "^2.8.17",
@@ -23,7 +23,7 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "version": "1.81.0",
26
+ "version": "1.82.0",
27
27
  "scripts": {
28
28
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
29
29
  "test": "vitest run --reporter=dot",