@easyasstudio/xhs-cli 1.4.3 → 1.4.4
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 +3 -3
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
## 安装
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm
|
|
15
|
+
npm i -g @easyasstudio/xhs-cli
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
安装后使用命令 **`xhs`**。完整子命令列表:`xhs help`。
|
|
@@ -104,5 +104,5 @@ xhs posted
|
|
|
104
104
|
|
|
105
105
|
## 链接
|
|
106
106
|
|
|
107
|
-
- 仓库:<https://github.com/
|
|
108
|
-
- Issues:<https://github.com/
|
|
107
|
+
- 仓库:<https://github.com/woshihoujinxin/xhs-cli>
|
|
108
|
+
- Issues:<https://github.com/woshihoujinxin/xhs-cli/issues>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easyasstudio/xhs-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "小红书创作者 CLI(fork: 配置目录统一到 ~/.config/xhs-cli,与 xianyu-auto skill 约定一致)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli/index.js",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"node": ">=20.0.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
+
"@easyasstudio/xhs-cli": "^1.4.3",
|
|
54
55
|
"puppeteer-core": "^24.29.1"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|