@auto-engineer/pipeline 1.110.5 → 1.110.7

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.110.5 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.110.7 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.110.4 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.110.6 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  42 passed (42)
11
11
   Tests  582 passed (582)
12
-  Start at  19:20:00
13
-  Duration  43.69s (transform 8.92s, setup 0ms, collect 19.19s, tests 37.42s, environment 17ms, prepare 29.38s)
12
+  Start at  00:08:22
13
+  Duration  44.94s (transform 9.81s, setup 0ms, collect 19.44s, tests 34.53s, environment 64ms, prepare 31.47s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.110.4 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.110.6 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @auto-engineer/pipeline
2
2
 
3
+ ## 1.110.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6a15824`](https://github.com/BeOnAuto/auto-engineer/commit/6a1582475305b998959a28c9fed730d52bc8941f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed an npm install issue
8
+
9
+ - [`35a054d`](https://github.com/BeOnAuto/auto-engineer/commit/35a054dce282d69e97ab29cd08098d62f2dfc13d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: add lodash-es dependency for improved functionality
10
+ - **global**: version packages
11
+
12
+ - [`55f4848`](https://github.com/BeOnAuto/auto-engineer/commit/55f48484122daaacbdf312720745c48a49a988ec) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated biome command configuration for improved linting
13
+ - Added dependency pre-warming check to optimize build performance
14
+ - Updated dependencies [[`6a15824`](https://github.com/BeOnAuto/auto-engineer/commit/6a1582475305b998959a28c9fed730d52bc8941f), [`35a054d`](https://github.com/BeOnAuto/auto-engineer/commit/35a054dce282d69e97ab29cd08098d62f2dfc13d), [`55f4848`](https://github.com/BeOnAuto/auto-engineer/commit/55f48484122daaacbdf312720745c48a49a988ec)]:
15
+ - @auto-engineer/file-store@1.110.7
16
+ - @auto-engineer/message-bus@1.110.7
17
+
18
+ ## 1.110.6
19
+
20
+ ### Patch Changes
21
+
22
+ - [`f64d5e5`](https://github.com/BeOnAuto/auto-engineer/commit/f64d5e563efee5740513012ba1de1fe95e0a67ea) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: include additional dependencies for optimization
23
+ - **server-generator-apollo-emmett**: exclude query arg fields from projection spec expected state
24
+ - **server-generator-apollo-emmett**: add CONSTRAINTS block to evolve.ts template
25
+ - **server-generator-apollo-emmett**: broaden cast prohibition and add field constraint in decide.ts
26
+ - **server-generator-apollo-emmett**: add CONSTRAINTS block to register.ts template
27
+
28
+ - [`1601973`](https://github.com/BeOnAuto/auto-engineer/commit/1601973e8459554a7f7af80821830e1391ba3709) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added lodash-es dependency to the typical package for improved functionality
29
+
30
+ - Updated dependencies [[`f64d5e5`](https://github.com/BeOnAuto/auto-engineer/commit/f64d5e563efee5740513012ba1de1fe95e0a67ea), [`1601973`](https://github.com/BeOnAuto/auto-engineer/commit/1601973e8459554a7f7af80821830e1391ba3709)]:
31
+ - @auto-engineer/file-store@1.110.6
32
+ - @auto-engineer/message-bus@1.110.6
33
+
3
34
  ## 1.110.5
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -14,8 +14,8 @@
14
14
  "get-port": "^7.1.0",
15
15
  "jose": "^5.9.6",
16
16
  "nanoid": "^5.0.0",
17
- "@auto-engineer/file-store": "1.110.5",
18
- "@auto-engineer/message-bus": "1.110.5"
17
+ "@auto-engineer/file-store": "1.110.7",
18
+ "@auto-engineer/message-bus": "1.110.7"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/cors": "^2.8.17",
@@ -24,7 +24,7 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "version": "1.110.5",
27
+ "version": "1.110.7",
28
28
  "scripts": {
29
29
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
30
30
  "test": "vitest run --reporter=dot",