@auto-engineer/pipeline 1.21.0 → 1.22.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.20.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.21.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.20.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.21.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  27 passed (27)
11
11
   Tests  475 passed (475)
12
-  Start at  17:42:37
13
-  Duration  26.89s (transform 7.13s, setup 0ms, collect 11.02s, tests 25.27s, environment 7ms, prepare 15.73s)
12
+  Start at  22:03:10
13
+  Duration  25.12s (transform 6.91s, setup 0ms, collect 10.79s, tests 22.05s, environment 28ms, prepare 15.89s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.20.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.21.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,31 @@
1
1
  # @auto-engineer/pipeline
2
2
 
3
+ ## 1.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`06e7743`](https://github.com/BeOnAuto/auto-engineer/commit/06e7743c10c929e185cc89c3acb6eff471df8cc5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: /configure endpoint bypasses tunnel auth middleware
8
+
9
+ - [`3c32caa`](https://github.com/BeOnAuto/auto-engineer/commit/3c32caa928eca60868e33e0df5c7c8c4f9e04f16) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: add createServiceTokenStore and createConfigureMiddleware
10
+
11
+ - [`ead2ad3`](https://github.com/BeOnAuto/auto-engineer/commit/ead2ad3d991e860a5590cb63a24fb07d8cbdf5dd) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: tunnel auth accepts x-service-token via ServiceTokenStore
12
+
13
+ ### Patch Changes
14
+
15
+ - [`59c4705`](https://github.com/BeOnAuto/auto-engineer/commit/59c470536b67b15ce7de6a9283d469acbd31e82d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated internal tooling dependencies
16
+
17
+ - [`cdacfde`](https://github.com/BeOnAuto/auto-engineer/commit/cdacfde287140bd844c9b3d5cb560cb11bed3e9a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: bearer token still works after service token configured
18
+
19
+ - [`952f791`](https://github.com/BeOnAuto/auto-engineer/commit/952f7917fb5203c5e5007a314c6f15d52de96be1) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: second POST /configure returns 409
20
+
21
+ - [`55f4767`](https://github.com/BeOnAuto/auto-engineer/commit/55f4767dfba88349f276f1f9e060c99aac1b82dc) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: increase timeout for getNarratives cache tests
22
+ - **root**: fix changelog extraction for GitHub releases
23
+ - **global**: version packages
24
+ - **global**: update claude-auto
25
+ - Updated dependencies [[`06e7743`](https://github.com/BeOnAuto/auto-engineer/commit/06e7743c10c929e185cc89c3acb6eff471df8cc5), [`59c4705`](https://github.com/BeOnAuto/auto-engineer/commit/59c470536b67b15ce7de6a9283d469acbd31e82d), [`cdacfde`](https://github.com/BeOnAuto/auto-engineer/commit/cdacfde287140bd844c9b3d5cb560cb11bed3e9a), [`952f791`](https://github.com/BeOnAuto/auto-engineer/commit/952f7917fb5203c5e5007a314c6f15d52de96be1), [`3c32caa`](https://github.com/BeOnAuto/auto-engineer/commit/3c32caa928eca60868e33e0df5c7c8c4f9e04f16), [`55f4767`](https://github.com/BeOnAuto/auto-engineer/commit/55f4767dfba88349f276f1f9e060c99aac1b82dc), [`ead2ad3`](https://github.com/BeOnAuto/auto-engineer/commit/ead2ad3d991e860a5590cb63a24fb07d8cbdf5dd)]:
26
+ - @auto-engineer/file-store@1.22.0
27
+ - @auto-engineer/message-bus@1.22.0
28
+
3
29
  ## 1.21.0
4
30
 
5
31
  ### Minor 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.21.0",
17
- "@auto-engineer/message-bus": "1.21.0"
16
+ "@auto-engineer/file-store": "1.22.0",
17
+ "@auto-engineer/message-bus": "1.22.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.21.0",
26
+ "version": "1.22.0",
27
27
  "scripts": {
28
28
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
29
29
  "test": "vitest run --reporter=dot",