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

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8440,6 +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
  return result
8444
8445
  },
8445
8446
  call_evaluate_javascript: 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.1121",
3
+ "version": "1.3.1122",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {