codekanban 0.9.0 → 0.10.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/README.md CHANGED
@@ -24,7 +24,7 @@ Try it instantly:
24
24
  ```bash
25
25
  npx codekanban
26
26
  # or
27
- npm install -g codekanban
27
+ npm install -g codekanban@latest
28
28
  codekanban
29
29
  ```
30
30
 
package/README.zh-CN.md CHANGED
@@ -24,7 +24,7 @@
24
24
  ```bash
25
25
  npx codekanban
26
26
  # 或
27
- npm install -g codekanban
27
+ npm install -g codekanban@latest
28
28
  ```
29
29
 
30
30
  ## 核心特性
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "codekanban",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "An auxiliary programming tool for the AI era, helping you speed up 10x.",
5
5
  "bin": {
6
6
  "codekanban": "npm-bin/codekanban.js"
7
7
  },
8
8
  "optionalDependencies": {
9
- "@codekanban/win32-x64": "0.9.0",
10
- "@codekanban/darwin-x64": "0.9.0",
11
- "@codekanban/darwin-arm64": "0.9.0",
12
- "@codekanban/linux-x64": "0.9.0",
13
- "@codekanban/linux-arm64": "0.9.0"
9
+ "@codekanban/win32-x64": "0.10.0",
10
+ "@codekanban/darwin-x64": "0.10.0",
11
+ "@codekanban/darwin-arm64": "0.10.0",
12
+ "@codekanban/linux-x64": "0.10.0",
13
+ "@codekanban/linux-arm64": "0.10.0"
14
14
  },
15
15
  "keywords": [
16
16
  "ai",