@accio-ai/ecommerce-cli 0.0.8-rc.1 → 0.0.8-rc.2

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
@@ -6,7 +6,7 @@
6
6
 
7
7
  ### Added
8
8
 
9
- - Amazon 商品采集新增公共 `--asin` / JSON `asin` 选择器,定向调用 `amz_catalog_items` 的 ASIN 批量查询,并通过独立 coverage key 与全店快照隔离。
9
+ - Amazon 商品采集新增公共 `--asin` / JSON `asin` 选择器;`amz_listings_item` 按 `identifiers` 直接过滤 Listing,`amz_catalog_items` 按 ASIN 批量查询,并通过独立 coverage key 与全店快照隔离。
10
10
  - 新增独立 Monitor 和命令/API/后台执行三类安全事件,通过 Phoenix Gateway 上报;兼容原 API JSONL,以 invocation/apiCall/job/execution 关联,恢复上下文独立。队列与网络预算有界,关闭开关和发送失败不改变业务输出或退出码;未确认持久化时不宣称任务完成。真实 Desktop → SLS 验收仍待可信测试宿主,详见 [验收记录](docs/monitor-acceptance.md)。
11
11
  - 海外商品 publish 新增 `--expected-platform` 和 `--concurrency`,支持显式限定平台与有界并发(默认 2、最多 4);同一次调用选定平台、店铺和站点内的全部待提交商品通过预检后才正式发送,任一商品预检失败时其他待提交商品返回 `not_attempted`,未选平台的错误不阻断当前平台。
12
12
  - 完善 Amazon `update_listing` / `feed` 的模板生成、读取、提交与核验;Feed 按最多 100 条及本地大小预算拆批合并提交,中断后恢复原批次和原任务,同一本地数据目录的 AW 账号与 Amazon seller 共享 60 秒新提交间隔。
package/checksums.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
- "version": "0.0.8-rc.1",
2
+ "version": "0.0.8-rc.2",
3
3
  "binaries": {
4
4
  "darwin-arm64": {
5
5
  "package": "@accio-ai/ecommerce-cli-darwin-arm64",
6
6
  "file": "ecomctl",
7
- "sha256": "9acab0d8d08e36d0c0413781102eab6a40f0fc62f9b9918a93140f4c337901a9"
7
+ "sha256": "13a2d4ecf7b04196f43c7ac921647e15966472c3f3f58527a41227488c010d8e"
8
8
  },
9
9
  "darwin-x64": {
10
10
  "package": "@accio-ai/ecommerce-cli-darwin-x64",
11
11
  "file": "ecomctl",
12
- "sha256": "9400a577c8dc35105d8577cee8c2096e7eae21a0e7c4675e51efde977ac22430"
12
+ "sha256": "b786d26f1cd1ea2972111dc28b0ca80ac556ccdd5ea20976eeb33070e7251a44"
13
13
  },
14
14
  "linux-arm64": {
15
15
  "package": "@accio-ai/ecommerce-cli-linux-arm64",
16
16
  "file": "ecomctl",
17
- "sha256": "13d1b365f509b38f2963f97602832ce290a19cd1b442a8b40b87d4fc00f8f8de"
17
+ "sha256": "9505545d40894153890a4770fae11d37e53d023d371ff857e2913707a9288c42"
18
18
  },
19
19
  "linux-x64": {
20
20
  "package": "@accio-ai/ecommerce-cli-linux-x64",
21
21
  "file": "ecomctl",
22
- "sha256": "3e9369accc0c57513a9d64911157f50a403af953acc4c1872b5aa7fecc6606c0"
22
+ "sha256": "0d203e9dcfdb866cbf129f9913abbafe54dac11c8b1133ae266b520fea31814e"
23
23
  },
24
24
  "win32-arm64": {
25
25
  "package": "@accio-ai/ecommerce-cli-win32-arm64",
26
26
  "file": "ecomctl.exe",
27
- "sha256": "957137c2a4dd8b1a4716d3b3d8fcf2e1284f093296e1dc1e7a1eeaeee4c1e571"
27
+ "sha256": "014dc69d9d3f9b945e1637b64905068167f8899890e663820faaa651b161dcf4"
28
28
  },
29
29
  "win32-x64": {
30
30
  "package": "@accio-ai/ecommerce-cli-win32-x64",
31
31
  "file": "ecomctl.exe",
32
- "sha256": "f5b1cc3d569186eaf9c1a69ef10212d4587f169ab0420dcc3df14e0d4e0c3e72"
32
+ "sha256": "ca97112a290a600174e0004f86ef420ee1f3346b9b2a89487a0c0a1a80e38384"
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.0.8-rc.1",
3
+ "version": "0.0.8-rc.2",
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.0.8-rc.1",
22
- "@accio-ai/ecommerce-cli-darwin-x64": "0.0.8-rc.1",
23
- "@accio-ai/ecommerce-cli-linux-arm64": "0.0.8-rc.1",
24
- "@accio-ai/ecommerce-cli-linux-x64": "0.0.8-rc.1",
25
- "@accio-ai/ecommerce-cli-win32-arm64": "0.0.8-rc.1",
26
- "@accio-ai/ecommerce-cli-win32-x64": "0.0.8-rc.1"
21
+ "@accio-ai/ecommerce-cli-darwin-arm64": "0.0.8-rc.2",
22
+ "@accio-ai/ecommerce-cli-darwin-x64": "0.0.8-rc.2",
23
+ "@accio-ai/ecommerce-cli-linux-arm64": "0.0.8-rc.2",
24
+ "@accio-ai/ecommerce-cli-linux-x64": "0.0.8-rc.2",
25
+ "@accio-ai/ecommerce-cli-win32-arm64": "0.0.8-rc.2",
26
+ "@accio-ai/ecommerce-cli-win32-x64": "0.0.8-rc.2"
27
27
  },
28
28
  "files": [
29
29
  "bin",