bililive-cli 3.2.0 → 3.3.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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,6 +28,8 @@
28
28
  ffprobePath: "ffprobe.exe", // ffprobe二进制路径
29
29
  danmakuFactoryPath: "DanmakuFactory.exe", // DanmakuFactory二进制路径
30
30
  logPath: "main.log", // log文件路径,绝对路径
31
+ mesioPath: "mesio.exe",
32
+ BililiveRecorderPath: "BililiveRecorder.Cli.exe",
31
33
  }
32
34
  ```
33
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bililive-cli",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "type": "module",
5
5
  "description": "biliLive-tools的cli程序",
6
6
  "main": "./lib/index.js",
@@ -37,9 +37,9 @@
37
37
  "commander": "^12.1.0",
38
38
  "rimraf": "^6.0.1",
39
39
  "tsx": "^4.19.2",
40
- "@biliLive-tools/shared": "3.2.0",
41
- "@biliLive-tools/types": "3.2.0",
42
- "@biliLive-tools/http": "3.2.0"
40
+ "@biliLive-tools/shared": "3.3.0",
41
+ "@biliLive-tools/types": "3.3.0",
42
+ "@biliLive-tools/http": "3.3.0"
43
43
  },
44
44
  "scripts": {
45
45
  "start": "tsx src/index.ts",