@backtest-kit/ui 6.2.0 → 6.5.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/types.d.ts +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/ui",
3
- "version": "6.2.0",
3
+ "version": "6.5.0",
4
4
  "description": "Full-stack UI framework for visualizing cryptocurrency trading signals, backtests, and real-time market data. React dashboard with candlestick charts, signal tracking, and risk analysis.",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",
@@ -84,7 +84,7 @@
84
84
  "glob": "11.0.1",
85
85
  "rimraf": "6.0.1",
86
86
  "rollup": "3.29.5",
87
- "rollup-plugin-dts": "6.2.0",
87
+ "rollup-plugin-dts": "6.1.1",
88
88
  "rollup-plugin-peer-deps-external": "2.2.4",
89
89
  "ts-morph": "27.0.2",
90
90
  "tslib": "2.7.0",
@@ -92,11 +92,11 @@
92
92
  "ccxt": "4.5.24",
93
93
  "touch": "3.1.1",
94
94
  "worker-testbed": "1.0.12",
95
- "backtest-kit": "6.2.0",
95
+ "backtest-kit": "6.5.0",
96
96
  "markdown-it": "14.1.0"
97
97
  },
98
98
  "peerDependencies": {
99
- "backtest-kit": "^6.2.0",
99
+ "backtest-kit": "^6.5.0",
100
100
  "markdown-it": "^14.1.0",
101
101
  "ccxt": "^4.5.24",
102
102
  "typescript": "^5.0.0"
package/types.d.ts CHANGED
@@ -412,5 +412,4 @@ declare const ioc: {
412
412
  exchangeService: ExchangeService;
413
413
  };
414
414
 
415
- export { getModulesPath, getPublicPath, getRouter, ioc as lib, serve, setLogger };
416
- export type { SymbolModel };
415
+ export { type SymbolModel, getModulesPath, getPublicPath, getRouter, ioc as lib, serve, setLogger };