x-block-lib 0.8.36 → 0.8.38

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1967,12 +1967,13 @@ s.forBlock.call_app_method_v1 = function(t) {
1967
1967
  }), a += "}", o.method.outputs.length > 0) {
1968
1968
  let c = "";
1969
1969
  o.method.outputs.forEach(({ key: _ }) => {
1970
- c += `${e}__output$${_}__ = __outputs__[${n(_)}];
1970
+ c += `${e}__output$${_}__ = __callFunctionResult__[${n(_)}];
1971
1971
  `;
1972
1972
  });
1973
1973
  const r = s.statementToCode(o, "HANDLE");
1974
1974
  return `{
1975
- var __outputs__ = __callMethodV1__(${n(o.method.id)}, ${i}, ${a});
1975
+ __callMethodV1__(${n(o.method.id)}, ${i}, ${a});
1976
+ __messageV1__('error', __callFunctionResult__);
1976
1977
  ${c}${r}}
1977
1978
  `;
1978
1979
  } else
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.36",
4
+ "version": "0.8.38",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "vue-router": "^4.6.3",
39
39
  "vuetify": "^3.10.7",
40
40
  "x-essential-lib": "^0.9.2",
41
- "x-runtime-lib": "^0.8.63",
41
+ "x-runtime-lib": "^0.8.66",
42
42
  "x-state-lib": "^0.3.23"
43
43
  },
44
44
  "devDependencies": {