@uipath/api-workflow-tool 1.203.0-preview.160 → 1.203.0-preview.182

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.
@@ -14157,7 +14157,7 @@ var package_default = {
14157
14157
  name: "@uipath/project-packager",
14158
14158
  author: "UiPath",
14159
14159
  license: "SEE LICENSE IN LICENSE.txt",
14160
- version: "1.203.0-preview.160",
14160
+ version: "1.203.0-preview.182",
14161
14161
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
14162
14162
  type: "module",
14163
14163
  main: "./dist/index.js",
@@ -15471,4 +15471,4 @@ export {
15471
15471
  signNupkgsAsync
15472
15472
  };
15473
15473
 
15474
- //# debugId=0B08B05B544EE1BB64756E2164756E21
15474
+ //# debugId=DE5838B75B10877064756E2164756E21
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./packager-tool-fp2javgj.js";
5
+ } from "./packager-tool-qf2n8y00.js";
6
6
  import"./packager-tool-k9wheprx.js";
7
7
  import"./packager-tool-6se0wnbx.js";
8
8
  import {
@@ -14940,7 +14940,7 @@ var package_default = {
14940
14940
  name: "@uipath/project-packager",
14941
14941
  author: "UiPath",
14942
14942
  license: "SEE LICENSE IN LICENSE.txt",
14943
- version: "1.203.0-preview.160",
14943
+ version: "1.203.0-preview.182",
14944
14944
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
14945
14945
  type: "module",
14946
14946
  main: "./dist/index.js",
@@ -16489,4 +16489,4 @@ export {
16489
16489
  signNupkgsAsync
16490
16490
  };
16491
16491
 
16492
- //# debugId=709EB6495C40C48A64756E2164756E21
16492
+ //# debugId=6657C54C1E8DB3C864756E2164756E21
@@ -7155,7 +7155,7 @@ var package_default = {
7155
7155
  name: "@uipath/api-workflow-tool",
7156
7156
  author: "UiPath",
7157
7157
  license: "SEE LICENSE IN LICENSE.txt",
7158
- version: "1.203.0-preview.160",
7158
+ version: "1.203.0-preview.182",
7159
7159
  description: "Run UiPath API Workflows locally.",
7160
7160
  private: false,
7161
7161
  repository: {
@@ -7738,7 +7738,7 @@ var package_default2 = {
7738
7738
  name: "@uipath/integrationservice-sdk",
7739
7739
  author: "UiPath",
7740
7740
  license: "SEE LICENSE IN LICENSE.txt",
7741
- version: "1.203.0-preview.160",
7741
+ version: "1.203.0-preview.182",
7742
7742
  repository: {
7743
7743
  type: "git",
7744
7744
  url: "https://github.com/UiPath/cli.git",
@@ -14370,7 +14370,7 @@ Subcommands:
14370
14370
  // src/commands/packager-shared.ts
14371
14371
  async function createPackager() {
14372
14372
  registerPackagerFactories();
14373
- const { createNodeProjectPackager } = await import("./node-68q3z5v4.js");
14373
+ const { createNodeProjectPackager } = await import("./node-79xm980m.js");
14374
14374
  return await createNodeProjectPackager({
14375
14375
  logHandler: logger.handleLog
14376
14376
  });
@@ -14393,7 +14393,7 @@ async function setupProject(packager, projectPath) {
14393
14393
  return packager.setupAsync(absPath);
14394
14394
  }
14395
14395
  async function buildBaseOptions() {
14396
- const { ProjectPackOptions } = await import("./index-w15ym591.js");
14396
+ const { ProjectPackOptions } = await import("./index-njjnmevs.js");
14397
14397
  const sdkLogLevelMap = {
14398
14398
  [0 /* DEBUG */]: "Debug" /* Debug */,
14399
14399
  [1 /* INFO */]: "Information" /* Info */,
@@ -14690,7 +14690,7 @@ var package_default3 = {
14690
14690
  name: "@uipath/solution-sdk",
14691
14691
  author: "UiPath",
14692
14692
  license: "SEE LICENSE IN LICENSE.txt",
14693
- version: "1.203.0-preview.160",
14693
+ version: "1.203.0-preview.182",
14694
14694
  repository: {
14695
14695
  type: "git",
14696
14696
  url: "https://github.com/UiPath/cli.git",
@@ -16905,4 +16905,4 @@ var registerCommands = async (program) => {
16905
16905
 
16906
16906
  export { metadata, registerCommands };
16907
16907
 
16908
- //# debugId=7D1B041D9433506364756E2164756E21
16908
+ //# debugId=7732D8448EC56CC164756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./packager-tool-fp2javgj.js";
4
+ } from "./packager-tool-qf2n8y00.js";
5
5
  import"./packager-tool-k9wheprx.js";
6
6
  import"./packager-tool-6se0wnbx.js";
7
7
  import"./packager-tool-htyg4jck.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uipath/api-workflow-tool",
3
3
  "author": "UiPath",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
- "version": "1.203.0-preview.160",
5
+ "version": "1.203.0-preview.182",
6
6
  "description": "Run UiPath API Workflows locally.",
7
7
  "private": false,
8
8
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "3a42062ba731afca4595ba9aa8a80afc9667528d"
29
+ "gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
30
30
  }