fi-pool-cli 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -116,7 +116,7 @@ const program = new Command();
116
116
  program
117
117
  .name('fi-pool')
118
118
  .description('A股股池管理服务端')
119
- .version('0.2.0')
119
+ .version('0.2.2')
120
120
  .option('--config <path>', '指定 .env 配置文件路径(默认自动向上递归查找)');
121
121
  // ─── Pool Management ────────────────────────────────────────────
122
122
  const poolCmd = program.command('pool').description('股池管理');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fi-pool-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Fi-Pool-Manager CLI — A股股池管理命令行工具",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",