@ariso-ai/ivan 1.0.1 → 1.0.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariso-ai/ivan",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -39,7 +39,7 @@
39
39
  "claude",
40
40
  "openai"
41
41
  ],
42
- "description": "AI-powered development assistant that automates complex workflows by breaking down tasks, implementing them with Claude, and creating PRs. Install with: npm i -g @ariso-ai/ivan",
42
+ "description": "AI-powered development assistant that automates complex workflows by breaking down tasks, implementing them with Claude, and creating PRs.",
43
43
  "devDependencies": {
44
44
  "@eslint/js": "^9.34.0",
45
45
  "@jest/globals": "^30.1.2",