bililive-cli 1.2.3 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bililive-cli",
3
- "version": "1.2.3",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "description": "biliLive-tools的cli程序",
6
6
  "main": "./lib/index.js",
@@ -31,9 +31,9 @@
31
31
  "tsx": "^4.7.2",
32
32
  "cli-progress": "^3.12.0",
33
33
  "commander": "^12.0.0",
34
- "@biliLive-tools/shared": "1.2.0",
35
- "@biliLive-tools/types": "1.2.0",
36
- "@biliLive-tools/http": "1.2.0"
34
+ "@biliLive-tools/http": "1.4.0",
35
+ "@biliLive-tools/shared": "1.4.0",
36
+ "@biliLive-tools/types": "1.4.0"
37
37
  },
38
38
  "scripts": {
39
39
  "start": "tsx src/index.ts",
@@ -42,6 +42,7 @@
42
42
  "build": "rollup --config rollup.config.js",
43
43
  "pkg": "pkg ./lib/index.cjs --output ./dist/biliLive",
44
44
  "zip:win": "cd dist && bestzip biliLive-cli-win-x64.zip ./biliLive.exe",
45
- "zip:linux": "cd dist && bestzip biliLive-cli-linux-x64.zip ./biliLive"
45
+ "zip:linux": "cd dist && bestzip biliLive-cli-linux-x64.zip ./biliLive",
46
+ "release": "pnpm run build && pnpm publish --access=public"
46
47
  }
47
48
  }