@xuda.io/xuda-worker-bundle-min 1.3.1117 → 1.3.1118

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8433,7 +8433,7 @@ func.events.execute = async function (
8433
8433
  SESSION_ID,
8434
8434
  "xuda-event-javascript-module.mjs"
8435
8435
  );
8436
- return await module.call_javascript(
8436
+ const result = await module.call_javascript(
8437
8437
  SESSION_ID,
8438
8438
  jobNoP,
8439
8439
  refIdP,
@@ -8445,7 +8445,7 @@ func.events.execute = async function (
8445
8445
  SESSION_ID,
8446
8446
  "xuda-event-javascript-module.mjs"
8447
8447
  );
8448
- return await module.call_javascript(
8448
+ const result = await module.call_javascript(
8449
8449
  SESSION_ID,
8450
8450
  jobNoP,
8451
8451
  refIdP,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1117",
3
+ "version": "1.3.1118",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {