x-block-lib 0.5.16 → 0.5.17

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 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -6694,9 +6694,9 @@ r.forBlock.on_node_event_as_v1 = function(e) {
6694
6694
  c !== 0 && (i += ", "), i += l.key;
6695
6695
  });
6696
6696
  const s = r.statementToCode(t, "HANDLE");
6697
- return [`__addEventListenerV1__(${n}, ${o}, function(${i}) {
6698
- ${s}
6699
- })`, u.FUNCTION_CALL];
6697
+ return `__addEventListenerV1__(${n}, ${o}, function(${i}) {
6698
+ ${s}});
6699
+ `;
6700
6700
  };
6701
6701
  const Hd = {
6702
6702
  init: function() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.5.16",
4
+ "version": "0.5.17",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "vue-draggable-plus": "^0.5.4",
33
33
  "vuetify": "^3.7.3",
34
34
  "x-essential-lib": "^0.7.11",
35
- "x-runtime-lib": "^0.5.26",
35
+ "x-runtime-lib": "^0.5.27",
36
36
  "x-state-lib": "^0.1.5"
37
37
  },
38
38
  "devDependencies": {