@auto-engineer/app-implementer 1.112.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.
- package/CHANGELOG.md +25 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @auto-engineer/app-implementer
|
|
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/message-bus@1.112.2
|
|
13
|
+
- @auto-engineer/model-factory@1.112.2
|
|
14
|
+
|
|
15
|
+
## 1.112.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`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
|
|
20
|
+
- **global**: version packages
|
|
21
|
+
|
|
22
|
+
- [`50fb06d`](https://github.com/BeOnAuto/auto-engineer/commit/50fb06d06393a5a753f8e272e4aa241dcb9f280f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: add release script for npm publish
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`abc55fc`](https://github.com/BeOnAuto/auto-engineer/commit/abc55fc2d639132438ab37d7472fc3f9b5e69d15), [`50fb06d`](https://github.com/BeOnAuto/auto-engineer/commit/50fb06d06393a5a753f8e272e4aa241dcb9f280f)]:
|
|
25
|
+
- @auto-engineer/message-bus@1.112.1
|
|
26
|
+
- @auto-engineer/model-factory@1.112.1
|
|
27
|
+
|
|
3
28
|
## 1.112.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
22
22
|
"ai": "^6.0.0",
|
|
23
23
|
"debug": "^4.4.1",
|
|
24
|
-
"@auto-engineer/message-bus": "1.112.
|
|
25
|
-
"@auto-engineer/model-factory": "1.112.
|
|
24
|
+
"@auto-engineer/message-bus": "1.112.2",
|
|
25
|
+
"@auto-engineer/model-factory": "1.112.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/debug": "^4.1.12"
|
|
29
29
|
},
|
|
30
|
-
"version": "1.112.
|
|
30
|
+
"version": "1.112.2",
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
33
33
|
"type-check": "tsc --noEmit",
|