@uipath/solution-tool 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.
package/dist/deploy.js CHANGED
@@ -4,9 +4,9 @@ import {
4
4
  listDeploymentsAsync,
5
5
  listPackagesAsync,
6
6
  uninstallDeploymentAsync
7
- } from "./packager-tool-v33bpncw.js";
8
- import"./packager-tool-va301fjh.js";
9
- import"./packager-tool-550smwcc.js";
7
+ } from "./packager-tool-kjadadzr.js";
8
+ import"./packager-tool-dq1dx52t.js";
9
+ import"./packager-tool-wyfh3wt7.js";
10
10
  import"./packager-tool-fzwxq48d.js";
11
11
  import"./packager-tool-bcpknnr8.js";
12
12
  import"./packager-tool-9qecd4wb.js";
package/dist/index.js CHANGED
@@ -2,15 +2,15 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./packager-tool-112c30jx.js";
5
+ } from "./packager-tool-7120r4ha.js";
6
6
  import"./packager-tool-yktm4v4r.js";
7
- import"./packager-tool-v33bpncw.js";
7
+ import"./packager-tool-kjadadzr.js";
8
8
  import"./packager-tool-67ssxgph.js";
9
- import"./packager-tool-nkgvv7yh.js";
9
+ import"./packager-tool-9wsthatp.js";
10
10
  import"./packager-tool-9vehmnke.js";
11
- import"./packager-tool-95fz7yd0.js";
12
- import"./packager-tool-va301fjh.js";
13
- import"./packager-tool-550smwcc.js";
11
+ import"./packager-tool-t374xpm6.js";
12
+ import"./packager-tool-dq1dx52t.js";
13
+ import"./packager-tool-wyfh3wt7.js";
14
14
  import"./packager-tool-krd5v2r5.js";
15
15
  import"./packager-tool-vpr77gre.js";
16
16
  import"./packager-tool-fzwxq48d.js";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getStudioWebSolutionProjects,
7
7
  listStudioWebSolutions
