@auto-engineer/pipeline 1.152.0 → 1.153.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.152.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.153.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.150.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.152.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  42 passed (42)
11
11
   Tests  591 passed (591)
12
-  Start at  16:06:18
13
-  Duration  43.36s (transform 9.72s, setup 0ms, collect 18.95s, tests 36.90s, environment 13ms, prepare 28.38s)
12
+  Start at  06:50:54
13
+  Duration  41.07s (transform 7.93s, setup 0ms, collect 18.55s, tests 34.11s, environment 20ms, prepare 27.67s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.150.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.152.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,21 @@
1
1
  # @auto-engineer/pipeline
2
2
 
3
+ ## 1.153.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2476c2c`](https://github.com/BeOnAuto/auto-engineer/commit/2476c2cde06c2e2e8e3b84cce2de1bd7ed95bf19) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: emit .ui() in model-to-narrative transformer
8
+ - **narrative**: add .ui() method to command/query/experience fluent builders
9
+ - **narrative**: add UiBlockSchema to client block on command/query/experience moments
10
+ - **server-generator-apollo-emmett**: exact model values in field completeness assertions
11
+ - **server-generator-apollo-emmett**: report invalid mapping targets via FieldIssue pipeline
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`2476c2c`](https://github.com/BeOnAuto/auto-engineer/commit/2476c2cde06c2e2e8e3b84cce2de1bd7ed95bf19)]:
16
+ - @auto-engineer/file-store@1.153.0
17
+ - @auto-engineer/message-bus@1.153.0
18
+
3
19
  ## 1.152.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -15,8 +15,8 @@
15
15
  "jose": "^5.9.6",
16
16
  "nanoid": "^5.0.0",
17
17
  "uuid": "^11.0.0",
18
- "@auto-engineer/file-store": "1.152.0",
19
- "@auto-engineer/message-bus": "1.152.0"
18
+ "@auto-engineer/file-store": "1.153.0",
19
+ "@auto-engineer/message-bus": "1.153.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/cors": "^2.8.17",
@@ -25,7 +25,7 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "version": "1.152.0",
28
+ "version": "1.153.0",
29
29
  "scripts": {
30
30
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
31
31
  "test": "vitest run --reporter=dot",