openyida 1.0.0-beta.5 → 1.0.0-beta.7

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.
@@ -62,7 +62,7 @@ const fs = require("fs");
62
62
  const path = require("path");
63
63
  const querystring = require("querystring");
64
64
  const { execSync } = require("child_process");
65
- const { loadCookieData, triggerLogin, refreshCsrfToken, resolveBaseUrl } = require("./utils");
65
+ const { findProjectRoot, loadCookieData, triggerLogin, refreshCsrfToken, resolveBaseUrl } = require("./utils");
66
66
  const { t } = require("./i18n");
67
67
 
68
68
  // ── 配置读取 ──────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openyida",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.7",
4
4
  "description": "OpenYida CLI - 宜搭低代码 AI 开发工具(安装即用,零配置)",
5
5
  "bin": {
6
6
  "openyida": "./bin/yida.js",