@uipath/api-workflow-tool 1.198.0-preview.94 → 1.198.0-preview.95

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.
Files changed (2) hide show
  1. package/dist/tool.js +6 -6
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -50579,7 +50579,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
50579
50579
  package_default3 = {
50580
50580
  name: "@uipath/project-packager",
50581
50581
  license: "MIT",
50582
- version: "1.198.0-preview.94",
50582
+ version: "1.198.0-preview.95",
50583
50583
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
50584
50584
  type: "module",
50585
50585
  main: "./dist/index.js",
@@ -50973,7 +50973,7 @@ var init_package = __esm(() => {
50973
50973
  package_default4 = {
50974
50974
  name: "@uipath/project-packager",
50975
50975
  license: "MIT",
50976
- version: "1.198.0-preview.94",
50976
+ version: "1.198.0-preview.95",
50977
50977
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
50978
50978
  type: "module",
50979
50979
  main: "./dist/index.js",
@@ -80427,7 +80427,7 @@ import"./packager-tool.js";
80427
80427
  var package_default = {
80428
80428
  name: "@uipath/api-workflow-tool",
80429
80429
  license: "MIT",
80430
- version: "1.198.0-preview.94",
80430
+ version: "1.198.0-preview.95",
80431
80431
  description: "Run UiPath API Workflows locally.",
80432
80432
  private: false,
80433
80433
  repository: {
@@ -88140,7 +88140,7 @@ class TextApiResponse {
88140
88140
  var package_default2 = {
88141
88141
  name: "@uipath/integrationservice-sdk",
88142
88142
  license: "MIT",
88143
- version: "1.198.0-preview.94",
88143
+ version: "1.198.0-preview.95",
88144
88144
  repository: {
88145
88145
  type: "git",
88146
88146
  url: "https://github.com/UiPath/cli.git",
@@ -97679,7 +97679,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
97679
97679
  var package_default5 = {
97680
97680
  name: "@uipath/solution-sdk",
97681
97681
  license: "MIT",
97682
- version: "1.198.0-preview.94",
97682
+ version: "1.198.0-preview.95",
97683
97683
  repository: {
97684
97684
  type: "git",
97685
97685
  url: "https://github.com/UiPath/cli.git",
@@ -99968,4 +99968,4 @@ export {
99968
99968
  metadata
99969
99969
  };
99970
99970
 
99971
- //# debugId=FCBAD60A1B0F3BCC64756E2164756E21
99971
+ //# debugId=F675F27B4B08531164756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.94",
4
+ "version": "1.198.0-preview.95",
5
5
  "description": "Run UiPath API Workflows locally.",
6
6
  "private": false,
7
7
  "repository": {
@@ -23,5 +23,5 @@
23
23
  "files": [
24
24
  "dist"
25
25
  ],
26
- "gitHead": "c888e1ce7cd807c1629d556241a0d07ab156841c"
26
+ "gitHead": "7f6f14e06688fe417ecaac94186ab795a9106caa"
27
27
  }