@xuda.io/xuda-worker-bundle-min 1.3.1124 → 1.3.1126

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 +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8440,7 +8440,7 @@ func.events.execute = async function (
8440
8440
  dsSession
8441
8441
  );
8442
8442
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
8443
- func.events.delete_job(SESSION_ID, jobNoP);
8443
+
8444
8444
  return result
8445
8445
  },
8446
8446
  call_evaluate_javascript: async function () {
@@ -8456,7 +8456,7 @@ func.events.execute = async function (
8456
8456
  true
8457
8457
  );
8458
8458
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
8459
- func.events.delete_job(SESSION_ID, jobNoP);
8459
+
8460
8460
  return result
8461
8461
  },
8462
8462
  execute_native_javascript: async function () {
@@ -8474,7 +8474,7 @@ func.events.execute = async function (
8474
8474
  })(document.querySelector(\`[xu-ui-id=${elementP}]\`))`
8475
8475
  );
8476
8476
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
8477
- func.events.delete_job(SESSION_ID, jobNoP);
8477
+
8478
8478
  return result
8479
8479
  },
8480
8480
  execute_evaluate_javascript: async function () {
@@ -8493,7 +8493,7 @@ func.events.execute = async function (
8493
8493
  true
8494
8494
  );
8495
8495
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
8496
- func.events.delete_job(SESSION_ID, jobNoP);
8496
+
8497
8497
  return result
8498
8498
  },
8499
8499
  loader_on: async function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1124",
3
+ "version": "1.3.1126",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {