@auto-engineer/pipeline 1.45.3 → 1.47.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.
- 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 +45 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
2
|
+
> @auto-engineer/pipeline@1.46.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/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
2
|
+
> @auto-engineer/pipeline@1.46.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
|
[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 00:34:57
|
|
13
|
+
[2m Duration [22m 24.87s[2m (transform 6.60s, setup 0ms, collect 10.81s, tests 22.19s, environment 13ms, prepare 15.58s)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @auto-engineer/pipeline
|
|
2
2
|
|
|
3
|
+
## 1.47.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`47ceac6`](https://github.com/BeOnAuto/auto-engineer/commit/47ceac6de603d6ee6e7d45e9affc4cb75eab943e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: generate InputType classes for referenced types in mutations
|
|
8
|
+
- **server-generator-apollo-emmett**: generate ObjectType classes for referenced types in queries
|
|
9
|
+
- **server-generator-apollo-emmett**: wire referencedTypes into template pipeline
|
|
10
|
+
- **server-generator-apollo-emmett**: add resolveReferencedMessageTypes helper
|
|
11
|
+
- **global**: version packages
|
|
12
|
+
|
|
13
|
+
- [`bb7b02b`](https://github.com/BeOnAuto/auto-engineer/commit/bb7b02bdc7059f0817dde5bb795377d9797e7c7a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added configurable port option for dev server start commands
|
|
14
|
+
- Dev server now waits for HTTP readiness before reporting as started, improving reliability
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`47ceac6`](https://github.com/BeOnAuto/auto-engineer/commit/47ceac6de603d6ee6e7d45e9affc4cb75eab943e), [`bb7b02b`](https://github.com/BeOnAuto/auto-engineer/commit/bb7b02bdc7059f0817dde5bb795377d9797e7c7a)]:
|
|
19
|
+
- @auto-engineer/file-store@1.47.0
|
|
20
|
+
- @auto-engineer/message-bus@1.47.0
|
|
21
|
+
|
|
22
|
+
## 1.46.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [`e6a0608`](https://github.com/BeOnAuto/auto-engineer/commit/e6a0608647143c3c2ace36f27e01756bc5e27955) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: generate ObjectType classes for referenced types in queries
|
|
27
|
+
|
|
28
|
+
- [`a50d7d7`](https://github.com/BeOnAuto/auto-engineer/commit/a50d7d7308e8d3e5319575f619d297cafa958f90) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add resolveReferencedMessageTypes helper
|
|
29
|
+
|
|
30
|
+
- [`75e3ed8`](https://github.com/BeOnAuto/auto-engineer/commit/75e3ed80f0d18ee53ef1fa952f93e387be65c355) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: generate InputType classes for referenced types in mutations
|
|
31
|
+
|
|
32
|
+
- [`93edcc4`](https://github.com/BeOnAuto/auto-engineer/commit/93edcc4a1df8b41f9d48a39b0f09965a9807b775) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: wire referencedTypes into template pipeline
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- [`d9bd588`](https://github.com/BeOnAuto/auto-engineer/commit/d9bd588cc61fbac155f1e66a5de147ff80483f6e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for referenced message type GraphQL fix
|
|
37
|
+
|
|
38
|
+
- [`8eea55e`](https://github.com/BeOnAuto/auto-engineer/commit/8eea55ee073513f2149629bacd15e83e66f60b90) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: skip react slices with empty examples
|
|
39
|
+
- **global**: version packages
|
|
40
|
+
- **server-generator-apollo-emmett**: ketchup plan for empty-examples react slice fix
|
|
41
|
+
|
|
42
|
+
- [`02ef497`](https://github.com/BeOnAuto/auto-engineer/commit/02ef4977873e7b92ce7d8af03f0f65c5e5a06228) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — all bursts done
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [[`e6a0608`](https://github.com/BeOnAuto/auto-engineer/commit/e6a0608647143c3c2ace36f27e01756bc5e27955), [`d9bd588`](https://github.com/BeOnAuto/auto-engineer/commit/d9bd588cc61fbac155f1e66a5de147ff80483f6e), [`a50d7d7`](https://github.com/BeOnAuto/auto-engineer/commit/a50d7d7308e8d3e5319575f619d297cafa958f90), [`75e3ed8`](https://github.com/BeOnAuto/auto-engineer/commit/75e3ed80f0d18ee53ef1fa952f93e387be65c355), [`93edcc4`](https://github.com/BeOnAuto/auto-engineer/commit/93edcc4a1df8b41f9d48a39b0f09965a9807b775), [`8eea55e`](https://github.com/BeOnAuto/auto-engineer/commit/8eea55ee073513f2149629bacd15e83e66f60b90), [`02ef497`](https://github.com/BeOnAuto/auto-engineer/commit/02ef4977873e7b92ce7d8af03f0f65c5e5a06228)]:
|
|
45
|
+
- @auto-engineer/file-store@1.46.0
|
|
46
|
+
- @auto-engineer/message-bus@1.46.0
|
|
47
|
+
|
|
3
48
|
## 1.45.3
|
|
4
49
|
|
|
5
50
|
### 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.
|
|
17
|
-
"@auto-engineer/message-bus": "1.
|
|
16
|
+
"@auto-engineer/file-store": "1.47.0",
|
|
17
|
+
"@auto-engineer/message-bus": "1.47.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.
|
|
26
|
+
"version": "1.47.0",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
29
29
|
"test": "vitest run --reporter=dot",
|