@backtest-kit/cli 7.3.0 → 7.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 CHANGED
@@ -2854,7 +2854,7 @@ const main$d = async () => {
2854
2854
  if (MODES.some((mode) => values[mode])) {
2855
2855
  return;
2856
2856
  }
2857
- process.stdout.write(`@backtest-kit/cli ${"7.3.0"}\n`);
2857
+ process.stdout.write(`@backtest-kit/cli ${"7.3.1"}\n`);
2858
2858
  process.stdout.write("\n");
2859
2859
  process.stdout.write(`Run with --help to see available commands.\n`);
2860
2860
  process.stdout.write("\n");
@@ -3518,7 +3518,7 @@ const main$1 = async () => {
3518
3518
  if (!values.help) {
3519
3519
  return;
3520
3520
  }
3521
- process.stdout.write(`@backtest-kit/cli ${"7.3.0"}\n\n`);
3521
+ process.stdout.write(`@backtest-kit/cli ${"7.3.1"}\n\n`);
3522
3522
  process.stdout.write(HELP_TEXT);
3523
3523
  process.exit(0);
3524
3524
  };
@@ -3532,7 +3532,7 @@ const main = async () => {
3532
3532
  if (!values.version) {
3533
3533
  return;
3534
3534
  }
3535
- process.stdout.write(`@backtest-kit/cli ${"7.3.0"}\n`);
3535
+ process.stdout.write(`@backtest-kit/cli ${"7.3.1"}\n`);
3536
3536
  process.exit(0);
3537
3537
  };
3538
3538
  main();
package/build/index.mjs CHANGED
@@ -2825,7 +2825,7 @@ const main$d = async () => {
2825
2825
  if (MODES.some((mode) => values[mode])) {
2826
2826
  return;
2827
2827
  }
2828
- process.stdout.write(`@backtest-kit/cli ${"7.3.0"}\n`);
2828
+ process.stdout.write(`@backtest-kit/cli ${"7.3.1"}\n`);
2829
2829
  process.stdout.write("\n");
2830
2830
  process.stdout.write(`Run with --help to see available commands.\n`);
2831
2831
  process.stdout.write("\n");
@@ -3489,7 +3489,7 @@ const main$1 = async () => {
3489
3489
  if (!values.help) {
3490
3490
  return;
3491
3491
  }
3492
- process.stdout.write(`@backtest-kit/cli ${"7.3.0"}\n\n`);
3492
+ process.stdout.write(`@backtest-kit/cli ${"7.3.1"}\n\n`);
3493
3493
  process.stdout.write(HELP_TEXT);
3494
3494
  process.exit(0);
3495
3495
  };
@@ -3503,7 +3503,7 @@ const main = async () => {
3503
3503
  if (!values.version) {
3504
3504
  return;
3505
3505
  }
3506
- process.stdout.write(`@backtest-kit/cli ${"7.3.0"}\n`);
3506
+ process.stdout.write(`@backtest-kit/cli ${"7.3.1"}\n`);
3507
3507
  process.exit(0);
3508
3508
  };
3509
3509
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "7.3.0",
3
+ "version": "7.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",
@@ -13,12 +13,12 @@
13
13
  "license": "ISC",
14
14
  "type": "commonjs",
15
15
  "dependencies": {
16
- "@backtest-kit/cli": "^7.2.0",
17
- "@backtest-kit/graph": "^7.2.0",
18
- "@backtest-kit/pinets": "^7.2.0",
19
- "@backtest-kit/ui": "^7.2.0",
16
+ "@backtest-kit/cli": "^7.3.1",
17
+ "@backtest-kit/graph": "^7.3.0",
18
+ "@backtest-kit/pinets": "^7.3.0",
19
+ "@backtest-kit/ui": "^7.3.0",
20
20
  "agent-swarm-kit": "^2.6.0",
21
- "backtest-kit": "^7.2.0",
21
+ "backtest-kit": "^7.3.0",
22
22
  "functools-kit": "^2.3.0",
23
23
  "garch": "^1.2.3",
24
24
  "get-moment-stamp": "^1.1.2",