@backtest-kit/cli 6.10.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
@@ -801,8 +801,8 @@ class WalkerMainService {
801
801
  }
802
802
  strategyMap.set(strategyName, entryPoint);
803
803
  }
804
- BacktestKit.Cache.clear();
805
- BacktestKit.Interval.clear();
804
+ BacktestKit.Cache.resetCounter();
805
+ BacktestKit.Interval.resetCounter();
806
806
  }
807
807
  await this.moduleConnectionService.loadModule("./walker.module");
808
808
  {
@@ -2519,9 +2519,6 @@ class SetupUtils {
2519
2519
  BacktestKit.NotificationLive.clear();
2520
2520
  BacktestKit.NotificationBacktest.clear();
2521
2521
  }
2522
- {
2523
- BacktestKit.Cache.clear();
2524
- }
2525
2522
  };
2526
2523
  }
2527
2524
  }
@@ -2575,7 +2572,7 @@ const main$b = async () => {
2575
2572
  if (MODES.some((mode) => values[mode])) {
2576
2573
  return;
2577
2574
  }
2578
- process.stdout.write(`@backtest-kit/cli ${"6.10.0"}\n`);
2575
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
2579
2576
  process.stdout.write("\n");
2580
2577
  process.stdout.write(`Run with --help to see available commands.\n`);
2581
2578
  process.stdout.write("\n");
@@ -3143,7 +3140,7 @@ const main$1 = async () => {
3143
3140
  if (!values.help) {
3144
3141
  return;
3145
3142
  }
3146
- process.stdout.write(`@backtest-kit/cli ${"6.10.0"}\n\n`);
3143
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n\n`);
3147
3144
  process.stdout.write(HELP_TEXT);
3148
3145
  process.exit(0);
3149
3146
  };
@@ -3157,7 +3154,7 @@ const main = async () => {
3157
3154
  if (!values.version) {
3158
3155
  return;
3159
3156
  }
3160
- process.stdout.write(`@backtest-kit/cli ${"6.10.0"}\n`);
3157
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
3161
3158
  process.exit(0);
3162
3159
  };
3163
3160
  main();
package/build/index.mjs CHANGED
@@ -776,8 +776,8 @@ class WalkerMainService {
776
776
  }
777
777
  strategyMap.set(strategyName, entryPoint);
778
778
  }
779
- Cache.clear();
780
- Interval.clear();
779
+ Cache.resetCounter();
780
+ Interval.resetCounter();
781
781
  }
782
782
  await this.moduleConnectionService.loadModule("./walker.module");
783
783
  {
@@ -2490,9 +2490,6 @@ class SetupUtils {
2490
2490
  NotificationLive.clear();
2491
2491
  NotificationBacktest.clear();
2492
2492
  }
2493
- {
2494
- Cache.clear();
2495
- }
2496
2493
  };
2497
2494
  }
2498
2495
  }
@@ -2546,7 +2543,7 @@ const main$b = async () => {
2546
2543
  if (MODES.some((mode) => values[mode])) {
2547
2544
  return;
2548
2545
  }
2549
- process.stdout.write(`@backtest-kit/cli ${"6.10.0"}\n`);
2546
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
2550
2547
  process.stdout.write("\n");
2551
2548
  process.stdout.write(`Run with --help to see available commands.\n`);
2552
2549
  process.stdout.write("\n");
@@ -3114,7 +3111,7 @@ const main$1 = async () => {
3114
3111
  if (!values.help) {
3115
3112
  return;
3116
3113
  }
3117
- process.stdout.write(`@backtest-kit/cli ${"6.10.0"}\n\n`);
3114
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n\n`);
3118
3115
  process.stdout.write(HELP_TEXT);
3119
3116
  process.exit(0);
3120
3117
  };
@@ -3128,7 +3125,7 @@ const main = async () => {
3128
3125
  if (!values.version) {
3129
3126
  return;
3130
3127
  }
3131
- process.stdout.write(`@backtest-kit/cli ${"6.10.0"}\n`);
3128
+ process.stdout.write(`@backtest-kit/cli ${"6.12.0"}\n`);
3132
3129
  process.exit(0);
3133
3130
  };
3134
3131
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "6.10.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.10.0",
65
- "@backtest-kit/graph": "6.10.0",
66
- "@backtest-kit/ollama": "6.10.0",
67
- "@backtest-kit/pinets": "6.10.0",
68
- "@backtest-kit/signals": "6.10.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.10.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.10.0",
92
- "@backtest-kit/graph": "^6.10.0",
93
- "@backtest-kit/ollama": "^6.10.0",
94
- "@backtest-kit/pinets": "^6.10.0",
95
- "@backtest-kit/signals": "^6.10.0",
96
- "backtest-kit": "^6.10.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.10.0",
16
- "@backtest-kit/graph": "^6.10.0",
17
- "@backtest-kit/pinets": "^6.10.0",
18
- "@backtest-kit/ui": "^6.10.0",
19
- "agent-swarm-kit": "^2.0.0",
20
- "backtest-kit": "^6.10.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",