@auto-engineer/adk-claude-code-bridge 1.127.0 → 1.128.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @auto-engineer/adk-claude-code-bridge
2
2
 
3
+ ## 1.128.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add ImageAssetSchema and DesignSchema for enhanced visual representation
8
+ - **pipeline**: update uuid dependency version in package.json and pnpm-lock.yaml
9
+ - **global**: version packages
10
+
11
+ ### Patch Changes
12
+
13
+ - [`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: ketchup plan for removing ESLint remnants after Biome migration
14
+
15
+ - [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead ESLint config references
16
+
17
+ - [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
18
+
19
+ - [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead eslint-disable comments across packages
20
+
21
+ - [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: mark all ESLint removal bursts as done in ketchup plan
22
+
3
23
  ## 1.127.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/adk-claude-code-bridge",
3
- "version": "1.127.0",
3
+ "version": "1.128.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",