@uipath/api-workflow-tool 1.197.0-preview.74 → 1.197.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 +2 -2
package/dist/tool.js CHANGED
@@ -49831,7 +49831,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
49831
49831
  package_default3 = {
49832
49832
  name: "@uipath/project-packager",
49833
49833
  license: "MIT",
49834
- version: "1.197.0-preview.74",
49834
+ version: "1.197.0",
49835
49835
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
49836
49836
  type: "module",
49837
49837
  main: "./dist/index.js",
@@ -50155,7 +50155,7 @@ var init_package = __esm(() => {
50155
50155
  package_default4 = {
50156
50156
  name: "@uipath/project-packager",
50157
50157
  license: "MIT",
50158
- version: "1.197.0-preview.74",
50158
+ version: "1.197.0",
50159
50159
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
50160
50160
  type: "module",
50161
50161
  main: "./dist/index.js",
@@ -79601,7 +79601,7 @@ import"./packager-tool.js";
79601
79601
  var package_default = {
79602
79602
  name: "@uipath/api-workflow-tool",
79603
79603
  license: "MIT",
79604
- version: "1.197.0-preview.74",
79604
+ version: "1.197.0",
79605
79605
  description: "Run UiPath API Workflows locally.",
79606
79606
  private: false,
79607
79607
  repository: {
@@ -86935,7 +86935,7 @@ class TextApiResponse {
86935
86935
  var package_default2 = {
86936
86936
  name: "@uipath/integrationservice-sdk",
86937
86937
  license: "MIT",
86938
- version: "1.197.0-preview.74",
86938
+ version: "1.197.0",
86939
86939
  repository: {
86940
86940
  type: "git",
86941
86941
  url: "https://github.com/UiPath/cli.git",
@@ -96456,7 +96456,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
96456
96456
  var package_default5 = {
96457
96457
  name: "@uipath/solution-sdk",
96458
96458
  license: "MIT",
96459
- version: "1.197.0-preview.74",
96459
+ version: "1.197.0",
96460
96460
  repository: {
96461
96461
  type: "git",
96462
96462
  url: "https://github.com/UiPath/cli.git",
@@ -98745,4 +98745,4 @@ export {
98745
98745
  metadata
98746
98746
  };
98747
98747
 
98748
- //# debugId=EB8F13B18BAAF2ED64756E2164756E21
98748
+ //# debugId=12E39C939B885A6B64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.74",
4
+ "version": "1.197.0",
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": "4f5d84e6d01bedd56da7202219a3e7b3bdead467"
26
+ "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
27
27
  }