x-runtime-lib 0.8.67 → 0.8.68

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/dist/index.js CHANGED
@@ -8850,7 +8850,7 @@ ${Ir(e)}} catch (e) {
8850
8850
  if (!Q(this.mode))
8851
8851
  return;
8852
8852
  const { methodKey: o } = jo(e), s = {};
8853
- return this.eventBus.emit(e, { key: o, inputs: i, outputs: s }), s;
8853
+ this.eventBus.emit(e, { key: o, inputs: i, outputs: s }), this.setVariable("__callMethodResult__", s);
8854
8854
  }
8855
8855
  callCustomMethod(e, i) {
8856
8856
  Q(this.mode) && this.callFunction(`__implementMethod$${e}__`, i);
@@ -53,9 +53,7 @@ export declare class Sandbox {
53
53
  setAdaptSlotProperty(key: string, newValue: any): void;
54
54
  callElementMethod(id: string, inputs: {
55
55
  [key: string]: any;
56
- }): {
57
- [key: string]: any;
58
- } | undefined;
56
+ }): void;
59
57
  callCustomMethod(key: string, inputs: {
60
58
  [key: string]: any;
61
59
  }): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.67",
4
+ "version": "0.8.68",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",