@auto-engineer/pipeline 1.45.1 → 1.45.3
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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +41 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.45.
|
|
2
|
+
> @auto-engineer/pipeline@1.45.2 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/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.45.
|
|
2
|
+
> @auto-engineer/pipeline@1.45.2 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
|
[2m Test Files [22m [1m[32m27 passed[39m[22m[90m (27)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m478 passed[39m[22m[90m (478)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 12:47:04
|
|
13
|
+
[2m Duration [22m 26.81s[2m (transform 7.59s, setup 0ms, collect 12.79s, tests 23.30s, environment 27ms, prepare 17.51s)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# @auto-engineer/pipeline
|
|
2
2
|
|
|
3
|
+
## 1.45.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5031bde`](https://github.com/BeOnAuto/auto-engineer/commit/5031bde8b5958dfc61f3e04f4c45ba0cb81718c8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: skip react slices with empty examples
|
|
8
|
+
|
|
9
|
+
- [`3e94b15`](https://github.com/BeOnAuto/auto-engineer/commit/3e94b15d8a96be5afe9d4a189042d2ed6f3bb0e7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for empty-examples react slice fix
|
|
10
|
+
- **server-generator-apollo-emmett**: update ketchup plan — all bursts done
|
|
11
|
+
|
|
12
|
+
- [`d614984`](https://github.com/BeOnAuto/auto-engineer/commit/d6149848a571b78cd0e41449a5ac787067492a4c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: use GraphQLJSON for object/inline-object types
|
|
13
|
+
- **server-generator-apollo-emmett**: use isEnumType in query resolver template
|
|
14
|
+
- **server-generator-apollo-emmett**: use isEnumType in projection template
|
|
15
|
+
- **global**: version packages
|
|
16
|
+
- **server-generator-apollo-emmett**: update ketchup plan — all bursts done
|
|
17
|
+
- Updated dependencies [[`5031bde`](https://github.com/BeOnAuto/auto-engineer/commit/5031bde8b5958dfc61f3e04f4c45ba0cb81718c8), [`3e94b15`](https://github.com/BeOnAuto/auto-engineer/commit/3e94b15d8a96be5afe9d4a189042d2ed6f3bb0e7), [`d614984`](https://github.com/BeOnAuto/auto-engineer/commit/d6149848a571b78cd0e41449a5ac787067492a4c)]:
|
|
18
|
+
- @auto-engineer/file-store@1.45.3
|
|
19
|
+
- @auto-engineer/message-bus@1.45.3
|
|
20
|
+
|
|
21
|
+
## 1.45.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [`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
|
|
26
|
+
|
|
27
|
+
- [`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
|
|
28
|
+
|
|
29
|
+
- [`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
|
|
30
|
+
|
|
31
|
+
- [`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
|
|
32
|
+
- **global**: version packages
|
|
33
|
+
|
|
34
|
+
- [`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
|
|
35
|
+
|
|
36
|
+
- [`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
|
|
37
|
+
|
|
38
|
+
- [`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
|
|
39
|
+
|
|
40
|
+
- 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)]:
|
|
41
|
+
- @auto-engineer/file-store@1.45.2
|
|
42
|
+
- @auto-engineer/message-bus@1.45.2
|
|
43
|
+
|
|
3
44
|
## 1.45.1
|
|
4
45
|
|
|
5
46
|
### 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.
|
|
17
|
-
"@auto-engineer/message-bus": "1.45.
|
|
16
|
+
"@auto-engineer/file-store": "1.45.3",
|
|
17
|
+
"@auto-engineer/message-bus": "1.45.3"
|
|
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.
|
|
26
|
+
"version": "1.45.3",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
29
29
|
"test": "vitest run --reporter=dot",
|