@uipath/solutionpackager-tool-core 1.201.0-preview.122 → 1.201.0-preview.125
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.
|
@@ -23,6 +23,12 @@ export interface IProjectOptions {
|
|
|
23
23
|
* Path to NuGet sources configuration file
|
|
24
24
|
*/
|
|
25
25
|
nuGetSourcesConfigPath?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Orchestrator folder name (or fully qualified path) whose library feed
|
|
28
|
+
* replaces every tenant library feed for dependency resolution. Omit to use
|
|
29
|
+
* all accessible tenant feeds.
|
|
30
|
+
*/
|
|
31
|
+
feedFolder?: string;
|
|
26
32
|
/**
|
|
27
33
|
* Log level for the operation
|
|
28
34
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solutionpackager-tool-core",
|
|
3
|
-
"version": "1.201.0-preview.
|
|
3
|
+
"version": "1.201.0-preview.125",
|
|
4
4
|
"description": "UiPath contracts for solution packager tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@uipath/filesystem": "1.201.0",
|
|
28
28
|
"fflate": "^0.8.2"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "3429b3f8c5a137ace2fa1d6d4916a7168cc632fa"
|
|
31
31
|
}
|