@auto-engineer/cli 1.0.2 → 1.1.1

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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0d9693f`](https://github.com/BeOnAuto/auto-engineer/commit/0d9693fee7c2a4105b104204b96773ffaebaecd6) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: check remote status before generating changesets
8
+ - **global**: version packages
9
+ - Updated dependencies [[`0d9693f`](https://github.com/BeOnAuto/auto-engineer/commit/0d9693fee7c2a4105b104204b96773ffaebaecd6)]:
10
+ - @auto-engineer/file-store@1.1.1
11
+ - @auto-engineer/narrative@1.1.1
12
+ - @auto-engineer/pipeline@1.1.1
13
+
14
+ ## 1.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`6b4be43`](https://github.com/BeOnAuto/auto-engineer/commit/6b4be43ce12cf8562f7202ce7272bcbb0bca9a85) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: expose messageBus on ServerHandle, remove onEvent option
19
+ - **global**: version packages
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`6b4be43`](https://github.com/BeOnAuto/auto-engineer/commit/6b4be43ce12cf8562f7202ce7272bcbb0bca9a85)]:
24
+ - @auto-engineer/file-store@1.1.0
25
+ - @auto-engineer/narrative@1.1.0
26
+ - @auto-engineer/pipeline@1.1.0
27
+
3
28
  ## 1.0.2
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -40,14 +40,14 @@
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.0.2",
44
- "@auto-engineer/narrative": "1.0.2",
45
- "@auto-engineer/pipeline": "1.0.2"
43
+ "@auto-engineer/pipeline": "1.1.1",
44
+ "@auto-engineer/narrative": "1.1.1",
45
+ "@auto-engineer/file-store": "1.1.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.0.0"
49
49
  },
50
- "version": "1.0.2",
50
+ "version": "1.1.1",
51
51
  "scripts": {
52
52
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
53
53
  "test": "vitest run --reporter=dot",