@accio-ai/ecommerce-cli 0.0.2-rc.1 → 0.0.3-rc.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.
package/CHANGELOG.md CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### Changed
22
22
 
23
- - 将 Source Import 统一为 append-only insert;每次 Excel/JSON 导入生成带自增 ID 的独立事实记录,不按业务字段覆盖历史数据。
23
+ - 将 Source Import 改为按事实表业务键批内去重并 upsert;四张事实表通过唯一索引保证重复导入只覆盖既有记录,不再追加重复数据。
24
24
  - 将查数导出统一为 raw `scopes` 协议;按节点时返回 `scopes[].nodes[].dataset[]`,按指标时返回 `scopes[].dataset[]`,每条数据保留原始事实行字段。
25
25
  - 将查数导出命令的共享 flag 和输入转换上提到 `dataquery/cli`,消除叶子 CLI Adapter 之间的横向依赖。
26
26
  - 新增叶子 CLI、Assets 和 Storage 依赖方向门禁,防止分层在后续扩展中回退。
package/checksums.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
- "version": "0.0.2-rc.1",
2
+ "version": "0.0.3-rc.1",
3
3
  "binaries": {
4
4
  "darwin-arm64": {
5
5
  "package": "@accio-ai/ecommerce-cli-darwin-arm64",
6
6
  "file": "ecomctl",
7
- "sha256": "d0807e36731b60e03a842fb2f8c3357b4f6d0fad88d8473ef84d2cf935e12e62"
7
+ "sha256": "805d29c7d33027e70002d2a10cc61da3f8b87370ff1e601a245d4f72e2b6c5fe"
8
8
  },
9
9
  "darwin-x64": {
10
10
  "package": "@accio-ai/ecommerce-cli-darwin-x64",
11
11
  "file": "ecomctl",
12
- "sha256": "009b17424ea301e2db01c957b075f686a3b4426c66f4cddc9b99dc7ae857ef64"
12
+ "sha256": "d56d1ff854def8a38459b36accf66f20a2777aa7bc3bb91eaf145891de37e328"
13
13
  },
14
14
  "linux-arm64": {
15
15
  "package": "@accio-ai/ecommerce-cli-linux-arm64",
16
16
  "file": "ecomctl",
17
- "sha256": "ee53210dfddc8aa70e48232091f72515aeae0fed53f2d9992e03771a13d394a2"
17
+ "sha256": "3c7fc67568eb91a44d4de07cbb3e175ba6e197f0d0b2d19ec00713cc3a889bfc"
18
18
  },
19
19
  "linux-x64": {
20
20
  "package": "@accio-ai/ecommerce-cli-linux-x64",
21
21
  "file": "ecomctl",
22
- "sha256": "8eb6a2569d72d98912335ec3b8535eed5ce254d0e4f6edd7b9379462c5f6ca0e"
22
+ "sha256": "f0448893d5f2b8eb12e433734ed82cebaf7e72e520de943c6940af2a4659d49c"
23
23
  },
24
24
  "win32-arm64": {
25
25
  "package": "@accio-ai/ecommerce-cli-win32-arm64",
26
26
  "file": "ecomctl.exe",
27
- "sha256": "e953a631f1f0f55d6f7cfaf05e819770a97f1909d336443e3beb7b2203bf5538"
27
+ "sha256": "7efb913d3e290f0786daa110da51afda6ee11affe1c8ae64dd13e436f9e05a54"
28
28
  },
29
29
  "win32-x64": {
30
30
  "package": "@accio-ai/ecommerce-cli-win32-x64",
31
31
  "file": "ecomctl.exe",
32
- "sha256": "98ba2b83588a8cf07eb34de1812c658e322186e0d2e5c5b07a89e65fe9612d2e"
32
+ "sha256": "9f2904058024ea52f01a41ae27a5ecc4e56a69c3e5b80f611a50cc444dc57eaf"
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.2-rc.1",
3
+ "version": "0.0.3-rc.1",
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.2-rc.1",
22
- "@accio-ai/ecommerce-cli-darwin-x64": "0.0.2-rc.1",
23
- "@accio-ai/ecommerce-cli-linux-arm64": "0.0.2-rc.1",
24
- "@accio-ai/ecommerce-cli-linux-x64": "0.0.2-rc.1",
25
- "@accio-ai/ecommerce-cli-win32-arm64": "0.0.2-rc.1",
26
- "@accio-ai/ecommerce-cli-win32-x64": "0.0.2-rc.1"
21
+ "@accio-ai/ecommerce-cli-darwin-arm64": "0.0.3-rc.1",
22
+ "@accio-ai/ecommerce-cli-darwin-x64": "0.0.3-rc.1",
23
+ "@accio-ai/ecommerce-cli-linux-arm64": "0.0.3-rc.1",
24
+ "@accio-ai/ecommerce-cli-linux-x64": "0.0.3-rc.1",
25
+ "@accio-ai/ecommerce-cli-win32-arm64": "0.0.3-rc.1",
26
+ "@accio-ai/ecommerce-cli-win32-x64": "0.0.3-rc.1"
27
27
  },
28
28
  "files": [
29
29
  "bin",