@backtest-kit/cli 6.11.0 → 6.12.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
@@ -2572,7 +2572,7 @@ const main$b = async () => {
2572
2572
  if (MODES.some((mode) => values[mode])) {
2573
2573
  return;
2574
2574
  }
2575
- process.stdout.write(`@backtest-kit/cli ${"6.11.0"}\n`);
2575
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
2576
2576
  process.stdout.write("\n");
2577
2577
  process.stdout.write(`Run with --help to see available commands.\n`);
2578
2578
  process.stdout.write("\n");
@@ -3140,7 +3140,7 @@ const main$1 = async () => {
3140
3140
  if (!values.help) {
3141
3141
  return;
3142
3142
  }
3143
- process.stdout.write(`@backtest-kit/cli ${"6.11.0"}\n\n`);
3143
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n\n`);
3144
3144
  process.stdout.write(HELP_TEXT);
3145
3145
  process.exit(0);
3146
3146
  };
@@ -3154,7 +3154,7 @@ const main = async () => {
3154
3154
  if (!values.version) {
3155
3155
  return;
3156
3156
  }
3157
- process.stdout.write(`@backtest-kit/cli ${"6.11.0"}\n`);
3157
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
3158
3158
  process.exit(0);
3159
3159
  };
3160
3160
  main();
package/build/index.mjs CHANGED
@@ -2543,7 +2543,7 @@ const main$b = async () => {
2543
2543
  if (MODES.some((mode) => values[mode])) {
2544
2544
  return;
2545
2545
  }
2546
- process.stdout.write(`@backtest-kit/cli ${"6.11.0"}\n`);
2546
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
2547
2547
  process.stdout.write("\n");
2548
2548
  process.stdout.write(`Run with --help to see available commands.\n`);
2549
2549
  process.stdout.write("\n");
@@ -3111,7 +3111,7 @@ const main$1 = async () => {
3111
3111
  if (!values.help) {
3112
3112
  return;
3113
3113
  }
3114
- process.stdout.write(`@backtest-kit/cli ${"6.11.0"}\n\n`);
3114
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n\n`);
3115
3115
  process.stdout.write(HELP_TEXT);
3116
3116
  process.exit(0);
3117
3117
  };
@@ -3125,7 +3125,7 @@ const main = async () => {
3125
3125
  if (!values.version) {
3126
3126
  return;
3127
3127
  }
3128
- process.stdout.write(`@backtest-kit/cli ${"6.11.0"}\n`);
3128
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
3129
3129
  process.exit(0);
3130
3130
  };
3131
3131
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "6.11.0",
3
+ "version": "6.12.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.11.0",
65
- "@backtest-kit/graph": "6.11.0",
66
- "@backtest-kit/ollama": "6.11.0",
67
- "@backtest-kit/pinets": "6.11.0",
68
- "@backtest-kit/signals": "6.11.0",
64
+ "@backtest-kit/ui": "6.12.0",
65
+ "@backtest-kit/graph": "6.12.0",
66
+ "@backtest-kit/ollama": "6.12.0",
67
+ "@backtest-kit/pinets": "6.12.0",
68
+ "@backtest-kit/signals": "6.12.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.11.0",
76
+ "backtest-kit": "6.12.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.11.0",
92
- "@backtest-kit/graph": "^6.11.0",
93
- "@backtest-kit/ollama": "^6.11.0",
94
- "@backtest-kit/pinets": "^6.11.0",
95
- "@backtest-kit/signals": "^6.11.0",
96
- "backtest-kit": "^6.11.0",
91
+ "@backtest-kit/ui": "^6.12.0",
92
+ "@backtest-kit/graph": "^6.12.0",
93
+ "@backtest-kit/ollama": "^6.12.0",
94
+ "@backtest-kit/pinets": "^6.12.0",
95
+ "@backtest-kit/signals": "^6.12.0",
96
+ "backtest-kit": "^6.12.0",
97
97
  "markdown-it": "^14.1.1",
98
98
  "typescript": "^5.0.0"
99
99
  },
@@ -102,7 +102,7 @@
102
102
  "di-kit": "1.1.1",
103
103
  "di-scoped": "1.0.21",
104
104
  "dotenv": "17.3.1",
105
- "functools-kit": "2.0.1",
105
+ "functools-kit": "2.0.2",
106
106
  "get-moment-stamp": "1.1.2",
107
107
  "image-size": "1.1.1",
108
108
  "jsdom": "26.1.0",
@@ -12,13 +12,13 @@
12
12
  "license": "ISC",
13
13
  "type": "commonjs",
14
14
  "dependencies": {
15
- "@backtest-kit/cli": "^6.11.0",
16
- "@backtest-kit/graph": "^6.11.0",
17
- "@backtest-kit/pinets": "^6.11.0",
18
- "@backtest-kit/ui": "^6.11.0",
19
- "agent-swarm-kit": "^2.1.0",
20
- "backtest-kit": "^6.11.0",
21
- "functools-kit": "^2.0.1",
15
+ "@backtest-kit/cli": "^6.12.0",
16
+ "@backtest-kit/graph": "^6.12.0",
17
+ "@backtest-kit/pinets": "^6.12.0",
18
+ "@backtest-kit/ui": "^6.12.0",
19
+ "agent-swarm-kit": "^2.2.0",
20
+ "backtest-kit": "^6.12.0",
21
+ "functools-kit": "^2.0.2",
22
22
  "garch": "^1.2.3",
23
23
  "get-moment-stamp": "^1.1.2",
24
24
  "ollama": "^0.6.3",