jixo 0.5.0 → 0.7.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/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ # JIXO
2
+
3
+ AI 工具集、助手
4
+
5
+ 查看 [@jixo/cli](https://www.npmjs.com/package/@jixo/cli) 来进行使用
6
+
1
7
  ## Dev
2
8
 
3
9
  需要打开3个终端执行三个监听任务
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jixo",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "description": "The AI-Driven Development Foundation for Automated Software Engineering",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "author": "Gaubee",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@jixo/cli": "^0.5.0"
21
+ "@jixo/cli": "^0.7.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@gaubee/node": "^0.2.1",