8
- } from "./packager-tool-550smwcc.js";
8
+ } from "./packager-tool-wyfh3wt7.js";
9
9
  import {
10
10
  DEFAULT_PAGE_SIZE,
11
11
  OutputFormatter,
@@ -28,6 +28,12 @@ export interface PackCommandOptions extends PackageMetadataFields {
28
28
  * tenant's Orchestrator feeds, a NuGet.config XML is used as-is.
29
29
  */
30
30
  nugetSourcesConfigPath?: string;
31
+ /**
32
+ * Orchestrator folder whose library feed resolves this solution's project
33
+ * dependencies, instead of every accessible tenant library feed. Accepts a
34
+ * folder name or a fully qualified path.
35
+ */
36
+ feedFolder?: string;
31
37
  /**
32
38
  * Path to a .pfx certificate. When set, each packed project .nupkg is
33
39
  * signed with `dotnet nuget sign` before the solution .zip is assembled.
package/dist/pack.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  packSolutionAsync
3
- } from "./packager-tool-nkgvv7yh.js";
3
+ } from "./packager-tool-9wsthatp.js";
4
4
  import"./packager-tool-9vehmnke.js";
5
5
  import"./packager-tool-krd5v2r5.js";
6
6
  import"./packager-tool-vpr77gre.js";
@@ -10,7 +10,7 @@ import {
10
10
  listDeploymentsAsync,
11
11
  listPackagesAsync,
12
12
  uninstallDeploymentAsync
13
- } from "./packager-tool-v33bpncw.js";
13
+ } from "./packager-tool-kjadadzr.js";
14
14
  import {
15
15
  SolutionInitError,
16
16
  solutionInitAsync
@@ -26,10 +26,10 @@ import {
26
26
  readSolutionFileAsUint8Array,
27
27
  resolveSdkLogLevel,
28
28
  validateGovernanceOptions
29
- } from "./packager-tool-nkgvv7yh.js";
29
+ } from "./packager-tool-9wsthatp.js";
30
30
  import {
31
31
  publishSolutionAsync
32
- } from "./packager-tool-95fz7yd0.js";
32
+ } from "./packager-tool-t374xpm6.js";
33
33
  import {
34
34
  Configuration,
35
35
  PipelinesApi,
@@ -39,7 +39,7 @@ import {
39
39
  listSelectablePublishLocations,
40
40
  resolveFeedScope,
41
41
  resolvePersonalWorkspace
42
- } from "./packager-tool-va301fjh.js";
42
+ } from "./packager-tool-dq1dx52t.js";
43
43
  import {
44
44
  Configuration as Configuration2,
45
45
  DeploymentActivationStatus,
@@ -55,7 +55,7 @@ import {
55
55
  searchPackageVersions,
56
56
  solutionExistsOnStudioWeb,
57
57
  uploadOrOverwriteSolution
58
- } from "./packager-tool-550smwcc.js";
58
+ } from "./packager-tool-wyfh3wt7.js";
59
59
  import {
60
60
  Tokens,
61
61
  applyEntryPointEnhancementAsync,
@@ -127,7 +127,7 @@ import {
127
127
  var package_default = {
128
128
  name: "@uipath/solution-tool",
129
129
  license: "MIT",
130
- version: "1.201.0-preview.121",
130
+ version: "1.201.0-preview.123",
131
131
  description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
132
132
  repository: {
133
133
  type: "git",
@@ -311,6 +311,7 @@ Removing unused items...
311
311
  };
312
312
  cleanupOptions.logLevel = resolveSdkLogLevel();
313
313
  cleanupOptions.excludeConfiguredSources = false;
314
+ cleanupOptions.feedFolder = options.feedFolder;
314
315
  await applyAuthConnection(cleanupOptions, options.loginValidity);
315
316
  return cleanupOptions;
316
317
  }
@@ -356,11 +357,12 @@ var SOLUTION_CLEANUP_EXAMPLES = [
356
357
  }
357
358
  ];
358
359
  var registerCleanupCommand = (program) => {
359
- program.command("cleanup").description("Remove unused items from every project in a UiPath solution. Accepts a solution directory (containing .uipx) or a .uis file. For a directory the project sources are modified in place. Pass --dry-run to only detect unused items.").argument("<solutionPath>", "Path to a solution directory (containing .uipx) or a .uis file").option("--dry-run", "Detect unused items but do not modify any project files.").option("--skip-imports", "Do not clean up now-unused references to removed items in the project's files.").option("--login-validity <minutes>", "Minimum minutes before token expiration to trigger a refresh (default: 10)", (value) => Number.parseInt(value, 10), 10).examples(SOLUTION_CLEANUP_EXAMPLES).trackedAction(processContext, async (solutionPath, options) => {
360
+ program.command("cleanup").description("Remove unused items from every project in a UiPath solution. Accepts a solution directory (containing .uipx) or a .uis file. For a directory the project sources are modified in place. Pass --dry-run to only detect unused items.").argument("<solutionPath>", "Path to a solution directory (containing .uipx) or a .uis file").option("--dry-run", "Detect unused items but do not modify any project files.").option("--skip-imports", "Do not clean up now-unused references to removed items in the project's files.").option("--feed-folder <name>", "Resolve project dependencies from this Orchestrator folder's library feed instead of every tenant feed. Accepts a folder name or fully qualified path.").option("--login-validity <minutes>", "Minimum minutes before token expiration to trigger a refresh (default: 10)", (value) => Number.parseInt(value, 10), 10).examples(SOLUTION_CLEANUP_EXAMPLES).trackedAction(processContext, async (solutionPath, options) => {
360
361
  const service = new CleanupCommandService;
361
362
  const cleanupOptions = {
362
363
  dryRun: options.dryRun,
363
364
  skipImports: options.skipImports,
365
+ feedFolder: options.feedFolder,
364
366
  loginValidity: options.loginValidity
365
367
  };
366
368
  await service.execute(solutionPath, cleanupOptions, processContext);
@@ -1961,7 +1963,7 @@ var SOLUTION_PACK_EXAMPLES = [
1961
1963
  }
1962
1964
  ];
1963
1965
  var registerPackCommand = (program) => {
1964
- const command = program.command("pack").description("Pack a UiPath solution into a deployable .zip package. Accepts a solution directory (containing .uipx) or a .uis file. Output is used with 'solution publish' to upload to UiPath. Pass --dry-run to check that the solution packs without producing a package.").argument("<solutionPath>", "Path to a solution directory (containing .uipx) or a .uis file").argument("[output-path]", "Output directory where the packed solution will be saved. Required unless --dry-run is set.").option("-n, --name <name>", "Package name (default: solution folder name or .uis file name)").option("-v, --version <version>", "Package version (default: 1.0.0)", "1.0.0").option("--nuget-sources-config-path <path>", "Path to NuGet sources configuration file").option("--signing-certificate-path <path>", "Path to .pfx certificate file used to sign each packed project .nupkg").option("--signing-certificate-password <password>", "Certificate password. Use env.ENV_NAME to read from an environment variable.").option("--signing-timestamp-server <url>", "Timestamp server URL").option("--skip-analyze", "Skip the workflow analyzer for every RPA project in the solution. Compilation and validation still run.").addOption(new Option("--governance-file-path <path>", "Analyze every RPA project against this local governance policy file, instead of the analyzer rules shipped with the WorkflowCompiler.").conflicts("automationOpsProfile")).addOption(new Option("--automation-ops-profile <profile>", "Analyze every RPA project against the governance policy published in AutomationOps for the signed-in tenant. The value is the product whose policy is downloaded, e.g. StudioWeb, Development, Business. Mutually exclusive with --governance-file-path.").conflicts("governanceFilePath"));
1966
+ const command = program.command("pack").description("Pack a UiPath solution into a deployable .zip package. Accepts a solution directory (containing .uipx) or a .uis file. Output is used with 'solution publish' to upload to UiPath. Pass --dry-run to check that the solution packs without producing a package.").argument("<solutionPath>", "Path to a solution directory (containing .uipx) or a .uis file").argument("[output-path]", "Output directory where the packed solution will be saved. Required unless --dry-run is set.").option("-n, --name <name>", "Package name (default: solution folder name or .uis file name)").option("-v, --version <version>", "Package version (default: 1.0.0)", "1.0.0").option("--nuget-sources-config-path <path>", "Path to NuGet sources configuration file").option("--feed-folder <name>", "Resolve project dependencies from this Orchestrator folder's library feed instead of every tenant feed. Accepts a folder name or fully qualified path.").option("--signing-certificate-path <path>", "Path to .pfx certificate file used to sign each packed project .nupkg").option("--signing-certificate-password <password>", "Certificate password. Use env.ENV_NAME to read from an environment variable.").option("--signing-timestamp-server <url>", "Timestamp server URL").option("--skip-analyze", "Skip the workflow analyzer for every RPA project in the solution. Compilation and validation still run.").addOption(new Option("--governance-file-path <path>", "Analyze every RPA project against this local governance policy file, instead of the analyzer rules shipped with the WorkflowCompiler.").conflicts("automationOpsProfile")).addOption(new Option("--automation-ops-profile <profile>", "Analyze every RPA project against the governance policy published in AutomationOps for the signed-in tenant. The value is the product whose policy is downloaded, e.g. StudioWeb, Development, Business. Mutually exclusive with --governance-file-path.").conflicts("governanceFilePath"));
1965
1967
  registerPackageMetadataOptions(command).option("--login-validity <minutes>", "Minimum minutes before token expiration to trigger a refresh (default: 10)", parseInt, 10).option("--dry-run", "Run the full pack pipeline against a temporary directory and discard the output. Catches pack-time failures; does not inspect the produced package contents.").examples(SOLUTION_PACK_EXAMPLES).trackedAction(processContext, async (solutionPath, outputPath, options) => {
1966
1968
  if (!options.dryRun && outputPath === undefined) {
1967
1969
  OutputFormatter.error({
@@ -1993,6 +1995,7 @@ var registerPackCommand = (program) => {
1993
1995
  loginValidity: options.loginValidity,
1994
1996
  dryRun: options.dryRun,
1995
1997
  nugetSourcesConfigPath: options.nugetSourcesConfigPath,
1998
+ feedFolder: options.feedFolder,
1996
1999
  signingCertificatePath: options.signingCertificatePath,
1997
2000
  signingCertificatePassword: resolveEnvReference(options.signingCertificatePassword),
1998
2001
  signingTimestampServer: options.signingTimestampServer,
@@ -4858,6 +4861,7 @@ Restoring solution dependencies...
4858
4861
  };
4859
4862
  restoreOptions.logLevel = resolveSdkLogLevel();
4860
4863
  restoreOptions.nuGetSourcesConfigPath = options.nugetSourcesConfigPath;
4864
+ restoreOptions.feedFolder = options.feedFolder;
4861
4865
  await applyAuthConnection(restoreOptions, options.loginValidity);
4862
4866
  return restoreOptions;
4863
4867
  }
@@ -4878,11 +4882,12 @@ var SOLUTION_RESTORE_EXAMPLES = [
4878
4882
  }
4879
4883
  ];
4880
4884
  var registerRestoreCommand = (program) => {
4881
- program.command("restore").description("Restore NuGet dependencies for every project in a UiPath solution using the authenticated session. Accepts a solution directory (containing .uipx) or a .uis file. Resolves dependencies in place and does not produce a package — run it before 'uip solution pack'.").argument("<solutionPath>", "Path to a solution directory (containing .uipx) or a .uis file").option("--nuget-sources-config-path <path>", "Path to NuGet sources configuration file").option("--login-validity <minutes>", "Minimum minutes before token expiration to trigger a refresh (default: 10)", parseInt, 10).examples(SOLUTION_RESTORE_EXAMPLES).trackedAction(processContext, async (solutionPath, options) => {
4885
+ program.command("restore").description("Restore NuGet dependencies for every project in a UiPath solution using the authenticated session. Accepts a solution directory (containing .uipx) or a .uis file. Resolves dependencies in place and does not produce a package — run it before 'uip solution pack'.").argument("<solutionPath>", "Path to a solution directory (containing .uipx) or a .uis file").option("--nuget-sources-config-path <path>", "Path to NuGet sources configuration file").option("--feed-folder <name>", "Resolve project dependencies from this Orchestrator folder's library feed instead of every tenant feed. Accepts a folder name or fully qualified path.").option("--login-validity <minutes>", "Minimum minutes before token expiration to trigger a refresh (default: 10)", parseInt, 10).examples(SOLUTION_RESTORE_EXAMPLES).trackedAction(processContext, async (solutionPath, options) => {
4882
4886
  const service = new RestoreCommandService;
4883
4887
  await service.execute(solutionPath, {
4884
4888
  loginValidity: options.loginValidity,
4885
- nugetSourcesConfigPath: options.nugetSourcesConfigPath
4889
+ nugetSourcesConfigPath: options.nugetSourcesConfigPath,
4890
+ feedFolder: options.feedFolder
4886
4891
  }, processContext);
4887
4892
  });
4888
4893
  };
@@ -5722,7 +5727,7 @@ var registerCommands = async (program) => {
5722
5727
  registerResourceCommand(program);
5723
5728
  registerDeleteCommand(program);
5724
5729
  if (isPreviewBuild()) {
5725
- const { registerListCommand } = await import("./list-kbscmb2k.js");
5730
+ const { registerListCommand } = await import("./list-ha0xk207.js");
5726
5731
  registerListCommand(program);
5727
5732
  }
5728
5733
  previewOnly(() => registerFeedsCommand(program));
@@ -5730,4 +5735,4 @@ var registerCommands = async (program) => {
5730
5735
 
5731
5736
  export { metadata, registerCommands };
5732
5737
 
5733
- //# debugId=D007EDE6C925CE2364756E2164756E21
5738
+ //# debugId=588E6011163F982564756E2164756E21
@@ -23682,6 +23682,7 @@ class PackagerParameters {
23682
23682
  targetFramework;
23683
23683
  excludeConfiguredSources = false;
23684
23684
  nuGetSourcesConfigPath;
23685
+ feedFolder;
23685
23686
  detailedLogPath;
23686
23687
  connection;
23687
23688
  workflowCompilerVersion;
@@ -23804,7 +23805,7 @@ var sdkUserAgentHostToken2 = singleton2("SdkUserAgentHostToken");
23804
23805
  var package_default = {
23805
23806
  name: "@uipath/project-packager",
23806
23807
  license: "MIT",
23807
- version: "1.201.0-preview.121",
23808
+ version: "1.201.0-preview.123",
23808
23809
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
23809
23810
  type: "module",
23810
23811
  main: "./dist/index.js",
@@ -36020,6 +36021,7 @@ class PackagerParameters2 {
36020
36021
  targetFramework;
36021
36022
  excludeConfiguredSources = false;
36022
36023
  nuGetSourcesConfigPath;
36024
+ feedFolder;
36023
36025
  detailedLogPath;
36024
36026
  connection;
36025
36027
  workflowCompilerVersion;
@@ -36305,7 +36307,7 @@ var sdkUserAgentHostToken22 = singleton22("SdkUserAgentHostToken");
36305
36307
  var package_default2 = {
36306
36308
  name: "@uipath/project-packager",
36307
36309
  license: "MIT",
36308
- version: "1.201.0-preview.121",
36310
+ version: "1.201.0-preview.123",
36309
36311
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
36310
36312
  type: "module",
36311
36313
  main: "./dist/index.js",
@@ -36807,6 +36809,7 @@ class OptionsBuilder {
36807
36809
  projectPath,
36808
36810
  excludeConfiguredSources: solutionOptions.excludeConfiguredSources ?? false,
36809
36811
  nuGetSourcesConfigPath: solutionOptions.nuGetSourcesConfigPath,
36812
+ feedFolder: solutionOptions.feedFolder,
36810
36813
  logLevel: solutionOptions.logLevel,
36811
36814
  skipAnalyze: solutionOptions.validateOptions.skipAnalyze,
36812
36815
  skipValidate: solutionOptions.validateOptions.skipValidate,
@@ -36828,6 +36831,7 @@ class OptionsBuilder {
36828
36831
  projectPath: this.resolveProjectPath(solutionOptions, project),
36829
36832
  excludeConfiguredSources: solutionOptions.excludeConfiguredSources ?? false,
36830
36833
  nuGetSourcesConfigPath: solutionOptions.nuGetSourcesConfigPath,
36834
+ feedFolder: solutionOptions.feedFolder,
36831
36835
  logLevel: solutionOptions.logLevel,
36832
36836
  skipAnalyze: solutionOptions.validateOptions.skipAnalyze,
36833
36837
  skipValidate: solutionOptions.validateOptions.skipValidate,
@@ -36845,6 +36849,7 @@ class OptionsBuilder {
36845
36849
  projectPath: this.resolveProjectPath(solutionOptions, project),
36846
36850
  excludeConfiguredSources: solutionOptions.excludeConfiguredSources ?? false,
36847
36851
  nuGetSourcesConfigPath: solutionOptions.nuGetSourcesConfigPath,
36852
+ feedFolder: solutionOptions.feedFolder,
36848
36853
  logLevel: solutionOptions.logLevel,
36849
36854
  outputPath: await this.buildProjectOutputPath(solutionOptions.outputPath, project)
36850
36855
  };
@@ -36854,6 +36859,7 @@ class OptionsBuilder {
36854
36859
  projectPath: this.resolveProjectPath(solutionOptions, project),
36855
36860
  excludeConfiguredSources: solutionOptions.excludeConfiguredSources ?? false,
36856
36861
  nuGetSourcesConfigPath: solutionOptions.nuGetSourcesConfigPath,
36862
+ feedFolder: solutionOptions.feedFolder,
36857
36863
  logLevel: solutionOptions.logLevel,
36858
36864
  dryRun: solutionOptions.cleanupOptions.dryRun,
36859
36865
  skipImports: solutionOptions.cleanupOptions.skipImports
@@ -38275,6 +38281,7 @@ Packing solution...
38275
38281
  packOptions.logLevel = resolveSdkLogLevel();
38276
38282
  packOptions.excludeConfiguredSources = false;
38277
38283
  packOptions.nuGetSourcesConfigPath = options.nugetSourcesConfigPath;
38284
+ packOptions.feedFolder = options.feedFolder;
38278
38285
  packOptions.validateOptions = {
38279
38286
  skipAnalyze: options.skipAnalyze ?? false,
38280
38287
  skipValidate: false,
@@ -38317,4 +38324,4 @@ async function packSolutionAsync(solutionPath, options) {
38317
38324
 
38318
38325
  export { SolutionPackOptions, ensurePackagerTools, createSolutionPackager, readSolutionFileAsUint8Array, resolveSdkLogLevel, applyAuthConnection, GOVERNANCE_OPTION_INSTRUCTIONS, validateGovernanceOptions, PackCommandService, packSolutionAsync };
38319
38326
 
38320
- //# debugId=1239C1426CC5724A64756E2164756E21
38327
+ //# debugId=C7FDB4ECC86304FC64756E2164756E21
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getAvailablePublishLocationsV2
3
- } from "./packager-tool-550smwcc.js";
3
+ } from "./packager-tool-wyfh3wt7.js";
4
4
  import {
5
5
  PersonalWorkspacesApi,
6
6
  createOrchestratorConfig
@@ -6,13 +6,13 @@ import {
6
6
  folderKeyInitOverride,
7
7
  resolveFeedScope,
8
8
  resolvePersonalWorkspace
9
- } from "./packager-tool-va301fjh.js";
9
+ } from "./packager-tool-dq1dx52t.js";
10
10
  import {
11
11
  Configuration as Configuration2,
12
12
  SearchApi,
13
13
  deploymentsAutoInstall,
14
14
  searchPackageVersions
15
- } from "./packager-tool-550smwcc.js";
15
+ } from "./packager-tool-wyfh3wt7.js";
16
16
  import {
17
17
  getSolutionAuthContext,
18
18
  resolveFolder
@@ -2,11 +2,11 @@ import {
2
2
  Configuration,
3
3
  PipelinesApi,
4
4
  resolveFeedScope
5
- } from "./packager-tool-va301fjh.js";
5
+ } from "./packager-tool-dq1dx52t.js";
6
6
  import {
7
7
  Configuration as Configuration2,
8
8
  PackagesApi
9
- } from "./packager-tool-550smwcc.js";
9
+ } from "./packager-tool-wyfh3wt7.js";
10
10
  import {
11
11
  getSolutionAuthContext
12
12
  } from "./packager-tool-fzwxq48d.js";
@@ -2704,7 +2704,7 @@ async function listStudioWebSolutions(config, organizationName, options = {}) {
2704
2704
  var package_default = {
2705
2705
  name: "@uipath/solution-sdk",
2706
2706
  license: "MIT",
2707
- version: "1.201.0-preview.121",
2707
+ version: "1.201.0-preview.123",
2708
2708
  repository: {
2709
2709
  type: "git",
2710
2710
  url: "https://github.com/UiPath/cli.git",
@@ -3098,4 +3098,4 @@ async function searchPackageVersions(config, packageKey, filter, feedFolderKey)
3098
3098
  }
3099
3099
  export { Configuration, getAvailablePublishLocationsV2, DeploymentActivationStatus, DeploymentOperationStatus, DeploymentsApi, PackagesApi, SearchApi, bundleSolution, deploymentsAutoInstall, isDebugProvisioningTerminal, isDebugProvisioningSucceeded, getProjectDebugStatus, searchPackageVersions, getStudioWebSolutionProjects, listStudioWebSolutions, solutionExistsOnStudioWeb, importSolution, uploadOrOverwriteSolution };
3100
3100
 
3101
- //# debugId=AF012C810F77A51A64756E2164756E21
3101
+ //# debugId=556B89BA1E9DB50664756E2164756E21
package/dist/publish.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  publishSolutionAsync
3
- } from "./packager-tool-95fz7yd0.js";
4
- import"./packager-tool-va301fjh.js";
5
- import"./packager-tool-550smwcc.js";
3
+ } from "./packager-tool-t374xpm6.js";
4
+ import"./packager-tool-dq1dx52t.js";
5
+ import"./packager-tool-wyfh3wt7.js";
6
6
  import"./packager-tool-fzwxq48d.js";
7
7
  import"./packager-tool-bcpknnr8.js";
8
8
  import"./packager-tool-9qecd4wb.js";
package/dist/tool.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./packager-tool-112c30jx.js";
4
+ } from "./packager-tool-7120r4ha.js";
5
5
  import"./packager-tool-yktm4v4r.js";
6
- import"./packager-tool-v33bpncw.js";
6
+ import"./packager-tool-kjadadzr.js";
7
7
  import"./packager-tool-67ssxgph.js";
8
- import"./packager-tool-nkgvv7yh.js";
8
+ import"./packager-tool-9wsthatp.js";
9
9
  import"./packager-tool-9vehmnke.js";
10
- import"./packager-tool-95fz7yd0.js";
11
- import"./packager-tool-va301fjh.js";
12
- import"./packager-tool-550smwcc.js";
10
+ import"./packager-tool-t374xpm6.js";
11
+ import"./packager-tool-dq1dx52t.js";
12
+ import"./packager-tool-wyfh3wt7.js";
13
13
  import"./packager-tool-krd5v2r5.js";
14
14
  import"./packager-tool-vpr77gre.js";
15
15
  import"./packager-tool-fzwxq48d.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/solution-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.121",
4
+ "version": "1.201.0-preview.123",
5
5
  "description": "Create, pack, publish, and deploy UiPath Automation Solutions.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -47,5 +47,5 @@
47
47
  "dist"
48
48
  ],
49
49
  "private": false,
50
- "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
50
+ "gitHead": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
51
51
  }