@eat-pray-ai/yutu 0.10.7-dev → 0.10.7-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -250,7 +250,7 @@ You can add `yutu` as a MCP server in VS Code or Cursor by clicking correspondin
250
250
 
251
251
  ```shell
252
252
  # Install a single skill (e.g. video management)
253
- ❯ npx skills add https://github.com/eat-pray-ai/yutu/tree/main/skills/yutu-video
253
+ ❯ npx skills add https://github.com/eat-pray-ai/yutu/tree/main/skills/youtube-video
254
254
 
255
255
  # Install all skills at once
256
256
  ❯ npx skills add https://github.com/eat-pray-ai/yutu/tree/main/skills
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eat-pray-ai/yutu",
3
- "version": "0.10.7-dev",
3
+ "version": "0.10.7-dev1",
4
4
  "description": "The AI-powered toolkit that grows your YouTube channel on autopilot",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,11 +31,11 @@
31
31
  "node": ">=18"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@eat-pray-ai/yutu-darwin-arm64": "0.10.7-dev",
35
- "@eat-pray-ai/yutu-darwin-x64": "0.10.7-dev",
36
- "@eat-pray-ai/yutu-linux-arm64": "0.10.7-dev",
37
- "@eat-pray-ai/yutu-linux-x64": "0.10.7-dev",
38
- "@eat-pray-ai/yutu-win32-arm64": "0.10.7-dev",
39
- "@eat-pray-ai/yutu-win32-x64": "0.10.7-dev"
34
+ "@eat-pray-ai/yutu-darwin-arm64": "0.10.7-dev1",
35
+ "@eat-pray-ai/yutu-darwin-x64": "0.10.7-dev1",
36
+ "@eat-pray-ai/yutu-linux-arm64": "0.10.7-dev1",
37
+ "@eat-pray-ai/yutu-linux-x64": "0.10.7-dev1",
38
+ "@eat-pray-ai/yutu-win32-arm64": "0.10.7-dev1",
39
+ "@eat-pray-ai/yutu-win32-x64": "0.10.7-dev1"
40
40
  }
41
41
  }