@cloudbase/framework-plugin-low-code 1.2.2 → 1.3.1
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 +1 -1
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -402,7 +402,7 @@ class LowCodePlugin extends framework_core_1.Plugin {
|
|
|
402
402
|
res = (0, lodash_1.merge)(res, yield this._miniprogramePlugin.compile());
|
|
403
403
|
}
|
|
404
404
|
else if ((0, lowcode_builder_1.buildAsWebByBuildType)(this._resolvedInputs.buildTypeList)) {
|
|
405
|
-
this._deployer.deploy();
|
|
405
|
+
yield this._deployer.deploy();
|
|
406
406
|
}
|
|
407
407
|
if (!Object.keys(res.Resources || {}).length && !Object.keys(res.Config || {}).length) {
|
|
408
408
|
this._skipInstallExt = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/framework-plugin-low-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
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",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"url": "https://github.com/TencentCloudBase/cloudbase-framework/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@cloudbase/cals": "^0.5.
|
|
40
|
+
"@cloudbase/cals": "^0.5.10",
|
|
41
41
|
"@cloudbase/framework-core": "^1.8.16",
|
|
42
42
|
"@cloudbase/framework-plugin-auth": "^1.8.16",
|
|
43
43
|
"@cloudbase/framework-plugin-website": "^1.8.17",
|
|
44
|
-
"@cloudbase/lowcode-builder": "^1.
|
|
45
|
-
"@cloudbase/lowcode-deployer": "^1.0.
|
|
44
|
+
"@cloudbase/lowcode-builder": "^1.3.1",
|
|
45
|
+
"@cloudbase/lowcode-deployer": "^1.0.1",
|
|
46
46
|
"@formily/react-schema-renderer": "1.1.7",
|
|
47
47
|
"archiver": "^4.0.1",
|
|
48
48
|
"compressing": "^1.4.0",
|