@cloudbase/lowcode-builder 1.3.3 → 1.3.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/lowcode-builder",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
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",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@cloudbase/cals": "^0.5.10",
42
- "@cloudbase/lowcode-generator": "^1.3.2",
42
+ "@cloudbase/lowcode-generator": "^1.3.3",
43
43
  "axios": "^0.21.0",
44
44
  "browserfs": "^1.4.3",
45
45
  "browserify-zlib": "^0.2.0",
@@ -475,7 +475,7 @@
475
475
  crossorigin
476
476
  src="<%=
477
477
  cdnEndpoints.cdngo
478
- %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.39f6bdd120e2f358aba2.bundle.js"
478
+ %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.3dd47e7f7b2150036d90.bundle.js"
479
479
  ></script>
480
480
  </body>
481
481
  </html>
@@ -752,15 +752,7 @@ get sys() {
752
752
  }
753
753
 
754
754
  return null;
755
- },
756
-
757
- /**
758
- * 为了兼容 2.17+ button 组件,使用 $node.parent.getConfig
759
- * 挂载代理
760
- */
761
- getConfig(...args) {
762
- return widget.getConfig?.(...args);
763
- },
755
+ }
764
756
  };
765
757
  }
766
758