@xuda.io/xuda-worker-bundle-min 1.3.1122 → 1.3.1123

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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8456,6 +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
  return result
8460
8461
  },
8461
8462
  execute_native_javascript: async function () {
@@ -8473,6 +8474,7 @@ func.events.execute = async function (
8473
8474
  })(document.querySelector(\`[xu-ui-id=${elementP}]\`))`
8474
8475
  );
8475
8476
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
8477
+ func.events.delete_job(SESSION_ID, jobNoP);
8476
8478
  return result
8477
8479
  },
8478
8480
  execute_evaluate_javascript: async function () {
@@ -8491,6 +8493,7 @@ func.events.execute = async function (
8491
8493
  true
8492
8494
  );
8493
8495
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
8496
+ func.events.delete_job(SESSION_ID, jobNoP);
8494
8497
  return result
8495
8498
  },
8496
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.1122",
3
+ "version": "1.3.1123",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {