@aswless_854771076/ai_short_studio_cli 0.1.0 → 0.1.1

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 +3 -4
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  VVICAT 新链路无限画布的官方命令行客户端。要求 Node.js 22 或更高版本。
4
4
 
5
5
  ```bash
6
- npm install --global @vvicat/ai_short_studio_cli
6
+ npm install --global @aswless_854771076/ai_short_studio_cli
7
7
  ai-short-studio auth login --google \
8
8
  --base-url https://vvicat.example.com \
9
9
  --supabase-url https://your-project.supabase.co \
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@aswless_854771076/ai_short_studio_cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "VVICAT 无限画布项目命令行工具",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/854771076/waoowaoo.git",
9
+ "url": "git+https://codeup.aliyun.com/685a53a7323b2da0bd60070e/vvicat-ai-short-studio.git",
10
10
  "directory": "packages/ai_short_studio_cli"
11
11
  },
12
- "homepage": "https://github.com/854771076/waoowaoo#readme",
13
- "bugs": "https://github.com/854771076/waoowaoo/issues",
12
+ "homepage": "https://codeup.aliyun.com/685a53a7323b2da0bd60070e/vvicat-ai-short-studio",
14
13
  "publishConfig": {
15
14
  "access": "public"
16
15
  },