@uipath/api-workflow-tool 1.199.0-preview.91 → 1.199.0-preview.92

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
@@ -50736,7 +50736,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
50736
50736
  package_default3 = {
50737
50737
  name: "@uipath/project-packager",
50738
50738
  license: "MIT",
50739
- version: "1.199.0-preview.91",
50739
+ version: "1.199.0-preview.92",
50740
50740
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
50741
50741
  type: "module",
50742
50742
  main: "./dist/index.js",
@@ -51131,7 +51131,7 @@ var init_package = __esm(() => {
51131
51131
  package_default4 = {
51132
51132
  name: "@uipath/project-packager",
51133
51133
  license: "MIT",
51134
- version: "1.199.0-preview.91",
51134
+ version: "1.199.0-preview.92",
51135
51135
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
51136
51136
  type: "module",
51137
51137
  main: "./dist/index.js",
@@ -80585,7 +80585,7 @@ import"./packager-tool.js";
80585
80585
  var package_default = {
80586
80586
  name: "@uipath/api-workflow-tool",
80587
80587
  license: "MIT",
80588
- version: "1.199.0-preview.91",
80588
+ version: "1.199.0-preview.92",
80589
80589
  description: "Run UiPath API Workflows locally.",
80590
80590
  private: false,
80591
80591
  repository: {
@@ -88299,7 +88299,7 @@ class TextApiResponse {
88299
88299
  var package_default2 = {
88300
88300
  name: "@uipath/integrationservice-sdk",
88301
88301
  license: "MIT",
88302
- version: "1.199.0-preview.91",
88302
+ version: "1.199.0-preview.92",
88303
88303
  repository: {
88304
88304
  type: "git",
88305
88305
  url: "https://github.com/UiPath/cli.git",
@@ -97848,7 +97848,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
97848
97848
  var package_default5 = {
97849
97849
  name: "@uipath/solution-sdk",
97850
97850
  license: "MIT",
97851
- version: "1.199.0-preview.91",
97851
+ version: "1.199.0-preview.92",
97852
97852
  repository: {
97853
97853
  type: "git",
97854
97854
  url: "https://github.com/UiPath/cli.git",
@@ -100139,4 +100139,4 @@ export {
100139
100139
  metadata
100140
100140
  };
100141
100141
 
100142
- //# debugId=090898773DC3EDF664756E2164756E21
100142
+ //# debugId=AB7A05E53A14590964756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.91",
4
+ "version": "1.199.0-preview.92",
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": "f428cb1e61ba89ad18394b0c6106784055699f02"
26
+ "gitHead": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
27
27
  }