openyida 2026.6.11-beta.0 → 2026.6.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.
Files changed (2) hide show
  1. package/bin/yida.js +2 -2
  2. package/package.json +1 -1
package/bin/yida.js CHANGED
@@ -481,12 +481,12 @@ async function main() {
481
481
  if (!command || command === '--help' || command === '-h') {
482
482
  handleFirstRunGuide();
483
483
  printHelp();
484
- process.exit(0);
484
+ return;
485
485
  }
486
486
 
487
487
  if (command === '--version' || command === '-v') {
488
488
  console.log(currentVersion);
489
- process.exit(0);
489
+ return;
490
490
  }
491
491
 
492
492
  switch (command) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openyida",
3
- "version": "2026.6.11-beta.0",
3
+ "version": "2026.6.11",
4
4
  "description": "OpenYida CLI - 宜搭低代码 AI 开发工具(安装即用,零配置)",
5
5
  "bin": {
6
6
  "openyida": "bin/yida.js",