x-block-lib 0.8.42 → 0.8.43

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1505,7 +1505,7 @@ s.forBlock.on_app_event_v1 = function(t) {
1505
1505
  l !== 0 && (i += ", "), i += `__param$${r.key}__`;
1506
1506
  });
1507
1507
  const a = s.statementToCode(n, "HANDLE");
1508
- return `__onEventV1__(${e(o)}, function(${i}) {
1508
+ return `__onEventV1__(${e(o)}, async function(${i}) {
1509
1509
  ${a}});
1510
1510
  `;
1511
1511
  };
@@ -8961,7 +8961,7 @@ T([
8961
8961
  }
8962
8962
  ]);
8963
8963
  s.forBlock.delay_v1 = function(t) {
8964
- return `__delayV1__(${s.valueToCode(t, "DURATION", u.ATOMIC) || "0"});
8964
+ return `await __delayV1__(${s.valueToCode(t, "DURATION", u.ATOMIC) || "0"});
8965
8965
  `;
8966
8966
  };
8967
8967
  const Ea = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.42",
4
+ "version": "0.8.43",
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.9",
40
40
  "x-essential-lib": "^0.9.3",
41
- "x-runtime-lib": "^0.8.72",
41
+ "x-runtime-lib": "^0.8.76",
42
42
  "x-state-lib": "^0.3.24"
43
43
  },
44
44
  "devDependencies": {