@cloudbase/lowcode-builder 1.10.4 → 1.10.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.
@@ -13,11 +13,11 @@ const BASE_DEPS = {
13
13
  * 注意锁版本
14
14
  */
15
15
  const CLOUDBASE_DEPS = {
16
- '@cloudbase/weda-client': '1.1.2',
16
+ '@cloudbase/weda-client': '1.1.24',
17
17
  '@cloudbase/weda-cloud-sdk': '1.0.96',
18
18
  };
19
19
  const COMPONENT_DEPS = {
20
- '@cloudbase/lowcode-render': '^1.1.7',
20
+ '@cloudbase/lowcode-render': '^1.1.10',
21
21
  };
22
22
  const SYS_CLOUDBASE_DEPS = {
23
23
  '@cloudbase/adapter-wx_mp': '^1.0.3',
@@ -46,6 +46,7 @@ async function generateMpConfig(ctx, weapps, calses, options) {
46
46
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
47
47
  const appConfig = {
48
48
  useExtendedLib: { weui: true },
49
+ networkTimeout: { request: 2 * 60 * 1000 },
49
50
  };
50
51
  const { miniprogramPlugins = [] } = ctx;
51
52
  const projConfig = (0, lodash_1.merge)({}, mp_1.defaultProjConfig, {
@@ -132,7 +132,7 @@ function generateWxml(ctx, widgets, docTag, wxmlDataPrefix, usingComponents, com
132
132
  if (ctx.enableAd) {
133
133
  const textNode = {
134
134
  type: 'text',
135
- text: '当前小程序正使用云开发免费版云模板,升级后即可免广告。',
135
+ text: '基于腾讯云开发搭建与部署,升级套餐可移除此说明',
136
136
  };
137
137
  pageMeta.elements.unshift({
138
138
  type: 'element',