@cloudbase/lowcode-builder 1.9.9 → 1.9.11

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.
@@ -17,7 +17,7 @@ const CLOUDBASE_DEPS = {
17
17
  '@cloudbase/weda-cloud-sdk': '1.0.89',
18
18
  };
19
19
  const COMPONENT_DEPS = {
20
- '@cloudbase/lowcode-render': '^1.1.4',
20
+ '@cloudbase/lowcode-render': '^1.1.6',
21
21
  };
22
22
  const SYS_CLOUDBASE_DEPS = {
23
23
  '@cloudbase/adapter-wx_mp': '^1.0.3',
@@ -244,7 +244,7 @@ async function generateWxMp({ buildContext: _buildContext, weapps, calses, deplo
244
244
  : undefined,
245
245
  defaultLoginType: buildContext.__defaultLoginType__,
246
246
  pureAnonymousLogin: !!((_k = (_j = calses[0]) === null || _j === void 0 ? void 0 : _j.extra) === null || _k === void 0 ? void 0 : _k.pureAnonymousLogin),
247
- publicPage: (_m = (_l = calses[0]) === null || _l === void 0 ? void 0 : _l.extra) === null || _m === void 0 ? void 0 : _m.publicPage,
247
+ publicPage: JSON.stringify((_m = (_l = calses[0]) === null || _l === void 0 ? void 0 : _l.extra) === null || _m === void 0 ? void 0 : _m.publicPage) || 'undefined',
248
248
  },
249
249
  'datasources/datasource-profiles.js.tpl': {
250
250
  datasourceProfiles: (0, util_3.JsonToStringWithVariableName)([], { EOL: false }),