fi-pool-cli 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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -118,7 +118,7 @@ const program = new Command();
|
|
|
118
118
|
program
|
|
119
119
|
.name('fi-pool')
|
|
120
120
|
.description('A股股池管理服务端')
|
|
121
|
-
.version('0.
|
|
121
|
+
.version('0.3.0')
|
|
122
122
|
.option('--config <path>', '指定 .env 配置文件路径(默认自动向上递归查找)');
|
|
123
123
|
// ─── Pool Management ────────────────────────────────────────────
|
|
124
124
|
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.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Fi-Pool-Manager CLI — A股股池管理命令行工具",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"commander": "^12.0.0",
|
|
44
44
|
"dotenv": "^16.4.0",
|
|
45
|
-
"fi-pool-server": "^0.3.
|
|
45
|
+
"fi-pool-server": "^0.3.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {}
|
|
48
48
|
}
|