@uipath/packager-tool-workflowcompiler 1.200.0-preview.120 → 1.201.0-preview.121
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 +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -789,7 +789,7 @@ function addSdkUserAgentHeader(headers, userAgent) {
|
|
|
789
789
|
}
|
|
790
790
|
var package_default = {
|
|
791
791
|
name: "@uipath/packager-orchestrator-client",
|
|
792
|
-
version: "1.
|
|
792
|
+
version: "1.201.0",
|
|
793
793
|
description: "UiPath packager client for Orchestrator package-feed interaction (feed discovery + NuGet source composition)",
|
|
794
794
|
type: "module",
|
|
795
795
|
private: true,
|
|
@@ -1780,4 +1780,4 @@ export {
|
|
|
1780
1780
|
WorkflowCompilerToolFactory
|
|
1781
1781
|
};
|
|
1782
1782
|
|
|
1783
|
-
//# debugId=
|
|
1783
|
+
//# debugId=8617FFB8E317023F64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/packager-tool-workflowcompiler",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.201.0-preview.121",
|
|
4
4
|
"description": "UiPath Workflow Compiler tool implementation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"author": "",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@uipath/solutionpackager-tool-core": "1.
|
|
28
|
+
"@uipath/solutionpackager-tool-core": "1.201.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
|
|
32
32
|
}
|