@uipath/api-workflow-tool 1.198.0-preview.83 → 1.198.0-preview.84

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
@@ -49917,7 +49917,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
49917
49917
  package_default3 = {
49918
49918
  name: "@uipath/project-packager",
49919
49919
  license: "MIT",
49920
- version: "1.198.0-preview.83",
49920
+ version: "1.198.0-preview.84",
49921
49921
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
49922
49922
  type: "module",
49923
49923
  main: "./dist/index.js",
@@ -50311,7 +50311,7 @@ var init_package = __esm(() => {
50311
50311
  package_default4 = {
50312
50312
  name: "@uipath/project-packager",
50313
50313
  license: "MIT",
50314
- version: "1.198.0-preview.83",
50314
+ version: "1.198.0-preview.84",
50315
50315
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
50316
50316
  type: "module",
50317
50317
  main: "./dist/index.js",
@@ -79759,7 +79759,7 @@ import"./packager-tool.js";
79759
79759
  var package_default = {
79760
79760
  name: "@uipath/api-workflow-tool",
79761
79761
  license: "MIT",
79762
- version: "1.198.0-preview.83",
79762
+ version: "1.198.0-preview.84",
79763
79763
  description: "Run UiPath API Workflows locally.",
79764
79764
  private: false,
79765
79765
  repository: {
@@ -87098,7 +87098,7 @@ class TextApiResponse {
87098
87098
  var package_default2 = {
87099
87099
  name: "@uipath/integrationservice-sdk",
87100
87100
  license: "MIT",
87101
- version: "1.198.0-preview.83",
87101
+ version: "1.198.0-preview.84",
87102
87102
  repository: {
87103
87103
  type: "git",
87104
87104
  url: "https://github.com/UiPath/cli.git",
@@ -96637,7 +96637,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
96637
96637
  var package_default5 = {
96638
96638
  name: "@uipath/solution-sdk",
96639
96639
  license: "MIT",
96640
- version: "1.198.0-preview.83",
96640
+ version: "1.198.0-preview.84",
96641
96641
  repository: {
96642
96642
  type: "git",
96643
96643
  url: "https://github.com/UiPath/cli.git",
@@ -98926,4 +98926,4 @@ export {
98926
98926
  metadata
98927
98927
  };
98928
98928
 
98929
- //# debugId=79962A741DF0323D64756E2164756E21
98929
+ //# debugId=DEA522F75D8F914C64756E2164756E21
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.83",
4
+ "version": "1.198.0-preview.84",
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": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
26
+ "gitHead": "348cb786606b92b1a25785f322856660913a10b5"
27
27
  }