Skip to content

Commit 68a4975

Browse files
committed
inc
1 parent a44df17 commit 68a4975

42 files changed

Lines changed: 279 additions & 279 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cli/docker/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"@types/node": "25.6.0"
1616
},
1717
"dependencies": {
18-
"@backtest-kit/cli": "16.5.0",
19-
"@backtest-kit/graph": "16.5.0",
20-
"@backtest-kit/pinets": "16.5.0",
21-
"@backtest-kit/signals": "16.5.0",
22-
"@backtest-kit/ui": "16.5.0",
18+
"@backtest-kit/cli": "16.6.0",
19+
"@backtest-kit/graph": "16.6.0",
20+
"@backtest-kit/pinets": "16.6.0",
21+
"@backtest-kit/signals": "16.6.0",
22+
"@backtest-kit/ui": "16.6.0",
2323
"@tavily/core": "0.7.2",
2424
"@tensorflow/tfjs": "4.22.0",
2525
"@tensorflow/tfjs-backend-wasm": "4.22.0",
2626
"@tensorflow/tfjs-core": "4.22.0",
2727
"agent-swarm-kit": "6.0.0",
28-
"backtest-kit": "16.5.0",
28+
"backtest-kit": "16.6.0",
2929
"dayjs": "1.11.20",
3030
"functools-kit": "5.0.0",
3131
"garch": "2.0.0",

cli/package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backtest-kit/cli",
3-
"version": "16.5.0",
3+
"version": "16.6.0",
44
"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.",
55
"author": {
66
"name": "Petr Tripolsky",
@@ -63,19 +63,19 @@
6363
"devDependencies": {
6464
"@babel/plugin-transform-modules-umd": "7.27.1",
6565
"@babel/standalone": "7.29.1",
66-
"@backtest-kit/graph": "16.5.0",
67-
"@backtest-kit/ollama": "16.5.0",
68-
"@backtest-kit/pinets": "16.5.0",
69-
"@backtest-kit/signals": "16.5.0",
70-
"@backtest-kit/ui": "16.5.0",
66+
"@backtest-kit/graph": "16.6.0",
67+
"@backtest-kit/ollama": "16.6.0",
68+
"@backtest-kit/pinets": "16.6.0",
69+
"@backtest-kit/signals": "16.6.0",
70+
"@backtest-kit/ui": "16.6.0",
7171
"@rollup/plugin-replace": "6.0.3",
7272
"@rollup/plugin-typescript": "11.1.6",
7373
"@types/image-size": "0.7.0",
7474
"@types/jsdom": "21.1.7",
7575
"@types/mustache": "4.2.6",
7676
"@types/node": "22.9.0",
7777
"@types/stack-trace": "0.0.33",
78-
"backtest-kit": "16.5.0",
78+
"backtest-kit": "16.6.0",
7979
"glob": "11.0.1",
8080
"markdown-it": "14.1.1",
8181
"rimraf": "6.0.1",
@@ -92,14 +92,14 @@
9292
"peerDependencies": {
9393
"@babel/plugin-transform-modules-umd": "^7.27.1",
9494
"@babel/standalone": "^7.29.1",
95-
"@backtest-kit/graph": "^16.5.0",
96-
"@backtest-kit/ollama": "^16.5.0",
97-
"@backtest-kit/pinets": "^16.5.0",
98-
"@backtest-kit/signals": "^16.5.0",
99-
"@backtest-kit/ui": "^16.5.0",
95+
"@backtest-kit/graph": "^16.6.0",
96+
"@backtest-kit/ollama": "^16.6.0",
97+
"@backtest-kit/pinets": "^16.6.0",
98+
"@backtest-kit/signals": "^16.6.0",
99+
"@backtest-kit/ui": "^16.6.0",
100100
"pinets": "^0.9.29",
101101
"ccxt": "^4.5.39",
102-
"backtest-kit": "^16.5.0",
102+
"backtest-kit": "^16.6.0",
103103
"markdown-it": "^14.1.1",
104104
"typescript": "^5.0.0"
105105
},

cli/template/project/package.mustache

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"license": "ISC",
1414
"type": "commonjs",
1515
"dependencies": {
16-
"@backtest-kit/cli": "^16.5.0",
17-
"@backtest-kit/graph": "^16.5.0",
18-
"@backtest-kit/pinets": "^16.5.0",
19-
"@backtest-kit/ui": "^16.5.0",
16+
"@backtest-kit/cli": "^16.6.0",
17+
"@backtest-kit/graph": "^16.6.0",
18+
"@backtest-kit/pinets": "^16.6.0",
19+
"@backtest-kit/ui": "^16.6.0",
2020
"agent-swarm-kit": "^6.0.0",
21-
"backtest-kit": "^16.5.0",
21+
"backtest-kit": "^16.6.0",
2222
"functools-kit": "^5.0.0",
2323
"garch": "^2.0.0",
2424
"get-moment-stamp": "^3.0.0",

demo/backtest/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/backtest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "dotenv -e .env -- node ./src/index.mjs"
77
},
88
"dependencies": {
9-
"backtest-kit": "16.5.0",
9+
"backtest-kit": "16.6.0",
1010
"ccxt": "4.5.24",
1111
"functools-kit": "5.0.0",
1212
"ollama": "0.6.3",

0 commit comments

Comments
 (0)