@cloudbase/framework-plugin-low-code 0.6.27 → 0.6.28

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.
@@ -300,7 +300,7 @@ function generateFramework(appData, outDir, ctx) {
300
300
  subPackageName: '',
301
301
  isBare: true,
302
302
  domain: ctx.domain || '',
303
- appConfig: {},
303
+ appConfig: JSON.stringify({}),
304
304
  } });
305
305
  }
306
306
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/framework-plugin-low-code",
3
- "version": "0.6.27",
3
+ "version": "0.6.28",
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",