@accio-ai/ecommerce-cli 0.0.2-rc.2 → 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 +1 -1
- package/checksums.json +7 -7
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
### Changed
|
|
22
22
|
|
|
23
|
-
- 将 Source Import
|
|
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
|
+
"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": "
|
|
7
|
+
"sha256": "805d29c7d33027e70002d2a10cc61da3f8b87370ff1e601a245d4f72e2b6c5fe"
|
|
8
8
|
},
|
|
9
9
|
"darwin-x64": {
|
|
10
10
|
"package": "@accio-ai/ecommerce-cli-darwin-x64",
|
|
11
11
|
"file": "ecomctl",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "d56d1ff854def8a38459b36accf66f20a2777aa7bc3bb91eaf145891de37e328"
|
|
13
13
|
},
|
|
14
14
|
"linux-arm64": {
|
|
15
15
|
"package": "@accio-ai/ecommerce-cli-linux-arm64",
|
|
16
16
|
"file": "ecomctl",
|
|
17
|
-
"sha256": "
|
|
17
|
+
"sha256": "3c7fc67568eb91a44d4de07cbb3e175ba6e197f0d0b2d19ec00713cc3a889bfc"
|
|
18
18
|
},
|
|
19
19
|
"linux-x64": {
|
|
20
20
|
"package": "@accio-ai/ecommerce-cli-linux-x64",
|
|
21
21
|
"file": "ecomctl",
|
|
22
|
-
"sha256": "
|
|
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": "
|
|
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": "
|
|
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.
|
|
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.
|
|
22
|
-
"@accio-ai/ecommerce-cli-darwin-x64": "0.0.
|
|
23
|
-
"@accio-ai/ecommerce-cli-linux-arm64": "0.0.
|
|
24
|
-
"@accio-ai/ecommerce-cli-linux-x64": "0.0.
|
|
25
|
-
"@accio-ai/ecommerce-cli-win32-arm64": "0.0.
|
|
26
|
-
"@accio-ai/ecommerce-cli-win32-x64": "0.0.
|
|
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",
|