@xuda.io/xuda-worker-bundle-min 1.3.1344 → 1.3.1345

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
@@ -7170,7 +7170,7 @@ func.events.execute = async function (
7170
7170
  dsSession,
7171
7171
  `(async function(el,evt) {
7172
7172
  ${refIdP.value}
7173
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
7173
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
7174
7174
  );
7175
7175
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
7176
7176
 
@@ -7185,7 +7185,7 @@ func.events.execute = async function (
7185
7185
  dsSession,
7186
7186
  `(async function(el,evt) {
7187
7187
  ${refIdP.value}
7188
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
7188
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
7189
7189
  true,
7190
7190
  );
7191
7191
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1344",
3
+ "version": "1.3.1345",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {