@eat-pray-ai/yutu 0.10.8 → 0.10.9-dev1
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 +2 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
)](https://winstall.app/apps/eat-pray-ai.yutu)
|
|
22
22
|
[](https://www.npmjs.com/package/@eat-pray-ai/yutu)
|
|
23
23
|
|
|
24
|
-
[](https://www.producthunt.com/products/yutu?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-youtube-cli-mcp-server-skill-and-agent)
|
|
25
26
|
|
|
26
27
|
`yutu` is a CLI, MCP server, and AI agent for YouTube that automates your entire YouTube workflow — from uploading and optimizing videos to managing comments, playlists, and channel branding — so you can get more views, higher click-through rates, and stronger audience engagement with less manual effort. [中文文档](./README_zh.md)
|
|
27
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eat-pray-ai/yutu",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.9-dev1",
|
|
4
4
|
"mcpName": "io.github.eat-pray-ai/yutu",
|
|
5
5
|
"description": "The AI-powered toolkit that grows your YouTube channel on autopilot",
|
|
6
6
|
"repository": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"node": ">=18"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@eat-pray-ai/yutu-darwin-arm64": "0.10.
|
|
36
|
-
"@eat-pray-ai/yutu-darwin-x64": "0.10.
|
|
37
|
-
"@eat-pray-ai/yutu-linux-arm64": "0.10.
|
|
38
|
-
"@eat-pray-ai/yutu-linux-x64": "0.10.
|
|
39
|
-
"@eat-pray-ai/yutu-win32-arm64": "0.10.
|
|
40
|
-
"@eat-pray-ai/yutu-win32-x64": "0.10.
|
|
35
|
+
"@eat-pray-ai/yutu-darwin-arm64": "0.10.9-dev1",
|
|
36
|
+
"@eat-pray-ai/yutu-darwin-x64": "0.10.9-dev1",
|
|
37
|
+
"@eat-pray-ai/yutu-linux-arm64": "0.10.9-dev1",
|
|
38
|
+
"@eat-pray-ai/yutu-linux-x64": "0.10.9-dev1",
|
|
39
|
+
"@eat-pray-ai/yutu-win32-arm64": "0.10.9-dev1",
|
|
40
|
+
"@eat-pray-ai/yutu-win32-x64": "0.10.9-dev1"
|
|
41
41
|
}
|
|
42
42
|
}
|