@backtest-kit/cli 8.3.0 → 8.3.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/build/index.cjs +3 -3
- package/build/index.mjs +3 -3
- package/docker/docker-compose.yaml +1 -1
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -3026,7 +3026,7 @@ const main$f = async () => {
|
|
|
3026
3026
|
if (MODES.some((mode) => values[mode])) {
|
|
3027
3027
|
return;
|
|
3028
3028
|
}
|
|
3029
|
-
process.stdout.write(`@backtest-kit/cli ${"8.3.
|
|
3029
|
+
process.stdout.write(`@backtest-kit/cli ${"8.3.1"}\n`);
|
|
3030
3030
|
process.stdout.write("\n");
|
|
3031
3031
|
process.stdout.write(`Run with --help to see available commands.\n`);
|
|
3032
3032
|
process.stdout.write("\n");
|
|
@@ -3904,7 +3904,7 @@ const main$1 = async () => {
|
|
|
3904
3904
|
if (!values.help) {
|
|
3905
3905
|
return;
|
|
3906
3906
|
}
|
|
3907
|
-
process.stdout.write(`@backtest-kit/cli ${"8.3.
|
|
3907
|
+
process.stdout.write(`@backtest-kit/cli ${"8.3.1"}\n\n`);
|
|
3908
3908
|
process.stdout.write(HELP_TEXT);
|
|
3909
3909
|
process.exit(0);
|
|
3910
3910
|
};
|
|
@@ -3918,7 +3918,7 @@ const main = async () => {
|
|
|
3918
3918
|
if (!values.version) {
|
|
3919
3919
|
return;
|
|
3920
3920
|
}
|
|
3921
|
-
process.stdout.write(`@backtest-kit/cli ${"8.3.
|
|
3921
|
+
process.stdout.write(`@backtest-kit/cli ${"8.3.1"}\n`);
|
|
3922
3922
|
process.exit(0);
|
|
3923
3923
|
};
|
|
3924
3924
|
main();
|
package/build/index.mjs
CHANGED
|
@@ -2997,7 +2997,7 @@ const main$f = async () => {
|
|
|
2997
2997
|
if (MODES.some((mode) => values[mode])) {
|
|
2998
2998
|
return;
|
|
2999
2999
|
}
|
|
3000
|
-
process.stdout.write(`@backtest-kit/cli ${"8.3.
|
|
3000
|
+
process.stdout.write(`@backtest-kit/cli ${"8.3.1"}\n`);
|
|
3001
3001
|
process.stdout.write("\n");
|
|
3002
3002
|
process.stdout.write(`Run with --help to see available commands.\n`);
|
|
3003
3003
|
process.stdout.write("\n");
|
|
@@ -3875,7 +3875,7 @@ const main$1 = async () => {
|
|
|
3875
3875
|
if (!values.help) {
|
|
3876
3876
|
return;
|
|
3877
3877
|
}
|
|
3878
|
-
process.stdout.write(`@backtest-kit/cli ${"8.3.
|
|
3878
|
+
process.stdout.write(`@backtest-kit/cli ${"8.3.1"}\n\n`);
|
|
3879
3879
|
process.stdout.write(HELP_TEXT);
|
|
3880
3880
|
process.exit(0);
|
|
3881
3881
|
};
|
|
@@ -3889,7 +3889,7 @@ const main = async () => {
|
|
|
3889
3889
|
if (!values.version) {
|
|
3890
3890
|
return;
|
|
3891
3891
|
}
|
|
3892
|
-
process.stdout.write(`@backtest-kit/cli ${"8.3.
|
|
3892
|
+
process.stdout.write(`@backtest-kit/cli ${"8.3.1"}\n`);
|
|
3893
3893
|
process.exit(0);
|
|
3894
3894
|
};
|
|
3895
3895
|
main();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backtest-kit/cli",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
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",
|