opencode-feishu-bot 0.1.0 → 0.1.1

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
@@ -38,7 +38,7 @@ bun add -g opencode-feishu-bot
38
38
 
39
39
  ```bash
40
40
  # 克隆仓库
41
- git clone <repository-url>
41
+ git clone https://github.com/kylin1020/opencode-feishu-bot.git
42
42
  cd opencode-feishu-bot
43
43
 
44
44
  # 安装依赖
package/bin/cli.js CHANGED
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env bun
2
2
 
3
3
  import('../dist/index.js');
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports,
4
4
  var require_package = __commonJS((exports, module) => {
5
5
  module.exports = {
6
6
  name: "opencode-feishu-bot",
7
- version: "0.1.0",
7
+ version: "0.1.1",
8
8
  description: "飞书机器人,用于与 OpenCode AI 编程助手交互",
9
9
  type: "module",
10
10
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-feishu-bot",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "飞书机器人,用于与 OpenCode AI 编程助手交互",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",