forgex-cli 1.0.30 → 1.0.31

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/src/index.js CHANGED
@@ -18,7 +18,7 @@ export function createProgram() {
18
18
  program
19
19
  .name('forgex')
20
20
  .description('ForgeX CLI - Solana 链上做市系统命令行工具')
21
- .version('1.0.27')
21
+ .version('1.0.31')
22
22
  .option('--format <format>', '输出格式: json | table | minimal', 'json');
23
23
  // 在 --help 中提示 --password 全局参数
24
24
  program.addHelpText('after', `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgex-cli",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "ForgeX CLI - Solana on-chain market making system command-line tool",
5
5
  "type": "module",
6
6
  "author": "cat",