bfxsentry-agent 0.3.0 → 0.3.1

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.
@@ -49,7 +49,7 @@ const program = new Command();
49
49
  program
50
50
  .name('sentry')
51
51
  .description('BfxSentry Agent CLI — Bitfinex 信号驱动交易代理')
52
- .version('0.2.0');
52
+ .version('0.3.0');
53
53
  // ── sentry skills ──
54
54
  program
55
55
  .command('skills')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bfxsentry-agent",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "BfxSentry Agent CLI - Bitfinex signal-driven trading agent",
5
5
  "type": "module",
6
6
  "bin": {