@cloudbase/lowcode-builder 1.1.5-alpha.5 → 1.1.5-alpha.6

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.
@@ -172,6 +172,7 @@ async function generateWxMp({ buildContext, weapps, plugins, deployMode, options
172
172
  isProd: deployMode === types_1.DEPLOY_MODE.UPLOAD,
173
173
  clientID: (_a = mainAppData.extra) === null || _a === void 0 ? void 0 : _a.clientId,
174
174
  isPrivateMode,
175
+ tcbApiOrigin: isPrivateMode && domain ? `https://${domain}` : '',
175
176
  },
176
177
  'datasources/datasource-profiles.js.tpl': {
177
178
  datasourceProfiles: (0, util_3.JsonToStringWithVariableName)((0, lowcode_generator_1.getDatasourceProfiles)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/lowcode-builder",
3
- "version": "1.1.5-alpha.5",
3
+ "version": "1.1.5-alpha.6",
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",