@uipath/packager-tool-workflowcompiler-browser 1.202.0-preview.159 → 1.203.0-preview.160

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/dist/index.js +2 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1146,6 +1146,7 @@ class ProjectBundleExecutor {
1146
1146
  runAsMe: true,
1147
1147
  jobsCount: 1,
1148
1148
  strategy: "ModernJobsCount",
1149
+ requiresUserInteraction: false,
1149
1150
  ...context.jobTarget?.machineSessionIds?.length ? {
1150
1151
  machineSessionIds: context.jobTarget.machineSessionIds
1151
1152
  } : {}
@@ -1297,4 +1298,4 @@ export {
1297
1298
  WorkflowCompilerToolFactory
1298
1299
  };
1299
1300
 
1300
- //# debugId=C63E75B51006273264756E2164756E21
1301
+ //# debugId=3E65FEBAA18E9E6264756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-workflowcompiler-browser",
3
- "version": "1.202.0-preview.159",
3
+ "version": "1.203.0-preview.160",
4
4
  "description": "UiPath Workflow Compiler tool - browser implementation",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,11 +18,11 @@
18
18
  "files": [
19
19
  "dist"
20
20
  ],
21
- "author": "",
21
+ "author": "UiPath",
22
22
  "license": "SEE LICENSE IN LICENSE.txt",
23
23
  "peerDependencies": {
24
- "@uipath/solutionpackager-tool-core": "1.202.0",
24
+ "@uipath/solutionpackager-tool-core": "1.203.0",
25
25
  "@microsoft/signalr": ">=7 <11"
26
26
  },
27
- "gitHead": "a3f23209784c6cec7155e735fa051b48ca49e8d7"
27
+ "gitHead": "3a42062ba731afca4595ba9aa8a80afc9667528d"
28
28
  }