@backtest-kit/cli 0.0.5 → 0.0.7

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
@@ -87,8 +87,8 @@ var stackTrace__namespace = /*#__PURE__*/_interopNamespaceDefault(stackTrace);
87
87
  backtestKit.StorageBacktest.useMemory();
88
88
  }
89
89
  {
90
- backtestKit.NotificationLive.useDummy();
91
- backtestKit.NotificationBacktest.useDummy();
90
+ backtestKit.NotificationLive.usePersist();
91
+ backtestKit.NotificationBacktest.useMemory();
92
92
  }
93
93
 
94
94
  const ERROR_HANDLER_INSTALLED = Symbol.for("error-handler-installed");
package/build/index.mjs CHANGED
@@ -65,8 +65,8 @@ import Mustache from 'mustache';
65
65
  StorageBacktest.useMemory();
66
66
  }
67
67
  {
68
- NotificationLive.useDummy();
69
- NotificationBacktest.useDummy();
68
+ NotificationLive.usePersist();
69
+ NotificationBacktest.useMemory();
70
70
  }
71
71
 
72
72
  const ERROR_HANDLER_INSTALLED = Symbol.for("error-handler-installed");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
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",
@@ -58,7 +58,7 @@
58
58
  "default": "./build/index.cjs"
59
59
  },
60
60
  "devDependencies": {
61
- "@backtest-kit/ui": "3.1.0",
61
+ "@backtest-kit/ui": "3.1.1",
62
62
  "markdown-it": "14.1.1",
63
63
  "@rollup/plugin-typescript": "11.1.6",
64
64
  "@types/image-size": "0.7.0",
@@ -66,7 +66,7 @@
66
66
  "@types/mustache": "4.2.6",
67
67
  "@types/node": "22.9.0",
68
68
  "@types/stack-trace": "0.0.33",
69
- "backtest-kit": "3.1.0",
69
+ "backtest-kit": "3.1.1",
70
70
  "glob": "11.0.1",
71
71
  "rimraf": "6.0.1",
72
72
  "rollup": "3.29.5",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "peerDependencies": {
81
81
  "typescript": "^5.0.0",
82
- "@backtest-kit/ui": "^3.1.0",
82
+ "@backtest-kit/ui": "^3.1.1",
83
83
  "markdown-it": "^14.1.1"
84
84
  },
85
85
  "dependencies": {