autodev-cli 1.4.129 → 1.4.130

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "autodev-cli",
3
- "version": "1.4.129",
3
+ "version": "1.4.130",
4
4
  "description": "AutoAIDev CLI — autonomous AI task loop with VS Code / Cursor launcher",
5
+ "author": "Peter Ivanov <peter@microweber.com>",
5
6
  "license": "MIT",
6
7
  "bin": {
7
8
  "autodev": "./bin/autodev.js"