forgex-cli 1.0.10 → 1.0.11

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.10')
21
+ .version('1.0.11')
22
22
  .option('--format <format>', '输出格式: json | table | minimal', 'json');
23
23
  // 绑定 program 实例到 output 模块,使 --format 全局标志自动生效
24
24
  bindProgram(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgex-cli",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "ForgeX CLI - Solana on-chain market making system command-line tool",
5
5
  "type": "module",
6
6
  "author": "cat",