@auto-engineer/cli 1.3.4 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0cc358d`](https://github.com/BeOnAuto/auto-engineer/commit/0cc358da85ce6b62a786d66d9ecd7da63299e169) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add query detection for When clauses in query slices
8
+ - **global**: version packages
9
+ - **global**: add changeset
10
+
11
+ ### Patch Changes
12
+
13
+ - [`ad7cd86`](https://github.com/BeOnAuto/auto-engineer/commit/ad7cd868b47194512938a26fc34b15d6e6de7dd4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added query support to the isMessageKind type guard in the narrative package
14
+
15
+ - Updated dependencies [[`0cc358d`](https://github.com/BeOnAuto/auto-engineer/commit/0cc358da85ce6b62a786d66d9ecd7da63299e169), [`ad7cd86`](https://github.com/BeOnAuto/auto-engineer/commit/ad7cd868b47194512938a26fc34b15d6e6de7dd4)]:
16
+ - @auto-engineer/file-store@1.5.0
17
+ - @auto-engineer/narrative@1.5.0
18
+ - @auto-engineer/pipeline@1.5.0
19
+
20
+ ## 1.4.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [`c2503a1`](https://github.com/BeOnAuto/auto-engineer/commit/c2503a1cfb342ab1399a382d175def1a8239e2b9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added query detection for When clauses in query slices, enabling better handling of query-based conditions in narrative definitions
25
+
26
+ ### Patch Changes
27
+
28
+ - [`a0cf1a8`](https://github.com/BeOnAuto/auto-engineer/commit/a0cf1a8a41faa1a8f4687b0b80be745d1f7a0091) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: generate all declared types for authored modules
29
+ - **global**: version packages
30
+ - **global**: add changeset
31
+ - Updated dependencies [[`c2503a1`](https://github.com/BeOnAuto/auto-engineer/commit/c2503a1cfb342ab1399a382d175def1a8239e2b9), [`a0cf1a8`](https://github.com/BeOnAuto/auto-engineer/commit/a0cf1a8a41faa1a8f4687b0b80be745d1f7a0091)]:
32
+ - @auto-engineer/file-store@1.4.0
33
+ - @auto-engineer/narrative@1.4.0
34
+ - @auto-engineer/pipeline@1.4.0
35
+
3
36
  ## 1.3.4
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -40,15 +40,15 @@
40
40
  "node-fetch": "^3.3.2",
41
41
  "ora": "^8.0.1",
42
42
  "socket.io": "^4.7.5",
43
- "@auto-engineer/file-store": "1.3.4",
44
- "@auto-engineer/pipeline": "1.3.4",
45
- "@auto-engineer/narrative": "1.3.4"
43
+ "@auto-engineer/file-store": "1.5.0",
44
+ "@auto-engineer/narrative": "1.5.0",
45
+ "@auto-engineer/pipeline": "1.5.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.0.0",
49
49
  "socket.io-client": "^4.8.3"
50
50
  },
51
- "version": "1.3.4",
51
+ "version": "1.5.0",
52
52
  "scripts": {
53
53
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
54
54
  "test": "vitest run --reporter=dot",