@yixinkj/cli 1.0.15-beta.8 → 1.0.15-beta.9

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/package.json +1 -1
  2. package/skills.json +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yixinkj/cli",
3
- "version": "1.0.15-beta.8",
3
+ "version": "1.0.15-beta.9",
4
4
  "description": "Yixin native CLI launcher.",
5
5
  "type": "module",
6
6
  "bin": {
package/skills.json CHANGED
@@ -11,6 +11,7 @@
11
11
  { "name": "阿里国际站僵尸滞销商品清理", "flag": "--zombie-cleanup", "bin": "zombie-cleanup-cli" },
12
12
  { "name": "阿里国际站零询盘高曝光预警", "flag": "--zero-inquiry-high-exposure", "bin": "zero-inquiry-high-exposure-cli" },
13
13
  { "name": "阿里国际站新品首周冷启动检查", "flag": "--new-product-cold-start", "bin": "new-product-cold-start-cli" },
14
+ { "name": "阿里国际站店铺星级体检", "flag": "--store-star-rating-check", "bin": "store-star-rating-check-cli" },
14
15
  { "name": "咖啡包装 B2B 自动化拓客助手", "flag": "--coffee-prospector", "bin": "coffee-prospector" }
15
16
  ]
16
17
  }