aurix-ai 0.1.0 → 2.0.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.
- package/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aurix-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Open-source terminal AI agent for coding, deep research, automation, and multi-platform task execution.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -49,8 +49,6 @@
|
|
|
49
49
|
"build": "node scripts/build.cjs",
|
|
50
50
|
"dev": "tsx src/index.tsx",
|
|
51
51
|
"start": "node dist/index.js",
|
|
52
|
-
"prepare": "node scripts/build.cjs",
|
|
53
|
-
"postinstall": "node scripts/postinstall.mjs",
|
|
54
52
|
"lint": "eslint src/**/*.ts",
|
|
55
53
|
"format": "prettier --write src/**/*.ts"
|
|
56
54
|
},
|
|
@@ -95,4 +93,4 @@
|
|
|
95
93
|
"@whiskeysockets/baileys": "^7.0.0-rc13",
|
|
96
94
|
"pino": "^10.3.1"
|
|
97
95
|
}
|
|
98
|
-
}
|
|
96
|
+
}
|