@backtest-kit/cli 6.5.2 → 6.7.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 CHANGED
@@ -2537,7 +2537,7 @@ const main$b = async () => {
2537
2537
  if (MODES.some((mode) => values[mode])) {
2538
2538
  return;
2539
2539
  }
2540
- process.stdout.write(`@backtest-kit/cli ${"6.5.2"}\n`);
2540
+ process.stdout.write(`@backtest-kit/cli ${"6.7.0"}\n`);
2541
2541
  process.stdout.write("\n");
2542
2542
  process.stdout.write(`Run with --help to see available commands.\n`);
2543
2543
  process.stdout.write("\n");
@@ -3105,7 +3105,7 @@ const main$1 = async () => {
3105
3105
  if (!values.help) {
3106
3106
  return;
3107
3107
  }
3108
- process.stdout.write(`@backtest-kit/cli ${"6.5.2"}\n\n`);
3108
+ process.stdout.write(`@backtest-kit/cli ${"6.7.0"}\n\n`);
3109
3109
  process.stdout.write(HELP_TEXT);
3110
3110
  process.exit(0);
3111
3111
  };
@@ -3119,7 +3119,7 @@ const main = async () => {
3119
3119
  if (!values.version) {
3120
3120
  return;
3121
3121
  }
3122
- process.stdout.write(`@backtest-kit/cli ${"6.5.2"}\n`);
3122
+ process.stdout.write(`@backtest-kit/cli ${"6.7.0"}\n`);
3123
3123
  process.exit(0);
3124
3124
  };
3125
3125
  main();
package/build/index.mjs CHANGED
@@ -2508,7 +2508,7 @@ const main$b = async () => {
2508
2508
  if (MODES.some((mode) => values[mode])) {
2509
2509
  return;
2510
2510
  }
2511
- process.stdout.write(`@backtest-kit/cli ${"6.5.2"}\n`);
2511
+ process.stdout.write(`@backtest-kit/cli ${"6.7.0"}\n`);
2512
2512
  process.stdout.write("\n");
2513
2513
  process.stdout.write(`Run with --help to see available commands.\n`);
2514
2514
  process.stdout.write("\n");
@@ -3076,7 +3076,7 @@ const main$1 = async () => {
3076
3076
  if (!values.help) {
3077
3077
  return;
3078
3078
  }
3079
- process.stdout.write(`@backtest-kit/cli ${"6.5.2"}\n\n`);
3079
+ process.stdout.write(`@backtest-kit/cli ${"6.7.0"}\n\n`);
3080
3080
  process.stdout.write(HELP_TEXT);
3081
3081
  process.exit(0);
3082
3082
  };
@@ -3090,7 +3090,7 @@ const main = async () => {
3090
3090
  if (!values.version) {
3091
3091
  return;
3092
3092
  }
3093
- process.stdout.write(`@backtest-kit/cli ${"6.5.2"}\n`);
3093
+ process.stdout.write(`@backtest-kit/cli ${"6.7.0"}\n`);
3094
3094
  process.exit(0);
3095
3095
  };
3096
3096
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "6.5.2",
3
+ "version": "6.7.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",
@@ -61,11 +61,11 @@
61
61
  "devDependencies": {
62
62
  "@babel/plugin-transform-modules-umd": "7.27.1",
63
63
  "@babel/standalone": "7.29.1",
64
- "@backtest-kit/ui": "6.5.0",
65
- "@backtest-kit/graph": "6.5.0",
66
- "@backtest-kit/ollama": "6.5.0",
67
- "@backtest-kit/pinets": "6.5.0",
68
- "@backtest-kit/signals": "6.5.0",
64
+ "@backtest-kit/ui": "6.7.0",
65
+ "@backtest-kit/graph": "6.7.0",
66
+ "@backtest-kit/ollama": "6.7.0",
67
+ "@backtest-kit/pinets": "6.7.0",
68
+ "@backtest-kit/signals": "6.7.0",
69
69
  "@rollup/plugin-replace": "6.0.3",
70
70
  "@rollup/plugin-typescript": "11.1.6",
71
71
  "@types/image-size": "0.7.0",
@@ -73,7 +73,7 @@
73
73
  "@types/mustache": "4.2.6",
74
74
  "@types/node": "22.9.0",
75
75
  "@types/stack-trace": "0.0.33",
76
- "backtest-kit": "6.5.0",
76
+ "backtest-kit": "6.7.0",
77
77
  "glob": "11.0.1",
78
78
  "markdown-it": "14.1.1",
79
79
  "rimraf": "6.0.1",
@@ -88,12 +88,12 @@
88
88
  "peerDependencies": {
89
89
  "@babel/plugin-transform-modules-umd": "^7.27.1",
90
90
  "@babel/standalone": "^7.29.1",
91
- "@backtest-kit/ui": "^6.5.0",
92
- "@backtest-kit/graph": "^6.5.0",
93
- "@backtest-kit/ollama": "^6.5.0",
94
- "@backtest-kit/pinets": "^6.5.0",
95
- "@backtest-kit/signals": "^6.5.0",
96
- "backtest-kit": "^6.5.0",
91
+ "@backtest-kit/ui": "^6.7.0",
92
+ "@backtest-kit/graph": "^6.7.0",
93
+ "@backtest-kit/ollama": "^6.7.0",
94
+ "@backtest-kit/pinets": "^6.7.0",
95
+ "@backtest-kit/signals": "^6.7.0",
96
+ "backtest-kit": "^6.7.0",
97
97
  "markdown-it": "^14.1.1",
98
98
  "typescript": "^5.0.0"
99
99
  },
@@ -12,12 +12,12 @@
12
12
  "license": "ISC",
13
13
  "type": "commonjs",
14
14
  "dependencies": {
15
- "@backtest-kit/cli": "^6.5.2",
16
- "@backtest-kit/graph": "^6.5.0",
17
- "@backtest-kit/pinets": "^6.5.0",
18
- "@backtest-kit/ui": "^6.5.0",
19
- "agent-swarm-kit": "^1.3.2",
20
- "backtest-kit": "^6.5.0",
15
+ "@backtest-kit/cli": "^6.7.0",
16
+ "@backtest-kit/graph": "^6.7.0",
17
+ "@backtest-kit/pinets": "^6.7.0",
18
+ "@backtest-kit/ui": "^6.7.0",
19
+ "agent-swarm-kit": "^1.4.0",
20
+ "backtest-kit": "^6.7.0",
21
21
  "functools-kit": "^1.0.95",
22
22
  "garch": "^1.2.3",
23
23
  "get-moment-stamp": "^1.1.2",