@cloudbase/lowcode-builder 0.1.13 → 0.1.14

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.
@@ -57,7 +57,7 @@ function generateWxml(widgets, docTag, wxmlDataPrefix, ctx, usingComponents, com
57
57
  function createXml(widgets, parent = null, parentForNodes = []) {
58
58
  var _a, _b, _c, _d, _e;
59
59
  const elements = [];
60
- for (const id of Object.keys(widgets)) {
60
+ for (const id in widgets) {
61
61
  const { xComponent, xProps, properties, xIndex, genericComp } = widgets[id];
62
62
  const { data: data0 = {}, listeners = [], directives = {}, staticResourceAttribute = ['src'], } = xProps || {};
63
63
  const data = { ...data0 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/lowcode-builder",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
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",