@cloudbase/lowcode-builder 1.8.0 → 1.8.2

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.
@@ -262,7 +262,7 @@ function getListenersHandlers(listeners, id, componentApi) {
262
262
  break;
263
263
  }
264
264
  case `${weapps_core_1.ActionType.Platform}:callQuery`: {
265
- handler = `function({data}){ return $w[data.id]?.trigger?.()}`;
265
+ handler = `function({data}){ return $w[data.id]?.[data.method]()}`;
266
266
  break;
267
267
  }
268
268
  default: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/lowcode-builder",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
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",
@@ -38,7 +38,7 @@
38
38
  "url": "https://github.com/TencentCloudBase/cloudbase-framework/issues"
39
39
  },
40
40
  "dependencies": {
41
- "@cloudbase/cals": "^1.0.5",
41
+ "@cloudbase/cals": "^1.0.7",
42
42
  "@cloudbase/lowcode-generator": "^1.8.0",
43
43
  "axios": "^0.21.0",
44
44
  "browserfs": "^1.4.3",
@@ -549,7 +549,7 @@
549
549
  crossorigin
550
550
  src="<%=
551
551
  cdnEndpoints.cdngo
552
- %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.16a0491b1f59451555ac.bundle.js"
552
+ %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.c1acdd499c54299805d4.bundle.js"
553
553
  ></script>
554
554
  </body>
555
555
  </html>