@backtest-kit/cli 6.1.1 → 6.1.2

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
@@ -2722,7 +2722,7 @@ const main = async () => {
2722
2722
  if (!values.version) {
2723
2723
  return;
2724
2724
  }
2725
- process.stdout.write(`@backtest-kit/cli ${"6.1.0"}\n`);
2725
+ process.stdout.write(`@backtest-kit/cli ${"6.1.1"}\n`);
2726
2726
  process.exit(0);
2727
2727
  };
2728
2728
  main();
package/build/index.mjs CHANGED
@@ -2693,7 +2693,7 @@ const main = async () => {
2693
2693
  if (!values.version) {
2694
2694
  return;
2695
2695
  }
2696
- process.stdout.write(`@backtest-kit/cli ${"6.1.0"}\n`);
2696
+ process.stdout.write(`@backtest-kit/cli ${"6.1.1"}\n`);
2697
2697
  process.exit(0);
2698
2698
  };
2699
2699
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
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",
@@ -12,12 +12,12 @@
12
12
  "license": "ISC",
13
13
  "type": "commonjs",
14
14
  "dependencies": {
15
- "@backtest-kit/cli": "^6.0.0",
16
- "@backtest-kit/graph": "^6.0.0",
17
- "@backtest-kit/pinets": "^6.0.0",
18
- "@backtest-kit/ui": "^6.0.0",
15
+ "@backtest-kit/cli": "^6.1.2",
16
+ "@backtest-kit/graph": "^6.1.1",
17
+ "@backtest-kit/pinets": "^6.1.1",
18
+ "@backtest-kit/ui": "^6.1.1",
19
19
  "agent-swarm-kit": "^1.3.0",
20
- "backtest-kit": "^6.0.0",
20
+ "backtest-kit": "^6.1.1",
21
21
  "functools-kit": "^1.0.95",
22
22
  "garch": "^1.2.3",
23
23
  "get-moment-stamp": "^1.1.2",