@uipath/packager-tool-workflowcompiler 1.195.0 → 1.196.0

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.
package/dist/index.js CHANGED
@@ -683,7 +683,7 @@ import {
683
683
  } from "@uipath/solutionpackager-tool-core";
684
684
 
685
685
  // src/workflow-compiler-config.ts
686
- var DEFAULT_WORKFLOW_COMPILER_VERSION = "26.0.195-alpha.23402";
686
+ var DEFAULT_WORKFLOW_COMPILER_VERSION = "26.0.196-cloud.23765";
687
687
  var workflowCompilerConfig = {
688
688
  workflowCompilerPath: undefined,
689
689
  workflowCompilerVersion: DEFAULT_WORKFLOW_COMPILER_VERSION
@@ -1,4 +1,4 @@
1
- export declare const DEFAULT_WORKFLOW_COMPILER_VERSION = "26.0.195-alpha.23402";
1
+ export declare const DEFAULT_WORKFLOW_COMPILER_VERSION = "26.0.196-cloud.23765";
2
2
  export declare const workflowCompilerConfig: {
3
3
  workflowCompilerPath: string | undefined;
4
4
  workflowCompilerVersion: string;
@@ -14,7 +14,7 @@ export declare const workflowCompilerConfig: {
14
14
  * import { setupWorkflowCompiler } from "@uipath/packager-tool-workflowcompiler";
15
15
  *
16
16
  * setupWorkflowCompiler({ compilerPath: "/path/to/UiPath.WorkflowCompiler.dll" });
17
- * setupWorkflowCompiler({ version: "26.0.195-alpha.23402" });
17
+ * setupWorkflowCompiler({ version: "26.0.196-cloud.23765" });
18
18
  * ```
19
19
  */
20
20
  export declare function setupWorkflowCompiler(options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-workflowcompiler",
3
- "version": "1.195.0",
3
+ "version": "1.196.0",
4
4
  "description": "UiPath Workflow Compiler tool implementation",
5
5
  "type": "module",
6
6
  "exports": {
@@ -26,8 +26,8 @@
26
26
  "author": "",
27
27
  "license": "ISC",
28
28
  "peerDependencies": {
29
- "@uipath/solutionpackager-tool-core": "1.195.0"
29
+ "@uipath/solutionpackager-tool-core": "1.196.0"
30
30
  },
31
31
  "dependencies": {},
32
- "gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
32
+ "gitHead": "94d71f9c52214980a1f0ae62b3f5372095788553"
33
33
  }
@@ -1,4 +1,4 @@
1
- export const DEFAULT_WORKFLOW_COMPILER_VERSION = "26.0.195-alpha.23402";
1
+ export const DEFAULT_WORKFLOW_COMPILER_VERSION = "26.0.196-cloud.23765";
2
2
 
3
3
  export const workflowCompilerConfig = {
4
4
  workflowCompilerPath: undefined as string | undefined,
@@ -16,7 +16,7 @@ export const workflowCompilerConfig = {
16
16
  * import { setupWorkflowCompiler } from "@uipath/packager-tool-workflowcompiler";
17
17
  *
18
18
  * setupWorkflowCompiler({ compilerPath: "/path/to/UiPath.WorkflowCompiler.dll" });
19
- * setupWorkflowCompiler({ version: "26.0.195-alpha.23402" });
19
+ * setupWorkflowCompiler({ version: "26.0.196-cloud.23765" });
20
20
  * ```
21
21
  */
22
22
  export function setupWorkflowCompiler(options: {