x-block-lib 0.8.36 → 0.8.37

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 +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1973,6 +1973,7 @@ s.forBlock.call_app_method_v1 = function(t) {
1973
1973
  const r = s.statementToCode(o, "HANDLE");
1974
1974
  return `{
1975
1975
  var __outputs__ = __callMethodV1__(${n(o.method.id)}, ${i}, ${a});
1976
+ __messageV1__('error', __outputs__);
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.37",
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.65",
42
42
  "x-state-lib": "^0.3.23"
43
43
  },
44
44
  "devDependencies": {