@uipath/solutionpackager-tool-core 1.201.0-preview.121 → 1.201.0-preview.123

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.121",
3
+ "version": "1.201.0-preview.123",
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": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
30
+ "gitHead": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
31
31
  }