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.
Files changed (2) hide show
  1. package/bin/yida.js +1 -1
  2. 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-beta.1");
185
+ .version("1.0.0");
186
186
 
187
187
  // ── openyida login ───────────────────────────────────────────────────
188
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openyida",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0",
4
4
  "description": "OpenYida CLI - 宜搭低代码 AI 开发工具(安装即用,零配置)",
5
5
  "bin": {
6
6
  "openyida": "./bin/yida.js",