x-block-lib 0.5.19 → 0.5.20

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 +13 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -304,7 +304,7 @@ const wl = I.xml, Vl = [
304
304
  },
305
305
  {
306
306
  type: "query_data_v1",
307
- inputs: ["SUCCESS", "MESSAGE", "MAINDATA", "EXTRADATA"]
307
+ inputs: ["SUCCESS", "MESSAGE", "MAIN_DATA", "EXTRA_DATA"]
308
308
  },
309
309
  {
310
310
  type: "update_data_v1",
@@ -356,7 +356,12 @@ const Yl = {
356
356
  P.disable();
357
357
  const o = (n = t.getInput(e.oldInputName)) == null ? void 0 : n.connection;
358
358
  if (o) {
359
- const i = Ui(this.workspace, this.key, this.name, this.locale);
359
+ const i = Ui(
360
+ this.workspace,
361
+ this.key,
362
+ this.name,
363
+ this.locale
364
+ );
360
365
  o.connect(i.outputConnection);
361
366
  }
362
367
  } finally {
@@ -4780,7 +4785,12 @@ const Sd = {
4780
4785
  o.setKeyName(`__param@${t.id}__`, t.name, !1);
4781
4786
  else
4782
4787
  try {
4783
- P.disable(), o = Ui(this.workspace, `__param@${t.id}__`, t.name, !1), o.outputConnection.connect(n);
4788
+ P.disable(), o = Ui(
4789
+ this.workspace,
4790
+ `__param@${t.id}__`,
4791
+ t.name,
4792
+ !1
4793
+ ), o.outputConnection.connect(n);
4784
4794
  } finally {
4785
4795
  P.enable();
4786
4796
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.5.19",
4
+ "version": "0.5.20",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",