openyida 1.0.0-beta.1 → 1.0.0
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/bin/yida.js +1 -1
- package/package.json +1 -1
package/bin/yida.js
CHANGED
|
@@ -182,7 +182,7 @@ function runPythonScript(scriptPath, args = []) {
|
|
|
182
182
|
program
|
|
183
183
|
.name("openyida")
|
|
184
184
|
.description("OpenYida CLI - 宜搭低代码 AI 开发工具(安装即用,零配置)")
|
|
185
|
-
.version("1.0.0
|
|
185
|
+
.version("1.0.0");
|
|
186
186
|
|
|
187
187
|
// ── openyida login ───────────────────────────────────────────────────
|
|
188
188
|
|