@accio-ai/ecommerce-cli 0.1.0 → 0.2.0

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/CHANGELOG.md CHANGED
@@ -4,6 +4,27 @@
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.2.0] - 2026-09-24
8
+
9
+ ### Added
10
+
11
+ - 新增 6 个 TikTok 经营分析 Source(店铺/商品日与整期、整期商品/SKU 列表),固定 LOCAL 币种并保留水位和请求商品身份;支持 period 存储与 CLI 到 SQLite 离线验收。已知旧版海外库可保留数据迁移,真实账号仍需验收。
12
+ - 新增指定 TikTok 商品详情 Source `tk_product_detail_by_id`,按请求商品身份采集并保存快照。
13
+ - `overseas collection batch` 的进度文件增加运行中心跳,便于识别仍在执行的批次。
14
+
15
+ ### Changed
16
+
17
+ - 扩展海外来源的按日请求窗口和续推契约;Unix 时间戳按请求时区归属业务日期,保持请求范围与采集覆盖一致。
18
+ - Amazon 订单来源的请求预算调整为供应方接口的 60 分钟额度。
19
+
20
+ ### Fixed
21
+
22
+ - 批次采集在进度文件首次写入失败、计划结构异常或准备阶段出错时返回明确错误,不再静默忽略或触发断言失败。
23
+ - Shopify 本地分析采集接受合法空结果,同时拒绝响应类型异常,并保留缺少授权范围的诊断信息。
24
+ - Windows 凭据缓存暂时不可用时安全恢复业务执行,保留已拒绝凭据的操作记录和错误诊断。
25
+ - 修正 Amazon FBA 库存规划报表的归一化及报表请求头处理,并拒绝含多余空白的报表类型。
26
+ - 补全淘宝、天猫单品日期窗口及千牛库存来源声明。
27
+
7
28
  ## [0.1.0] - 2026-09-23
8
29
 
9
30
  ### Added
package/checksums.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "0.2.0",
3
3
  "binaries": {
4
4
  "darwin-arm64": {
5
5
  "package": "@accio-ai/ecommerce-cli-darwin-arm64",
6
6
  "file": "ecomctl",
7
- "sha256": "1054458e863980f25ef045c097d28841434ff7809abde9859e60a960a7930b4d"
7
+ "sha256": "77f43af46de5ed91f925a74bfadab61553cfd48e06c4fa5cf7948c261488bd44"
8
8
  },
9
9
  "darwin-x64": {
10
10
  "package": "@accio-ai/ecommerce-cli-darwin-x64",
11
11
  "file": "ecomctl",
12
- "sha256": "ef565e5a63b162095952ee1abc2aa9eff2cad5041d58c462a1f44c933860ae99"
12
+ "sha256": "c2a9acd7dcd7f48b29b3054bfbf8609af3fd630ccf99b090145c7b5ed5098804"
13
13
  },
14
14
  "linux-arm64": {
15
15
  "package": "@accio-ai/ecommerce-cli-linux-arm64",
16
16
  "file": "ecomctl",
17
- "sha256": "e9badfd973acec0fc13c30cfbcfdd1380cba20cb73395bdac255b5b6c1a11ffb"
17
+ "sha256": "b0a9a990ba27c7c5ea577d5d613a7fb47b76c0e3637424e0ea828db02741e090"
18
18
  },
19
19
  "linux-x64": {
20
20
  "package": "@accio-ai/ecommerce-cli-linux-x64",
21
21
  "file": "ecomctl",
22
- "sha256": "bbd735552495610190f67b46d12feedecd0506874e4098eff710d4b74661d856"
22
+ "sha256": "5198069226376f6f8d473b0359df451598246c49d11952749807e41527bdb456"
23
23
  },
24
24
  "win32-arm64": {
25
25
  "package": "@accio-ai/ecommerce-cli-win32-arm64",
26
26
  "file": "ecomctl.exe",
27
- "sha256": "abf3e54869cf131263a962a5d6bf9d3b2460081bdbdcc961e9cb4988e85fe65e"
27
+ "sha256": "441ff4741301939b64644f8cac4bf33233f1ef1244ffe639546eeee3a0b662ed"
28
28
  },
29
29
  "win32-x64": {
30
30
  "package": "@accio-ai/ecommerce-cli-win32-x64",
31
31
  "file": "ecomctl.exe",
32
- "sha256": "e6399f17d0846b536a19df0f12a9f6cb127a23dc16981513a2e79d989b6925a3"
32
+ "sha256": "35d1433310d0272078f74e82b8cebe533fa0fbbf06e1c4e2c2685eedb1d3f428"
33
33
  }
34
34
  }
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accio-ai/ecommerce-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Local, statically compiled ecommerce automation toolkit",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -18,12 +18,12 @@
18
18
  "postinstall": "node postinstall.cjs"
19
19
  },
20
20
  "optionalDependencies": {
21
- "@accio-ai/ecommerce-cli-darwin-arm64": "0.1.0",
22
- "@accio-ai/ecommerce-cli-darwin-x64": "0.1.0",
23
- "@accio-ai/ecommerce-cli-linux-arm64": "0.1.0",
24
- "@accio-ai/ecommerce-cli-linux-x64": "0.1.0",
25
- "@accio-ai/ecommerce-cli-win32-arm64": "0.1.0",
26
- "@accio-ai/ecommerce-cli-win32-x64": "0.1.0"
21
+ "@accio-ai/ecommerce-cli-darwin-arm64": "0.2.0",
22
+ "@accio-ai/ecommerce-cli-darwin-x64": "0.2.0",
23
+ "@accio-ai/ecommerce-cli-linux-arm64": "0.2.0",
24
+ "@accio-ai/ecommerce-cli-linux-x64": "0.2.0",
25
+ "@accio-ai/ecommerce-cli-win32-arm64": "0.2.0",
26
+ "@accio-ai/ecommerce-cli-win32-x64": "0.2.0"
27
27
  },
28
28
  "files": [
29
29
  "bin",