@auto-engineer/pipeline 1.45.1 → 1.45.2

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.45.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.45.1 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.45.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.45.1 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  27 passed (27)
11
11
   Tests  478 passed (478)
12
-  Start at  08:25:46
13
-  Duration  23.76s (transform 5.66s, setup 0ms, collect 9.72s, tests 20.46s, environment 18ms, prepare 16.23s)
12
+  Start at  11:38:11
13
+  Duration  25.61s (transform 7.03s, setup 0ms, collect 11.86s, tests 21.27s, environment 13ms, prepare 16.67s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.45.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.45.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @auto-engineer/pipeline
2
2
 
3
+ ## 1.45.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ec189ef`](https://github.com/BeOnAuto/auto-engineer/commit/ec189ef549e7d3e6a7a7248d7de5f327fe36dcfd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use GraphQLJSON for object/inline-object types
8
+
9
+ - [`9b6afe6`](https://github.com/BeOnAuto/auto-engineer/commit/9b6afe6b6aa24b2948b90ad78d646db66b8f2a94) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use isEnumType in projection template
10
+
11
+ - [`ed2c247`](https://github.com/BeOnAuto/auto-engineer/commit/ed2c2474f103761b66879f5bbb99c4cd1008015f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for enum detection false-positive fix
12
+
13
+ - [`ef6d8e9`](https://github.com/BeOnAuto/auto-engineer/commit/ef6d8e9f4c8b97d7c587529725278396a2496408) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: set server host to 0.0.0.0 for accessibility
14
+ - **global**: version packages
15
+
16
+ - [`40c6c52`](https://github.com/BeOnAuto/auto-engineer/commit/40c6c52c85f06ea2669796ef30bce1a2e99c63f5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — all bursts done
17
+
18
+ - [`7a9df68`](https://github.com/BeOnAuto/auto-engineer/commit/7a9df685e2d2d54de0b2a8149453b0d988c951aa) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use isEnumType in query resolver template
19
+
20
+ - [`c44b3fd`](https://github.com/BeOnAuto/auto-engineer/commit/c44b3fdd2cafa8a3784e0c7d50b930251f888887) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for GraphQLJSON fix
21
+
22
+ - Updated dependencies [[`ec189ef`](https://github.com/BeOnAuto/auto-engineer/commit/ec189ef549e7d3e6a7a7248d7de5f327fe36dcfd), [`9b6afe6`](https://github.com/BeOnAuto/auto-engineer/commit/9b6afe6b6aa24b2948b90ad78d646db66b8f2a94), [`ed2c247`](https://github.com/BeOnAuto/auto-engineer/commit/ed2c2474f103761b66879f5bbb99c4cd1008015f), [`ef6d8e9`](https://github.com/BeOnAuto/auto-engineer/commit/ef6d8e9f4c8b97d7c587529725278396a2496408), [`40c6c52`](https://github.com/BeOnAuto/auto-engineer/commit/40c6c52c85f06ea2669796ef30bce1a2e99c63f5), [`7a9df68`](https://github.com/BeOnAuto/auto-engineer/commit/7a9df685e2d2d54de0b2a8149453b0d988c951aa), [`c44b3fd`](https://github.com/BeOnAuto/auto-engineer/commit/c44b3fdd2cafa8a3784e0c7d50b930251f888887)]:
23
+ - @auto-engineer/file-store@1.45.2
24
+ - @auto-engineer/message-bus@1.45.2
25
+
3
26
  ## 1.45.1
4
27
 
5
28
  ### Patch 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.45.1",
17
- "@auto-engineer/message-bus": "1.45.1"
16
+ "@auto-engineer/file-store": "1.45.2",
17
+ "@auto-engineer/message-bus": "1.45.2"
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.45.1",
26
+ "version": "1.45.2",
27
27
  "scripts": {
28
28
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
29
29
  "test": "vitest run --reporter=dot",