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

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 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8433,27 +8433,25 @@ func.events.execute = async function (
8433
8433
  SESSION_ID,
8434
8434
  "xuda-event-javascript-module.mjs"
8435
8435
  );
8436
- const result = await module.call_javascript(
8436
+ return await module.call_javascript(
8437
8437
  SESSION_ID,
8438
8438
  jobNoP,
8439
8439
  refIdP,
8440
8440
  dsSession
8441
8441
  );
8442
- return result
8443
8442
  },
8444
8443
  call_evaluate_javascript: async function () {
8445
8444
  const module = await func.common.get_module(
8446
8445
  SESSION_ID,
8447
8446
  "xuda-event-javascript-module.mjs"
8448
8447
  );
8449
- const result = await module.call_javascript(
8448
+ return await module.call_javascript(
8450
8449
  SESSION_ID,
8451
8450
  jobNoP,
8452
8451
  refIdP,
8453
8452
  dsSession,
8454
8453
  true
8455
8454
  );
8456
- return result
8457
8455
  },
8458
8456
  execute_native_javascript: async function () {
8459
8457
  const module = await func.common.get_module(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1116",
3
+ "version": "1.3.1117",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {