@backtest-kit/cli 12.3.0 → 12.4.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/build/index.cjs +3 -3
- package/build/index.mjs +3 -3
- package/docker/package.json +6 -6
- package/package.json +13 -13
- package/template/project/package.mustache +5 -5
package/build/index.cjs
CHANGED
|
@@ -3373,7 +3373,7 @@ const main$g = async () => {
|
|
|
3373
3373
|
if (MODES.some((mode) => values[mode])) {
|
|
3374
3374
|
return;
|
|
3375
3375
|
}
|
|
3376
|
-
process.stdout.write(`@backtest-kit/cli ${"12.
|
|
3376
|
+
process.stdout.write(`@backtest-kit/cli ${"12.4.0"}\n`);
|
|
3377
3377
|
process.stdout.write("\n");
|
|
3378
3378
|
process.stdout.write(`Run with --help to see available commands.\n`);
|
|
3379
3379
|
process.stdout.write("\n");
|
|
@@ -4510,7 +4510,7 @@ const main$1 = async () => {
|
|
|
4510
4510
|
if (!values.help) {
|
|
4511
4511
|
return;
|
|
4512
4512
|
}
|
|
4513
|
-
process.stdout.write(`@backtest-kit/cli ${"12.
|
|
4513
|
+
process.stdout.write(`@backtest-kit/cli ${"12.4.0"}\n\n`);
|
|
4514
4514
|
process.stdout.write(HELP_TEXT);
|
|
4515
4515
|
process.exit(0);
|
|
4516
4516
|
};
|
|
@@ -4524,7 +4524,7 @@ const main = async () => {
|
|
|
4524
4524
|
if (!values.version) {
|
|
4525
4525
|
return;
|
|
4526
4526
|
}
|
|
4527
|
-
process.stdout.write(`@backtest-kit/cli ${"12.
|
|
4527
|
+
process.stdout.write(`@backtest-kit/cli ${"12.4.0"}\n`);
|
|
4528
4528
|
process.exit(0);
|
|
4529
4529
|
};
|
|
4530
4530
|
main();
|
package/build/index.mjs
CHANGED
|
@@ -3344,7 +3344,7 @@ const main$g = async () => {
|
|
|
3344
3344
|
if (MODES.some((mode) => values[mode])) {
|
|
3345
3345
|
return;
|
|
3346
3346
|
}
|
|
3347
|
-
process.stdout.write(`@backtest-kit/cli ${"12.
|
|
3347
|
+
process.stdout.write(`@backtest-kit/cli ${"12.4.0"}\n`);
|
|
3348
3348
|
process.stdout.write("\n");
|
|
3349
3349
|
process.stdout.write(`Run with --help to see available commands.\n`);
|
|
3350
3350
|
process.stdout.write("\n");
|
|
@@ -4481,7 +4481,7 @@ const main$1 = async () => {
|
|
|
4481
4481
|
if (!values.help) {
|
|
4482
4482
|
return;
|
|
4483
4483
|
}
|
|
4484
|
-
process.stdout.write(`@backtest-kit/cli ${"12.
|
|
4484
|
+
process.stdout.write(`@backtest-kit/cli ${"12.4.0"}\n\n`);
|
|
4485
4485
|
process.stdout.write(HELP_TEXT);
|
|
4486
4486
|
process.exit(0);
|
|
4487
4487
|
};
|
|
@@ -4495,7 +4495,7 @@ const main = async () => {
|
|
|
4495
4495
|
if (!values.version) {
|
|
4496
4496
|
return;
|
|
4497
4497
|
}
|
|
4498
|
-
process.stdout.write(`@backtest-kit/cli ${"12.
|
|
4498
|
+
process.stdout.write(`@backtest-kit/cli ${"12.4.0"}\n`);
|
|
4499
4499
|
process.exit(0);
|
|
4500
4500
|
};
|
|
4501
4501
|
main();
|
package/docker/package.json
CHANGED
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"@types/node": "25.6.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@backtest-kit/cli": "12.
|
|
19
|
-
"@backtest-kit/graph": "12.
|
|
20
|
-
"@backtest-kit/pinets": "12.
|
|
21
|
-
"@backtest-kit/signals": "12.
|
|
22
|
-
"@backtest-kit/ui": "12.
|
|
18
|
+
"@backtest-kit/cli": "12.4.0",
|
|
19
|
+
"@backtest-kit/graph": "12.4.0",
|
|
20
|
+
"@backtest-kit/pinets": "12.4.0",
|
|
21
|
+
"@backtest-kit/signals": "12.4.0",
|
|
22
|
+
"@backtest-kit/ui": "12.4.0",
|
|
23
23
|
"@tavily/core": "0.7.2",
|
|
24
24
|
"@tensorflow/tfjs": "4.22.0",
|
|
25
25
|
"@tensorflow/tfjs-backend-wasm": "4.22.0",
|
|
26
26
|
"@tensorflow/tfjs-core": "4.22.0",
|
|
27
27
|
"agent-swarm-kit": "2.7.0",
|
|
28
|
-
"backtest-kit": "12.
|
|
28
|
+
"backtest-kit": "12.4.0",
|
|
29
29
|
"dayjs": "1.11.20",
|
|
30
30
|
"functools-kit": "2.3.0",
|
|
31
31
|
"garch": "1.2.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backtest-kit/cli",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.4.0",
|
|
4
4
|
"description": "Zero-boilerplate CLI runner for backtest-kit strategies. Run backtests, paper trading, and live bots with candle cache warming, web dashboard, and Telegram notifications — no setup code required.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Petr Tripolsky",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@babel/plugin-transform-modules-umd": "7.27.1",
|
|
65
65
|
"@babel/standalone": "7.29.1",
|
|
66
|
-
"@backtest-kit/graph": "12.
|
|
67
|
-
"@backtest-kit/ollama": "12.
|
|
68
|
-
"@backtest-kit/pinets": "12.
|
|
69
|
-
"@backtest-kit/signals": "12.
|
|
70
|
-
"@backtest-kit/ui": "12.
|
|
66
|
+
"@backtest-kit/graph": "12.4.0",
|
|
67
|
+
"@backtest-kit/ollama": "12.4.0",
|
|
68
|
+
"@backtest-kit/pinets": "12.4.0",
|
|
69
|
+
"@backtest-kit/signals": "12.4.0",
|
|
70
|
+
"@backtest-kit/ui": "12.4.0",
|
|
71
71
|
"@rollup/plugin-replace": "6.0.3",
|
|
72
72
|
"@rollup/plugin-typescript": "11.1.6",
|
|
73
73
|
"@types/image-size": "0.7.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@types/mustache": "4.2.6",
|
|
76
76
|
"@types/node": "22.9.0",
|
|
77
77
|
"@types/stack-trace": "0.0.33",
|
|
78
|
-
"backtest-kit": "12.
|
|
78
|
+
"backtest-kit": "12.4.0",
|
|
79
79
|
"glob": "11.0.1",
|
|
80
80
|
"markdown-it": "14.1.1",
|
|
81
81
|
"rimraf": "6.0.1",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
92
92
|
"@babel/standalone": "^7.29.1",
|
|
93
|
-
"@backtest-kit/graph": "^12.
|
|
94
|
-
"@backtest-kit/ollama": "^12.
|
|
95
|
-
"@backtest-kit/pinets": "^12.
|
|
96
|
-
"@backtest-kit/signals": "^12.
|
|
97
|
-
"@backtest-kit/ui": "^12.
|
|
98
|
-
"backtest-kit": "^12.
|
|
93
|
+
"@backtest-kit/graph": "^12.4.0",
|
|
94
|
+
"@backtest-kit/ollama": "^12.4.0",
|
|
95
|
+
"@backtest-kit/pinets": "^12.4.0",
|
|
96
|
+
"@backtest-kit/signals": "^12.4.0",
|
|
97
|
+
"@backtest-kit/ui": "^12.4.0",
|
|
98
|
+
"backtest-kit": "^12.4.0",
|
|
99
99
|
"markdown-it": "^14.1.1",
|
|
100
100
|
"typescript": "^5.0.0"
|
|
101
101
|
},
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"type": "commonjs",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@backtest-kit/cli": "^12.
|
|
17
|
-
"@backtest-kit/graph": "^12.
|
|
18
|
-
"@backtest-kit/pinets": "^12.
|
|
19
|
-
"@backtest-kit/ui": "^12.
|
|
16
|
+
"@backtest-kit/cli": "^12.4.0",
|
|
17
|
+
"@backtest-kit/graph": "^12.4.0",
|
|
18
|
+
"@backtest-kit/pinets": "^12.4.0",
|
|
19
|
+
"@backtest-kit/ui": "^12.4.0",
|
|
20
20
|
"agent-swarm-kit": "^2.7.0",
|
|
21
|
-
"backtest-kit": "^12.
|
|
21
|
+
"backtest-kit": "^12.4.0",
|
|
22
22
|
"functools-kit": "^2.3.0",
|
|
23
23
|
"garch": "^1.2.3",
|
|
24
24
|
"get-moment-stamp": "^2.0.0",
|