@cloudbase/lowcode-builder 1.8.107 → 1.8.109

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.
@@ -4,6 +4,7 @@ export declare function generatePackageDependencies({ importJSSDK, mode, officia
4
4
  officialLibVersion?: string;
5
5
  }): {
6
6
  'miniprogram-gesture': string;
7
+ mobx: string;
7
8
  'lodash.get': string;
8
9
  'lodash.set': string;
9
10
  };
@@ -4,6 +4,7 @@ exports.generatePackageDependencies = void 0;
4
4
  const cals_1 = require("@cloudbase/cals");
5
5
  const BASE_DEPS = {
6
6
  'miniprogram-gesture': '^1.0.6',
7
+ mobx: '^5',
7
8
  'lodash.get': '^4',
8
9
  'lodash.set': '^4',
9
10
  };
@@ -48,8 +48,8 @@ exports.materialsDirName = 'materials'; // materials diretory of current project
48
48
  * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-replace-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
49
49
  */
50
50
  const COMP_PUBLIC_DOMAIN = 'comp-public-replace-1303824488-cos.weda.tencent.com';
51
- exports.miniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/miniprogram_npm.1.8.57.zip`;
52
- exports.cloudbaseMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/cloudbase_miniprogram_npm.1.8.57.zip`;
51
+ exports.miniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/miniprogram_npm.1.8.107.zip`;
52
+ exports.cloudbaseMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/cloudbase_miniprogram_npm.1.8.107.zip`;
53
53
  exports.systemSubpackageMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/wd_system_miniprogram_npm.zip`;
54
54
  exports.RUNTIME_CONFIG_URL = `https://${COMP_PUBLIC_DOMAIN}/release_config/runtime/exp_runtime.json`;
55
55
  /**
@@ -69,6 +69,7 @@ enableLoading = undefined, publicPath = '/', }) {
69
69
  await fs_extra_1.default.writeFile(dstFilePath, (0, lodash_1.template)(packageTpl)({
70
70
  appId,
71
71
  title: '',
72
+ envId,
72
73
  desc: description,
73
74
  canUseVite: (0, util_1.canUseVite)(mode, devTool),
74
75
  jsApis: Array.from(new Set(jsApis.filter((item) => !!item))),