@backtest-kit/cli 15.1.0 → 15.2.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
@@ -3539,7 +3539,7 @@ const main$h = async () => {
3539
3539
  if (MODES.some((mode) => values[mode])) {
3540
3540
  return;
3541
3541
  }
3542
- process.stdout.write(`@backtest-kit/cli ${"15.1.0"}\n`);
3542
+ process.stdout.write(`@backtest-kit/cli ${"15.2.0"}\n`);
3543
3543
  process.stdout.write("\n");
3544
3544
  process.stdout.write(`Run with --help to see available commands.\n`);
3545
3545
  process.stdout.write("\n");
@@ -4849,7 +4849,7 @@ const main$1 = async () => {
4849
4849
  if (!values.help) {
4850
4850
  return;
4851
4851
  }
4852
- process.stdout.write(`@backtest-kit/cli ${"15.1.0"}\n\n`);
4852
+ process.stdout.write(`@backtest-kit/cli ${"15.2.0"}\n\n`);
4853
4853
  process.stdout.write(HELP_TEXT);
4854
4854
  process.exit(0);
4855
4855
  };
@@ -4863,7 +4863,7 @@ const main = async () => {
4863
4863
  if (!values.version) {
4864
4864
  return;
4865
4865
  }
4866
- process.stdout.write(`@backtest-kit/cli ${"15.1.0"}\n`);
4866
+ process.stdout.write(`@backtest-kit/cli ${"15.2.0"}\n`);
4867
4867
  process.exit(0);
4868
4868
  };
4869
4869
  main();
package/build/index.mjs CHANGED
@@ -3507,7 +3507,7 @@ const main$h = async () => {
3507
3507
  if (MODES.some((mode) => values[mode])) {
3508
3508
  return;
3509
3509
  }
3510
- process.stdout.write(`@backtest-kit/cli ${"15.1.0"}\n`);
3510
+ process.stdout.write(`@backtest-kit/cli ${"15.2.0"}\n`);
3511
3511
  process.stdout.write("\n");
3512
3512
  process.stdout.write(`Run with --help to see available commands.\n`);
3513
3513
  process.stdout.write("\n");
@@ -4817,7 +4817,7 @@ const main$1 = async () => {
4817
4817
  if (!values.help) {
4818
4818
  return;
4819
4819
  }
4820
- process.stdout.write(`@backtest-kit/cli ${"15.1.0"}\n\n`);
4820
+ process.stdout.write(`@backtest-kit/cli ${"15.2.0"}\n\n`);
4821
4821
  process.stdout.write(HELP_TEXT);
4822
4822
  process.exit(0);
4823
4823
  };
@@ -4831,7 +4831,7 @@ const main = async () => {
4831
4831
  if (!values.version) {
4832
4832
  return;
4833
4833
  }
4834
- process.stdout.write(`@backtest-kit/cli ${"15.1.0"}\n`);
4834
+ process.stdout.write(`@backtest-kit/cli ${"15.2.0"}\n`);
4835
4835
  process.exit(0);
4836
4836
  };
4837
4837
  main();
@@ -15,25 +15,25 @@
15
15
  "@types/node": "25.6.0"
16
16
  },
17
17
  "dependencies": {
18
- "@backtest-kit/cli": "15.1.0",
19
- "@backtest-kit/graph": "15.1.0",
20
- "@backtest-kit/pinets": "15.1.0",
21
- "@backtest-kit/signals": "15.1.0",
22
- "@backtest-kit/ui": "15.1.0",
18
+ "@backtest-kit/cli": "15.2.0",
19
+ "@backtest-kit/graph": "15.2.0",
20
+ "@backtest-kit/pinets": "15.2.0",
21
+ "@backtest-kit/signals": "15.2.0",
22
+ "@backtest-kit/ui": "15.2.0",
23
23
  "@tavily/core": "0.7.2",
24
24
  "@tensorflow/tfjs": "4.22.0",
25
25
  "@tensorflow/tfjs-backend-wasm": "4.22.0",
26
26
  "@tensorflow/tfjs-core": "4.22.0",
27
- "agent-swarm-kit": "5.0.0",
28
- "backtest-kit": "15.1.0",
27
+ "agent-swarm-kit": "5.1.0",
28
+ "backtest-kit": "15.2.0",
29
29
  "dayjs": "1.11.20",
30
30
  "functools-kit": "4.0.0",
31
- "garch": "1.2.3",
32
- "get-moment-stamp": "2.0.0",
31
+ "garch": "2.0.0",
32
+ "get-moment-stamp": "3.0.0",
33
33
  "jsonrepair": "3.12.0",
34
34
  "ollama": "0.6.3",
35
35
  "slugify": "1.6.9",
36
- "pump-anomaly": "1.0.0",
37
- "volume-anomaly": "1.2.3"
36
+ "pump-anomaly": "2.0.0",
37
+ "volume-anomaly": "2.0.0"
38
38
  }
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "15.1.0",
3
+ "version": "15.2.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",
@@ -63,11 +63,11 @@
63
63
  "devDependencies": {
64
64
  "@babel/plugin-transform-modules-umd": "7.27.1",
65
65
  "@babel/standalone": "7.29.1",
66
- "@backtest-kit/graph": "15.1.0",
67
- "@backtest-kit/ollama": "15.1.0",
68
- "@backtest-kit/pinets": "15.1.0",
69
- "@backtest-kit/signals": "15.1.0",
70
- "@backtest-kit/ui": "15.1.0",
66
+ "@backtest-kit/graph": "15.2.0",
67
+ "@backtest-kit/ollama": "15.2.0",
68
+ "@backtest-kit/pinets": "15.2.0",
69
+ "@backtest-kit/signals": "15.2.0",
70
+ "@backtest-kit/ui": "15.2.0",
71
71
  "@rollup/plugin-replace": "6.0.3",
72
72
  "@rollup/plugin-typescript": "11.1.6",
73
73
  "@types/image-size": "0.7.0",
@@ -75,7 +75,7 @@
75
75
  "@types/mustache": "4.2.6",
76
76
  "@types/node": "22.9.0",
77
77
  "@types/stack-trace": "0.0.33",
78
- "backtest-kit": "15.1.0",
78
+ "backtest-kit": "15.2.0",
79
79
  "glob": "11.0.1",
80
80
  "markdown-it": "14.1.1",
81
81
  "rimraf": "6.0.1",
@@ -92,14 +92,14 @@
92
92
  "peerDependencies": {
93
93
  "@babel/plugin-transform-modules-umd": "^7.27.1",
94
94
  "@babel/standalone": "^7.29.1",
95
- "@backtest-kit/graph": "^15.1.0",
96
- "@backtest-kit/ollama": "^15.1.0",
97
- "@backtest-kit/pinets": "^15.1.0",
98
- "@backtest-kit/signals": "^15.1.0",
99
- "@backtest-kit/ui": "^15.1.0",
95
+ "@backtest-kit/graph": "^15.2.0",
96
+ "@backtest-kit/ollama": "^15.2.0",
97
+ "@backtest-kit/pinets": "^15.2.0",
98
+ "@backtest-kit/signals": "^15.2.0",
99
+ "@backtest-kit/ui": "^15.2.0",
100
100
  "pinets": "^0.9.27",
101
101
  "ccxt": "^4.5.39",
102
- "backtest-kit": "^15.1.0",
102
+ "backtest-kit": "^15.2.0",
103
103
  "markdown-it": "^14.1.1",
104
104
  "typescript": "^5.0.0"
105
105
  },
@@ -108,7 +108,7 @@
108
108
  "di-scoped": "1.0.21",
109
109
  "dotenv": "17.3.1",
110
110
  "functools-kit": "4.0.0",
111
- "get-moment-stamp": "2.0.0",
111
+ "get-moment-stamp": "3.0.0",
112
112
  "image-size": "1.1.1",
113
113
  "jsdom": "26.1.0",
114
114
  "markdownlint": "0.38.0",
@@ -13,16 +13,17 @@
13
13
  "license": "ISC",
14
14
  "type": "commonjs",
15
15
  "dependencies": {
16
- "@backtest-kit/cli": "^15.1.0",
17
- "@backtest-kit/graph": "^15.1.0",
18
- "@backtest-kit/pinets": "^15.1.0",
19
- "@backtest-kit/ui": "^15.1.0",
20
- "agent-swarm-kit": "^5.0.0",
21
- "backtest-kit": "^15.1.0",
16
+ "@backtest-kit/cli": "^15.2.0",
17
+ "@backtest-kit/graph": "^15.2.0",
18
+ "@backtest-kit/pinets": "^15.2.0",
19
+ "@backtest-kit/ui": "^15.2.0",
20
+ "agent-swarm-kit": "^5.1.0",
21
+ "backtest-kit": "^15.2.0",
22
22
  "functools-kit": "^4.0.0",
23
- "garch": "^1.2.3",
24
- "get-moment-stamp": "^2.0.0",
23
+ "garch": "^2.0.0",
24
+ "get-moment-stamp": "^3.0.0",
25
+ "pump-anomaly": "^2.0.0",
25
26
  "ollama": "^0.6.3",
26
- "volume-anomaly": "^1.2.3"
27
+ "volume-anomaly": "^2.0.0"
27
28
  }
28
29
  }