@auto-engineer/cli 1.111.0 → 1.112.2

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 +46 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.112.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9b01fa4`](https://github.com/BeOnAuto/auto-engineer/commit/9b01fa49f96d58ffdd74367fa70aa57822520e74) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: add --access public for npm publish
8
+
9
+ - [`d8beabc`](https://github.com/BeOnAuto/auto-engineer/commit/d8beabce82313506aeacdf7a4f154ef27af12393) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **app-assembler**: add release script for npm publish
10
+ - **global**: version packages
11
+ - Updated dependencies [[`9b01fa4`](https://github.com/BeOnAuto/auto-engineer/commit/9b01fa49f96d58ffdd74367fa70aa57822520e74), [`d8beabc`](https://github.com/BeOnAuto/auto-engineer/commit/d8beabce82313506aeacdf7a4f154ef27af12393)]:
12
+ - @auto-engineer/file-store@1.112.2
13
+ - @auto-engineer/narrative@1.112.2
14
+ - @auto-engineer/pipeline@1.112.2
15
+
16
+ ## 1.112.1
17
+
18
+ ### Patch Changes
19
+
20
+ - [`abc55fc`](https://github.com/BeOnAuto/auto-engineer/commit/abc55fc2d639132438ab37d7472fc3f9b5e69d15) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **app-assembler**: align version with other packages for npm publish
21
+ - **global**: version packages
22
+
23
+ - [`50fb06d`](https://github.com/BeOnAuto/auto-engineer/commit/50fb06d06393a5a753f8e272e4aa241dcb9f280f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: add release script for npm publish
24
+
25
+ - Updated dependencies [[`abc55fc`](https://github.com/BeOnAuto/auto-engineer/commit/abc55fc2d639132438ab37d7472fc3f9b5e69d15), [`50fb06d`](https://github.com/BeOnAuto/auto-engineer/commit/50fb06d06393a5a753f8e272e4aa241dcb9f280f)]:
26
+ - @auto-engineer/file-store@1.112.1
27
+ - @auto-engineer/narrative@1.112.1
28
+ - @auto-engineer/pipeline@1.112.1
29
+
30
+ ## 1.112.0
31
+
32
+ ### Minor Changes
33
+
34
+ - [`7ffc5c3`](https://github.com/BeOnAuto/auto-engineer/commit/7ffc5c370b4fc69f67b5b75d9804cc8b9f8ad12c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: improvements
35
+ - **app-assembler**: sort exports
36
+ - **server-generator-apollo-emmett**: remove slice-type guard from findEventSource data.items check
37
+ - **server-generator-apollo-emmett**: extract data.items events for command slices
38
+ - **server-generator-apollo-emmett**: exclude custom input type args from enum imports
39
+
40
+ ### Patch Changes
41
+
42
+ - [`a13e16d`](https://github.com/BeOnAuto/auto-engineer/commit/a13e16d2de9d3791c29102e936d0f0e8970f0be9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: align version with other packages for npm publish
43
+
44
+ - Updated dependencies [[`a13e16d`](https://github.com/BeOnAuto/auto-engineer/commit/a13e16d2de9d3791c29102e936d0f0e8970f0be9), [`7ffc5c3`](https://github.com/BeOnAuto/auto-engineer/commit/7ffc5c370b4fc69f67b5b75d9804cc8b9f8ad12c)]:
45
+ - @auto-engineer/file-store@1.112.0
46
+ - @auto-engineer/narrative@1.112.0
47
+ - @auto-engineer/pipeline@1.112.0
48
+
3
49
  ## 1.111.0
4
50
 
5
51
  ### Minor Changes
package/package.json CHANGED
@@ -44,9 +44,9 @@
44
44
  "ora": "^8.0.1",
45
45
  "react": "^18.3.1",
46
46
  "socket.io": "^4.7.5",
47
- "@auto-engineer/file-store": "1.111.0",
48
- "@auto-engineer/narrative": "1.111.0",
49
- "@auto-engineer/pipeline": "1.111.0"
47
+ "@auto-engineer/file-store": "1.112.2",
48
+ "@auto-engineer/narrative": "1.112.2",
49
+ "@auto-engineer/pipeline": "1.112.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^22.0.0",
@@ -54,7 +54,7 @@
54
54
  "ink-testing-library": "^4.0.0",
55
55
  "socket.io-client": "^4.8.3"
56
56
  },
57
- "version": "1.111.0",
57
+ "version": "1.112.2",
58
58
  "scripts": {
59
59
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
60
60
  "test": "vitest run --reporter=dot",