@cloudbase/framework-plugin-low-code 1.7.47 → 1.7.48
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/lib/index.js +2 -3
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -232,12 +232,11 @@ class LowCodePlugin extends framework_core_1.Plugin {
|
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
init() {
|
|
235
|
-
var _a;
|
|
236
235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
237
236
|
const { envId } = this.api;
|
|
238
237
|
const { appId, mainAppSerializeData } = this._resolvedInputs;
|
|
239
|
-
let name =
|
|
240
|
-
if (appId
|
|
238
|
+
let name = '';
|
|
239
|
+
if (appId) {
|
|
241
240
|
try {
|
|
242
241
|
const { Weapps = [] } = yield this.api.cloudbaseManager.commonService('lowcode', '2021-01-08').call({
|
|
243
242
|
Action: 'DescribeApps',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/framework-plugin-low-code",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.48",
|
|
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",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"url": "https://github.com/TencentCloudBase/cloudbase-framework/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@cloudbase/cals": "^1.1.
|
|
37
|
+
"@cloudbase/cals": "^1.1.5",
|
|
38
38
|
"@cloudbase/framework-core": "1.9.7",
|
|
39
39
|
"@cloudbase/framework-plugin-auth": "1.9.7",
|
|
40
40
|
"@cloudbase/framework-plugin-website": "1.9.7",
|
|
41
|
-
"@cloudbase/lowcode-builder": "^1.8.
|
|
41
|
+
"@cloudbase/lowcode-builder": "^1.8.106",
|
|
42
42
|
"@cloudbase/lowcode-deployer": "^1.3.11",
|
|
43
43
|
"archiver": "^4.0.1",
|
|
44
44
|
"compressing": "^1.4.0",
|