@uipath/api-workflow-tool 1.198.0-preview.96 → 1.198.0

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 +1 -1
package/dist/tool.js CHANGED
@@ -50777,7 +50777,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
50777
50777
  package_default3 = {
50778
50778
  name: "@uipath/project-packager",
50779
50779
  license: "MIT",
50780
- version: "1.198.0-preview.96",
50780
+ version: "1.198.0",
50781
50781
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
50782
50782
  type: "module",
50783
50783
  main: "./dist/index.js",
@@ -51171,7 +51171,7 @@ var init_package = __esm(() => {
51171
51171
  package_default4 = {
51172
51172
  name: "@uipath/project-packager",
51173
51173
  license: "MIT",
51174
- version: "1.198.0-preview.96",
51174
+ version: "1.198.0",
51175
51175
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
51176
51176
  type: "module",
51177
51177
  main: "./dist/index.js",
@@ -80625,7 +80625,7 @@ import"./packager-tool.js";
80625
80625
  var package_default = {
80626
80626
  name: "@uipath/api-workflow-tool",
80627
80627
  license: "MIT",
80628
- version: "1.198.0-preview.96",
80628
+ version: "1.198.0",
80629
80629
  description: "Run UiPath API Workflows locally.",
80630
80630
  private: false,
80631
80631
  repository: {
@@ -88445,7 +88445,7 @@ class TextApiResponse {
88445
88445
  var package_default2 = {
88446
88446
  name: "@uipath/integrationservice-sdk",
88447
88447
  license: "MIT",
88448
- version: "1.198.0-preview.96",
88448
+ version: "1.198.0",
88449
88449
  repository: {
88450
88450
  type: "git",
88451
88451
  url: "https://github.com/UiPath/cli.git",
@@ -97984,7 +97984,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
97984
97984
  var package_default5 = {
97985
97985
  name: "@uipath/solution-sdk",
97986
97986
  license: "MIT",
97987
- version: "1.198.0-preview.96",
97987
+ version: "1.198.0",
97988
97988
  repository: {
97989
97989
  type: "git",
97990
97990
  url: "https://github.com/UiPath/cli.git",
@@ -100273,4 +100273,4 @@ export {
100273
100273
  metadata
100274
100274
  };
100275
100275
 
100276
- //# debugId=3CBA021D91A50EA164756E2164756E21
100276
+ //# debugId=5922CA8DDFA752EA64756E2164756E21
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.96",
4
+ "version": "1.198.0",
5
5
  "description": "Run UiPath API Workflows locally.",
6
6
  "private": false,
7
7
  "repository": {