@backtest-kit/cli 13.5.0 → 14.0.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
@@ -1923,7 +1923,7 @@ const getImageFromUrl = functoolsKit.execpool(async (url) => {
1923
1923
  const nodeBuffer = await fetchImage(url);
1924
1924
  console.log(`Image ${url} fetch end`);
1925
1925
  return processImageBuffer(nodeBuffer);
1926
- }, { maxExec: 3 });
1926
+ }, { maxExec: 3, delay: 1000 });
1927
1927
  const processMedia = async (media) => {
1928
1928
  if (typeof media === 'string') {
1929
1929
  return getImageFromUrl(media);
@@ -3430,7 +3430,7 @@ const main$h = async () => {
3430
3430
  if (MODES.some((mode) => values[mode])) {
3431
3431
  return;
3432
3432
  }
3433
- process.stdout.write(`@backtest-kit/cli ${"13.5.0"}\n`);
3433
+ process.stdout.write(`@backtest-kit/cli ${"14.0.0"}\n`);
3434
3434
  process.stdout.write("\n");
3435
3435
  process.stdout.write(`Run with --help to see available commands.\n`);
3436
3436
  process.stdout.write("\n");
@@ -4736,7 +4736,7 @@ const main$1 = async () => {
4736
4736
  if (!values.help) {
4737
4737
  return;
4738
4738
  }
4739
- process.stdout.write(`@backtest-kit/cli ${"13.5.0"}\n\n`);
4739
+ process.stdout.write(`@backtest-kit/cli ${"14.0.0"}\n\n`);
4740
4740
  process.stdout.write(HELP_TEXT);
4741
4741
  process.exit(0);
4742
4742
  };
@@ -4750,7 +4750,7 @@ const main = async () => {
4750
4750
  if (!values.version) {
4751
4751
  return;
4752
4752
  }
4753
- process.stdout.write(`@backtest-kit/cli ${"13.5.0"}\n`);
4753
+ process.stdout.write(`@backtest-kit/cli ${"14.0.0"}\n`);
4754
4754
  process.exit(0);
4755
4755
  };
4756
4756
  main();
package/build/index.mjs CHANGED
@@ -1898,7 +1898,7 @@ const getImageFromUrl = execpool(async (url) => {
1898
1898
  const nodeBuffer = await fetchImage(url);
1899
1899
  console.log(`Image ${url} fetch end`);
1900
1900
  return processImageBuffer(nodeBuffer);
1901
- }, { maxExec: 3 });
1901
+ }, { maxExec: 3, delay: 1000 });
1902
1902
  const processMedia = async (media) => {
1903
1903
  if (typeof media === 'string') {
1904
1904
  return getImageFromUrl(media);
@@ -3401,7 +3401,7 @@ const main$h = async () => {
3401
3401
  if (MODES.some((mode) => values[mode])) {
3402
3402
  return;
3403
3403
  }
3404
- process.stdout.write(`@backtest-kit/cli ${"13.5.0"}\n`);
3404
+ process.stdout.write(`@backtest-kit/cli ${"14.0.0"}\n`);
3405
3405
  process.stdout.write("\n");
3406
3406
  process.stdout.write(`Run with --help to see available commands.\n`);
3407
3407
  process.stdout.write("\n");
@@ -4707,7 +4707,7 @@ const main$1 = async () => {
4707
4707
  if (!values.help) {
4708
4708
  return;
4709
4709
  }
4710
- process.stdout.write(`@backtest-kit/cli ${"13.5.0"}\n\n`);
4710
+ process.stdout.write(`@backtest-kit/cli ${"14.0.0"}\n\n`);
4711
4711
  process.stdout.write(HELP_TEXT);
4712
4712
  process.exit(0);
4713
4713
  };
@@ -4721,7 +4721,7 @@ const main = async () => {
4721
4721
  if (!values.version) {
4722
4722
  return;
4723
4723
  }
4724
- process.stdout.write(`@backtest-kit/cli ${"13.5.0"}\n`);
4724
+ process.stdout.write(`@backtest-kit/cli ${"14.0.0"}\n`);
4725
4725
  process.exit(0);
4726
4726
  };
4727
4727
  main();
@@ -15,19 +15,19 @@
15
15
  "@types/node": "25.6.0"
16
16
  },
17
17
  "dependencies": {
18
- "@backtest-kit/cli": "13.5.0",
19
- "@backtest-kit/graph": "13.5.0",
20
- "@backtest-kit/pinets": "13.5.0",
21
- "@backtest-kit/signals": "13.5.0",
22
- "@backtest-kit/ui": "13.5.0",
18
+ "@backtest-kit/cli": "14.0.0",
19
+ "@backtest-kit/graph": "14.0.0",
20
+ "@backtest-kit/pinets": "14.0.0",
21
+ "@backtest-kit/signals": "14.0.0",
22
+ "@backtest-kit/ui": "14.0.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": "2.7.0",
28
- "backtest-kit": "13.5.0",
27
+ "agent-swarm-kit": "3.2.0",
28
+ "backtest-kit": "14.0.0",
29
29
  "dayjs": "1.11.20",
30
- "functools-kit": "2.3.0",
30
+ "functools-kit": "3.0.0",
31
31
  "garch": "1.2.3",
32
32
  "get-moment-stamp": "2.0.0",
33
33
  "jsonrepair": "3.12.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "13.5.0",
3
+ "version": "14.0.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": "13.5.0",
67
- "@backtest-kit/ollama": "13.5.0",
68
- "@backtest-kit/pinets": "13.5.0",
69
- "@backtest-kit/signals": "13.5.0",
70
- "@backtest-kit/ui": "13.5.0",
66
+ "@backtest-kit/graph": "14.0.0",
67
+ "@backtest-kit/ollama": "14.0.0",
68
+ "@backtest-kit/pinets": "14.0.0",
69
+ "@backtest-kit/signals": "14.0.0",
70
+ "@backtest-kit/ui": "14.0.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": "13.5.0",
78
+ "backtest-kit": "14.0.0",
79
79
  "glob": "11.0.1",
80
80
  "markdown-it": "14.1.1",
81
81
  "rimraf": "6.0.1",
@@ -85,21 +85,21 @@
85
85
  "ts-morph": "27.0.2",
86
86
  "tslib": "2.7.0",
87
87
  "typedoc": "0.27.9",
88
- "pinets": "0.9.22",
88
+ "pinets": "0.9.23",
89
89
  "ccxt": "4.5.39",
90
- "worker-testbed": "2.0.0"
90
+ "worker-testbed": "2.1.0"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@babel/plugin-transform-modules-umd": "^7.27.1",
94
94
  "@babel/standalone": "^7.29.1",
95
- "@backtest-kit/graph": "^13.5.0",
96
- "@backtest-kit/ollama": "^13.5.0",
97
- "@backtest-kit/pinets": "^13.5.0",
98
- "@backtest-kit/signals": "^13.5.0",
99
- "@backtest-kit/ui": "^13.5.0",
100
- "pinets": "^0.9.22",
95
+ "@backtest-kit/graph": "^14.0.0",
96
+ "@backtest-kit/ollama": "^14.0.0",
97
+ "@backtest-kit/pinets": "^14.0.0",
98
+ "@backtest-kit/signals": "^14.0.0",
99
+ "@backtest-kit/ui": "^14.0.0",
100
+ "pinets": "^0.9.23",
101
101
  "ccxt": "^4.5.39",
102
- "backtest-kit": "^13.5.0",
102
+ "backtest-kit": "^14.0.0",
103
103
  "markdown-it": "^14.1.1",
104
104
  "typescript": "^5.0.0"
105
105
  },
@@ -107,7 +107,7 @@
107
107
  "di-kit": "1.1.1",
108
108
  "di-scoped": "1.0.21",
109
109
  "dotenv": "17.3.1",
110
- "functools-kit": "2.3.0",
110
+ "functools-kit": "3.0.0",
111
111
  "get-moment-stamp": "2.0.0",
112
112
  "image-size": "1.1.1",
113
113
  "jsdom": "26.1.0",
@@ -13,13 +13,13 @@
13
13
  "license": "ISC",
14
14
  "type": "commonjs",
15
15
  "dependencies": {
16
- "@backtest-kit/cli": "^13.5.0",
17
- "@backtest-kit/graph": "^13.5.0",
18
- "@backtest-kit/pinets": "^13.5.0",
19
- "@backtest-kit/ui": "^13.5.0",
20
- "agent-swarm-kit": "^2.7.0",
21
- "backtest-kit": "^13.5.0",
22
- "functools-kit": "^2.3.0",
16
+ "@backtest-kit/cli": "^14.0.0",
17
+ "@backtest-kit/graph": "^14.0.0",
18
+ "@backtest-kit/pinets": "^14.0.0",
19
+ "@backtest-kit/ui": "^14.0.0",
20
+ "agent-swarm-kit": "^3.2.0",
21
+ "backtest-kit": "^14.0.0",
22
+ "functools-kit": "^3.0.0",
23
23
  "garch": "^1.2.3",
24
24
  "get-moment-stamp": "^2.0.0",
25
25
  "ollama": "^0.6.3",