@cloudbase/framework-plugin-low-code 0.5.21-alpha.4 → 0.5.21-alpha.5

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -640,7 +640,7 @@ class LowCodePlugin extends framework_core_1.Plugin {
640
640
  resolve(true);
641
641
  }, 8 * 1000);
642
642
  });
643
- return this._getHostingInfo(envId);
643
+ return this._getHostingInfo(envId, loose);
644
644
  }
645
645
  else {
646
646
  return [website, hostingDatas];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/framework-plugin-low-code",
3
- "version": "0.5.21-alpha.4",
3
+ "version": "0.5.21-alpha.5",
4
4
  "description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
5
5
  "author": "yhsunshining@gmail.com",
6
6
  "homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",