@cloudbase/framework-plugin-low-code 1.2.1-alpha.0 → 1.2.1-alpha.2

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 +2 -2
package/lib/index.js CHANGED
@@ -106,7 +106,7 @@ class LowCodePlugin extends framework_core_1.Plugin {
106
106
  return this._getWebRootPath({ appId, deployOptions });
107
107
  },
108
108
  });
109
- if ((0, lowcode_builder_1.buildAsWebByBuildType)(this._resolvedInputs.buildTypeList)) {
109
+ if (!(0, lowcode_builder_1.buildAsWebByBuildType)(this._resolvedInputs.buildTypeList)) {
110
110
  const { mpDeployPrivateKey, deployOptions } = this._resolvedInputs;
111
111
  if (deployOptions.mpDeployPrivateKey === undefined) {
112
112
  deployOptions.mpDeployPrivateKey = mpDeployPrivateKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/framework-plugin-low-code",
3
- "version": "1.2.1-alpha.0",
3
+ "version": "1.2.1-alpha.2",
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",
@@ -43,7 +43,7 @@
43
43
  "@cloudbase/framework-plugin-mp": "1.9.5-beta.0",
44
44
  "@cloudbase/framework-plugin-website": "^1.8.17",
45
45
  "@cloudbase/lowcode-builder": "^1.2.1-alpha.0",
46
- "@cloudbase/lowcode-deployer": "^0.0.1-alpha.11",
46
+ "@cloudbase/lowcode-deployer": "^0.0.1-alpha.14",
47
47
  "@formily/react-schema-renderer": "1.1.7",
48
48
  "archiver": "^4.0.1",
49
49
  "compressing": "^1.4.0",