nikou-cli 0.1.24 → 0.1.25

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 +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -21,7 +21,8 @@ npm install -g nikou-cli
21
21
  npx nikou-cli --help
22
22
  ```
23
23
 
24
- 要求 Node.js `>=18`。
24
+ 要求 Node.js `>=20`。Windows 使用 Node.js 24 时,依赖的 `better-sqlite3`
25
+ 会直接下载对应预编译包,不要求用户安装 Visual Studio C++ 或 Windows SDK。
25
26
 
26
27
  ## 命令总览
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nikou-cli",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Install Agent Skills and MCP servers, and run distributed AI hook workers.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@larksuiteoapi/node-sdk": "^1.59.0",
26
- "better-sqlite3": "11.10.0",
26
+ "better-sqlite3": "12.10.0",
27
27
  "chalk": "^5.4.1",
28
28
  "commander": "^13.1.0",
29
29
  "croner": "^10.0.1",
@@ -48,7 +48,7 @@
48
48
  "brace-expansion": "5.0.8"
49
49
  },
50
50
  "engines": {
51
- "node": ">=18"
51
+ "node": ">=20"
52
52
  },
53
53
  "keywords": [
54
54
  "agent",