@backtest-kit/cli 9.8.2 → 9.8.3
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
|
@@ -3225,7 +3225,7 @@ const main$g = async () => {
|
|
|
3225
3225
|
if (MODES.some((mode) => values[mode])) {
|
|
3226
3226
|
return;
|
|
3227
3227
|
}
|
|
3228
|
-
process.stdout.write(`@backtest-kit/cli ${"9.8.
|
|
3228
|
+
process.stdout.write(`@backtest-kit/cli ${"9.8.3"}\n`);
|
|
3229
3229
|
process.stdout.write("\n");
|
|
3230
3230
|
process.stdout.write(`Run with --help to see available commands.\n`);
|
|
3231
3231
|
process.stdout.write("\n");
|
|
@@ -4350,7 +4350,7 @@ const main$1 = async () => {
|
|
|
4350
4350
|
if (!values.help) {
|
|
4351
4351
|
return;
|
|
4352
4352
|
}
|
|
4353
|
-
process.stdout.write(`@backtest-kit/cli ${"9.8.
|
|
4353
|
+
process.stdout.write(`@backtest-kit/cli ${"9.8.3"}\n\n`);
|
|
4354
4354
|
process.stdout.write(HELP_TEXT);
|
|
4355
4355
|
process.exit(0);
|
|
4356
4356
|
};
|
|
@@ -4364,7 +4364,7 @@ const main = async () => {
|
|
|
4364
4364
|
if (!values.version) {
|
|
4365
4365
|
return;
|
|
4366
4366
|
}
|
|
4367
|
-
process.stdout.write(`@backtest-kit/cli ${"9.8.
|
|
4367
|
+
process.stdout.write(`@backtest-kit/cli ${"9.8.3"}\n`);
|
|
4368
4368
|
process.exit(0);
|
|
4369
4369
|
};
|
|
4370
4370
|
main();
|
package/build/index.mjs
CHANGED
|
@@ -3196,7 +3196,7 @@ const main$g = async () => {
|
|
|
3196
3196
|
if (MODES.some((mode) => values[mode])) {
|
|
3197
3197
|
return;
|
|
3198
3198
|
}
|
|
3199
|
-
process.stdout.write(`@backtest-kit/cli ${"9.8.
|
|
3199
|
+
process.stdout.write(`@backtest-kit/cli ${"9.8.3"}\n`);
|
|
3200
3200
|
process.stdout.write("\n");
|
|
3201
3201
|
process.stdout.write(`Run with --help to see available commands.\n`);
|
|
3202
3202
|
process.stdout.write("\n");
|
|
@@ -4321,7 +4321,7 @@ const main$1 = async () => {
|
|
|
4321
4321
|
if (!values.help) {
|
|
4322
4322
|
return;
|
|
4323
4323
|
}
|
|
4324
|
-
process.stdout.write(`@backtest-kit/cli ${"9.8.
|
|
4324
|
+
process.stdout.write(`@backtest-kit/cli ${"9.8.3"}\n\n`);
|
|
4325
4325
|
process.stdout.write(HELP_TEXT);
|
|
4326
4326
|
process.exit(0);
|
|
4327
4327
|
};
|
|
@@ -4335,7 +4335,7 @@ const main = async () => {
|
|
|
4335
4335
|
if (!values.version) {
|
|
4336
4336
|
return;
|
|
4337
4337
|
}
|
|
4338
|
-
process.stdout.write(`@backtest-kit/cli ${"9.8.
|
|
4338
|
+
process.stdout.write(`@backtest-kit/cli ${"9.8.3"}\n`);
|
|
4339
4339
|
process.exit(0);
|
|
4340
4340
|
};
|
|
4341
4341
|
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": "9.8.
|
|
19
|
-
"@backtest-kit/graph": "9.8.
|
|
20
|
-
"@backtest-kit/pinets": "9.8.
|
|
21
|
-
"@backtest-kit/signals": "9.8.
|
|
22
|
-
"@backtest-kit/ui": "9.8.
|
|
18
|
+
"@backtest-kit/cli": "9.8.3",
|
|
19
|
+
"@backtest-kit/graph": "9.8.3",
|
|
20
|
+
"@backtest-kit/pinets": "9.8.3",
|
|
21
|
+
"@backtest-kit/signals": "9.8.3",
|
|
22
|
+
"@backtest-kit/ui": "9.8.3",
|
|
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.6.0",
|
|
28
|
-
"backtest-kit": "9.8.
|
|
28
|
+
"backtest-kit": "9.8.3",
|
|
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": "9.8.
|
|
3
|
+
"version": "9.8.3",
|
|
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": "9.8.
|
|
67
|
-
"@backtest-kit/ollama": "9.8.
|
|
68
|
-
"@backtest-kit/pinets": "9.8.
|
|
69
|
-
"@backtest-kit/signals": "9.8.
|
|
70
|
-
"@backtest-kit/ui": "9.8.
|
|
66
|
+
"@backtest-kit/graph": "9.8.3",
|
|
67
|
+
"@backtest-kit/ollama": "9.8.3",
|
|
68
|
+
"@backtest-kit/pinets": "9.8.3",
|
|
69
|
+
"@backtest-kit/signals": "9.8.3",
|
|
70
|
+
"@backtest-kit/ui": "9.8.3",
|
|
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": "9.8.
|
|
78
|
+
"backtest-kit": "9.8.3",
|
|
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": "^9.8.
|
|
94
|
-
"@backtest-kit/ollama": "^9.8.
|
|
95
|
-
"@backtest-kit/pinets": "^9.8.
|
|
96
|
-
"@backtest-kit/signals": "^9.8.
|
|
97
|
-
"@backtest-kit/ui": "^9.8.
|
|
98
|
-
"backtest-kit": "^9.8.
|
|
93
|
+
"@backtest-kit/graph": "^9.8.3",
|
|
94
|
+
"@backtest-kit/ollama": "^9.8.3",
|
|
95
|
+
"@backtest-kit/pinets": "^9.8.3",
|
|
96
|
+
"@backtest-kit/signals": "^9.8.3",
|
|
97
|
+
"@backtest-kit/ui": "^9.8.3",
|
|
98
|
+
"backtest-kit": "^9.8.3",
|
|
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": "^9.8.
|
|
17
|
-
"@backtest-kit/graph": "^9.8.
|
|
18
|
-
"@backtest-kit/pinets": "^9.8.
|
|
19
|
-
"@backtest-kit/ui": "^9.8.
|
|
16
|
+
"@backtest-kit/cli": "^9.8.3",
|
|
17
|
+
"@backtest-kit/graph": "^9.8.3",
|
|
18
|
+
"@backtest-kit/pinets": "^9.8.3",
|
|
19
|
+
"@backtest-kit/ui": "^9.8.3",
|
|
20
20
|
"agent-swarm-kit": "^2.6.0",
|
|
21
|
-
"backtest-kit": "^9.8.
|
|
21
|
+
"backtest-kit": "^9.8.3",
|
|
22
22
|
"functools-kit": "^2.3.0",
|
|
23
23
|
"garch": "^1.2.3",
|
|
24
24
|
"get-moment-stamp": "^1.1.2",
|