@uipath/api-workflow-tool 1.201.0-preview.122 → 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.
@@ -5,7 +5,7 @@ import {
5
5
  TelemetryService,
6
6
  ToolLogger,
7
7
  setGlobalLogHandler
8
- } from "./packager-tool-2zhkjkmy.js";
8
+ } from "./packager-tool-21day5ep.js";
9
9
  import {
10
10
  translate
11
11
  } from "./packager-tool-h1tyrbff.js";
@@ -18,7 +18,7 @@ import {
18
18
  resolveProducedNupkgsAsync,
19
19
  setGlobalLogHandler,
20
20
  signNupkgsAsync
21
- } from "./packager-tool-2zhkjkmy.js";
21
+ } from "./packager-tool-21day5ep.js";
22
22
  import {
23
23
  ToolErrorCodes,
24
24
  ToolResult,
@@ -287,7 +287,7 @@ function addSdkUserAgentHeader(headers, userAgent) {
287
287
  var package_default = {
288
288
  name: "@uipath/project-packager",
289
289
  license: "MIT",
290
- version: "1.201.0-preview.122",
290
+ version: "1.201.0-preview.123",
291
291
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
292
292
  type: "module",
293
293
  main: "./dist/index.js",
@@ -719,4 +719,4 @@ export {
719
719
  BrowserContextStorage
720
720
  };
721
721
 
722
- //# debugId=18EB75752ED79ED564756E2164756E21
722
+ //# debugId=BF713A2257D6551A64756E2164756E21
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./packager-tool-1pky82jr.js";
5
+ } from "./packager-tool-yfwzrhrj.js";
6
6
  import"./packager-tool-1v8fmky0.js";
7
7
  import"./packager-tool-h1tyrbff.js";
8
8
  import {
@@ -12681,6 +12681,7 @@ class PackagerParameters {
12681
12681
  targetFramework;
12682
12682
  excludeConfiguredSources = false;
12683
12683
  nuGetSourcesConfigPath;
12684
+ feedFolder;
12684
12685
  detailedLogPath;
12685
12686
  connection;
12686
12687
  workflowCompilerVersion;
@@ -13200,6 +13201,7 @@ class ProjectPackOptionsBuilder {
13200
13201
  projectPath: project.projectPath,
13201
13202
  excludeConfiguredSources: parameters.excludeConfiguredSources ?? false,
13202
13203
  nuGetSourcesConfigPath: parameters.nuGetSourcesConfigPath,
13204
+ feedFolder: parameters.feedFolder,
13203
13205
  logLevel: parameters.logLevel,
13204
13206
  skipAnalyze: parameters.validateOptions.skipAnalyze,
13205
13207
  skipValidate: parameters.validateOptions.skipValidate,
@@ -13381,6 +13383,7 @@ class ProjectPackager {
13381
13383
  projectPath: loadedProject.projectPath,
13382
13384
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
13383
13385
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
13386
+ feedFolder: options.feedFolder,
13384
13387
  logLevel: options.logLevel,
13385
13388
  outputPath: options.outputPath
13386
13389
  };
@@ -13399,6 +13402,7 @@ class ProjectPackager {
13399
13402
  projectPath: loadedProject.projectPath,
13400
13403
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
13401
13404
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
13405
+ feedFolder: options.feedFolder,
13402
13406
  logLevel: options.logLevel,
13403
13407
  skipAnalyze: options.validateOptions.skipAnalyze,
13404
13408
  skipValidate: options.validateOptions.skipValidate,
@@ -13425,6 +13429,7 @@ class ProjectPackager {
13425
13429
  projectPath: loadedProject.projectPath,
13426
13430
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
13427
13431
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
13432
+ feedFolder: options.feedFolder,
13428
13433
  logLevel: options.logLevel,
13429
13434
  skipAnalyze: options.validateOptions.skipAnalyze,
13430
13435
  skipValidate: options.validateOptions.skipValidate,
@@ -13490,6 +13495,7 @@ class ProjectPackager {
13490
13495
  projectPath: loadedProject.projectPath,
13491
13496
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
13492
13497
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
13498
+ feedFolder: options.feedFolder,
13493
13499
  logLevel: options.logLevel,
13494
13500
  dryRun: options.dryRun ?? false,
13495
13501
  skipImports: options.skipImports ?? false
@@ -13841,7 +13847,7 @@ function addSdkUserAgentHeader(headers, userAgent) {
13841
13847
  var package_default = {
13842
13848
  name: "@uipath/project-packager",
13843
13849
  license: "MIT",
13844
- version: "1.201.0-preview.122",
13850
+ version: "1.201.0-preview.123",
13845
13851
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
13846
13852
  type: "module",
13847
13853
  main: "./dist/index.js",
@@ -14292,4 +14298,4 @@ export {
14292
14298
  BaseNodePackagerFactory
14293
14299
  };
14294
14300
 
14295
- //# debugId=FD4E9CB3B48156DA64756E2164756E21
14301
+ //# debugId=94BF0C05FB36097A64756E2164756E21
@@ -11789,6 +11789,7 @@ class PackagerParameters {
11789
11789
  targetFramework;
11790
11790
  excludeConfiguredSources = false;
11791
11791
  nuGetSourcesConfigPath;
11792
+ feedFolder;
11792
11793
  detailedLogPath;
11793
11794
  connection;
11794
11795
  workflowCompilerVersion;
@@ -12286,6 +12287,7 @@ class ProjectPackOptionsBuilder {
12286
12287
  projectPath: project.projectPath,
12287
12288
  excludeConfiguredSources: parameters.excludeConfiguredSources ?? false,
12288
12289
  nuGetSourcesConfigPath: parameters.nuGetSourcesConfigPath,
12290
+ feedFolder: parameters.feedFolder,
12289
12291
  logLevel: parameters.logLevel,
12290
12292
  skipAnalyze: parameters.validateOptions.skipAnalyze,
12291
12293
  skipValidate: parameters.validateOptions.skipValidate,
@@ -12379,6 +12381,7 @@ class ProjectPackager {
12379
12381
  projectPath: loadedProject.projectPath,
12380
12382
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12381
12383
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12384
+ feedFolder: options.feedFolder,
12382
12385
  logLevel: options.logLevel,
12383
12386
  outputPath: options.outputPath
12384
12387
  };
@@ -12397,6 +12400,7 @@ class ProjectPackager {
12397
12400
  projectPath: loadedProject.projectPath,
12398
12401
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12399
12402
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12403
+ feedFolder: options.feedFolder,
12400
12404
  logLevel: options.logLevel,
12401
12405
  skipAnalyze: options.validateOptions.skipAnalyze,
12402
12406
  skipValidate: options.validateOptions.skipValidate,
@@ -12423,6 +12427,7 @@ class ProjectPackager {
12423
12427
  projectPath: loadedProject.projectPath,
12424
12428
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12425
12429
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12430
+ feedFolder: options.feedFolder,
12426
12431
  logLevel: options.logLevel,
12427
12432
  skipAnalyze: options.validateOptions.skipAnalyze,
12428
12433
  skipValidate: options.validateOptions.skipValidate,
@@ -12488,6 +12493,7 @@ class ProjectPackager {
12488
12493
  projectPath: loadedProject.projectPath,
12489
12494
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12490
12495
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12496
+ feedFolder: options.feedFolder,
12491
12497
  logLevel: options.logLevel,
12492
12498
  dryRun: options.dryRun ?? false,
12493
12499
  skipImports: options.skipImports ?? false
@@ -12597,4 +12603,4 @@ class ProjectPackager {
12597
12603
 
12598
12604
  export { TelemetryService, BrowserContextStorage, ConsoleTelemetryProvider, setGlobalLogHandler, ToolLogger, TelemetryNames, RulesConfigFileType, PackagerParameters, GovernancePolicyService, resolveProducedNupkgsAsync, PackService, signNupkgsAsync, PackagerParametersValidator, ProjectBuildOptionsValidator, ProjectLoader, ProjectToolExecutor, ProjectValidateOptionsValidator, ToolsFactory, ProjectPackager };
12599
12605
 
12600
- //# debugId=5A2139416659EFA564756E2164756E21
12606
+ //# debugId=2FD23524A026C9B164756E2164756E21
@@ -6855,7 +6855,7 @@ var require_2020 = __commonJS((exports, module) => {
6855
6855
  var package_default = {
6856
6856
  name: "@uipath/api-workflow-tool",
6857
6857
  license: "MIT",
6858
- version: "1.201.0-preview.122",
6858
+ version: "1.201.0-preview.123",
6859
6859
  description: "Run UiPath API Workflows locally.",
6860
6860
  private: false,
6861
6861
  repository: {
@@ -7436,7 +7436,7 @@ class TextApiResponse {
7436
7436
  var package_default2 = {
7437
7437
  name: "@uipath/integrationservice-sdk",
7438
7438
  license: "MIT",
7439
- version: "1.201.0-preview.122",
7439
+ version: "1.201.0-preview.123",
7440
7440
  repository: {
7441
7441
  type: "git",
7442
7442
  url: "https://github.com/UiPath/cli.git",
@@ -14079,12 +14079,12 @@ var isBrowser = typeof window !== "undefined" && typeof process === "undefined";
14079
14079
  async function createPackager() {
14080
14080
  registerPackagerFactories();
14081
14081
  if (isBrowser) {
14082
- const { createBrowserProjectPackager } = await import("./browser-hrvppyg6.js");
14082
+ const { createBrowserProjectPackager } = await import("./browser-e85cx3kr.js");
14083
14083
  return await createBrowserProjectPackager({
14084
14084
  logHandler: logger.handleLog
14085
14085
  });
14086
14086
  }
14087
- const { createNodeProjectPackager } = await import("./node-mf6v2zxc.js");
14087
+ const { createNodeProjectPackager } = await import("./node-v5qcv4jw.js");
14088
14088
  return await createNodeProjectPackager({
14089
14089
  logHandler: logger.handleLog
14090
14090
  });
@@ -14106,7 +14106,7 @@ async function setupProject(packager, projectPath) {
14106
14106
  return packager.setupAsync(absPath);
14107
14107
  }
14108
14108
  async function buildBaseOptions() {
14109
- const { ProjectPackOptions } = await import("./index-nbjx2hhm.js");
14109
+ const { ProjectPackOptions } = await import("./index-bpdegwjy.js");
14110
14110
  const sdkLogLevelMap = {
14111
14111
  [0 /* DEBUG */]: "Debug" /* Debug */,
14112
14112
  [1 /* INFO */]: "Information" /* Info */,
@@ -14402,7 +14402,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
14402
14402
  var package_default3 = {
14403
14403
  name: "@uipath/solution-sdk",
14404
14404
  license: "MIT",
14405
- version: "1.201.0-preview.122",
14405
+ version: "1.201.0-preview.123",
14406
14406
  repository: {
14407
14407
  type: "git",
14408
14408
  url: "https://github.com/UiPath/cli.git",
@@ -16519,4 +16519,4 @@ var registerCommands = async (program) => {
16519
16519
 
16520
16520
  export { metadata, registerCommands };
16521
16521
 
16522
- //# debugId=DCC694C52817906D64756E2164756E21
16522
+ //# debugId=EE1D2D1DC9C565D964756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./packager-tool-1pky82jr.js";
4
+ } from "./packager-tool-yfwzrhrj.js";
5
5
  import"./packager-tool-1v8fmky0.js";
6
6
  import"./packager-tool-h1tyrbff.js";
7
7
  import"./packager-tool-bprnbg91.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.122",
4
+ "version": "1.201.0-preview.123",
5
5
  "description": "Run UiPath API Workflows locally.",
6
6
  "private": false,
7
7
  "repository": {
@@ -25,5 +25,5 @@
25
25
  "files": [
26
26
  "dist"
27
27
  ],
28
- "gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
28
+ "gitHead": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
29
29
  }