@backtest-kit/ui 0.0.1 → 0.0.2
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 +1 -1
- package/build/index.mjs +1 -1
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -1069,7 +1069,7 @@ const require$2 = module$1.createRequire((typeof document === 'undefined' ? requ
|
|
|
1069
1069
|
function getModulesPath() {
|
|
1070
1070
|
const modulePath = require$2.resolve('@backtest-kit/ui');
|
|
1071
1071
|
const basePath = path.dirname(modulePath);
|
|
1072
|
-
return path.join(basePath, "
|
|
1072
|
+
return path.join(basePath, "../../../");
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
1075
|
const router$3 = Router({
|
package/build/index.mjs
CHANGED
|
@@ -1066,7 +1066,7 @@ const require$1 = createRequire(import.meta.url);
|
|
|
1066
1066
|
function getModulesPath() {
|
|
1067
1067
|
const modulePath = require$1.resolve('@backtest-kit/ui');
|
|
1068
1068
|
const basePath = dirname(modulePath);
|
|
1069
|
-
return join(basePath, "
|
|
1069
|
+
return join(basePath, "../../../");
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
1072
|
const router$3 = Router({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backtest-kit/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
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",
|