@auto-engineer/cli 1.4.0 → 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.
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
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
|
+
|
|
3
20
|
## 1.4.0
|
|
4
21
|
|
|
5
22
|
### Minor 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.
|
|
44
|
-
"@auto-engineer/
|
|
45
|
-
"@auto-engineer/
|
|
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.
|
|
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",
|