@bluevs/ttcli 0.0.11 → 0.0.12

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": "@bluevs/ttcli",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "TikTok CLI - designed for AI Agent and developers",
5
5
  "bin": {
6
6
  "ttcli": "scripts/run.js"
@@ -9,12 +9,12 @@
9
9
  "postinstall": "bash $(npm root -g)/@bluevs/ttcli/skills/ttcli/scripts/install-skill.sh 2>&1 || echo '⚠️ skill auto-sync skipped (likely permission/container env). Run manually: bash $(npm root -g)/@bluevs/ttcli/skills/ttcli/scripts/install-skill.sh'"
10
10
  },
11
11
  "optionalDependencies": {
12
- "@bluevs/ttcli-darwin-arm64": "0.0.11",
13
- "@bluevs/ttcli-darwin-x64": "0.0.11",
14
- "@bluevs/ttcli-linux-arm64": "0.0.11",
15
- "@bluevs/ttcli-linux-x64": "0.0.11",
16
- "@bluevs/ttcli-win32-arm64": "0.0.11",
17
- "@bluevs/ttcli-win32-x64": "0.0.11"
12
+ "@bluevs/ttcli-darwin-arm64": "0.0.12",
13
+ "@bluevs/ttcli-darwin-x64": "0.0.12",
14
+ "@bluevs/ttcli-linux-arm64": "0.0.12",
15
+ "@bluevs/ttcli-linux-x64": "0.0.12",
16
+ "@bluevs/ttcli-win32-arm64": "0.0.12",
17
+ "@bluevs/ttcli-win32-x64": "0.0.12"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">=16"
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  name: ttcli
3
- version: 0.0.11
3
+ version: 0.0.12
4
4
  description: TikTok Marketing API 的 CLI 客户端(700+ endpoint 覆盖)。token 由 vhcli 发证(vhcli project account-token),ttcli 自己不持有 token、也禁止找用户手填——看到 ttcli 报 TTCLI_TOKEN_MISSING 就走 vhcli bridge。当用户要做任何 TikTok 业务操作(创/查广告系列、广告组、广告,查余额/花费/流水,管商品目录/受众/像素/转化等)都用这个 skill。
5
5
  ---
6
6
 
7
7
  # TikTok CLI (`ttcli`)
8
8
 
9
- > **Skill version**: `0.0.11`
9
+ > **Skill version**: `0.0.12`
10
10
  >
11
11
  > 当用户问"ttcli skill 版本是多少 / skill 装好了吗 / 升级生效了没" 时,**直接念出上面的版本号**。
12
12
  > 用户期望更高版本但没看到 → 让他们:(1) 重跑 `npm install -g @bluevs/ttcli && bash $(npm root -g)/@bluevs/ttcli/skills/ttcli/scripts/install-skill.sh` (2) 然后**新开一个会话**(skill 在会话启动时加载,老会话不刷新)。