@uipath/api-workflow-tool 1.197.0-preview.59 → 1.197.0-preview.60
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.
- package/dist/tool.js +6 -6
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -48723,7 +48723,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
48723
48723
|
package_default3 = {
|
|
48724
48724
|
name: "@uipath/project-packager",
|
|
48725
48725
|
license: "MIT",
|
|
48726
|
-
version: "1.197.0-preview.
|
|
48726
|
+
version: "1.197.0-preview.60",
|
|
48727
48727
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
48728
48728
|
type: "module",
|
|
48729
48729
|
main: "./dist/index.js",
|
|
@@ -49047,7 +49047,7 @@ var init_package = __esm(() => {
|
|
|
49047
49047
|
package_default4 = {
|
|
49048
49048
|
name: "@uipath/project-packager",
|
|
49049
49049
|
license: "MIT",
|
|
49050
|
-
version: "1.197.0-preview.
|
|
49050
|
+
version: "1.197.0-preview.60",
|
|
49051
49051
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
49052
49052
|
type: "module",
|
|
49053
49053
|
main: "./dist/index.js",
|
|
@@ -78493,7 +78493,7 @@ import"./packager-tool.js";
|
|
|
78493
78493
|
var package_default = {
|
|
78494
78494
|
name: "@uipath/api-workflow-tool",
|
|
78495
78495
|
license: "MIT",
|
|
78496
|
-
version: "1.197.0-preview.
|
|
78496
|
+
version: "1.197.0-preview.60",
|
|
78497
78497
|
description: "Run UiPath API Workflows locally.",
|
|
78498
78498
|
private: false,
|
|
78499
78499
|
repository: {
|
|
@@ -85255,7 +85255,7 @@ class TextApiResponse {
|
|
|
85255
85255
|
var package_default2 = {
|
|
85256
85256
|
name: "@uipath/integrationservice-sdk",
|
|
85257
85257
|
license: "MIT",
|
|
85258
|
-
version: "1.197.0-preview.
|
|
85258
|
+
version: "1.197.0-preview.60",
|
|
85259
85259
|
repository: {
|
|
85260
85260
|
type: "git",
|
|
85261
85261
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -94776,7 +94776,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
94776
94776
|
var package_default5 = {
|
|
94777
94777
|
name: "@uipath/solution-sdk",
|
|
94778
94778
|
license: "MIT",
|
|
94779
|
-
version: "1.197.0-preview.
|
|
94779
|
+
version: "1.197.0-preview.60",
|
|
94780
94780
|
repository: {
|
|
94781
94781
|
type: "git",
|
|
94782
94782
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -97065,4 +97065,4 @@ export {
|
|
|
97065
97065
|
metadata
|
|
97066
97066
|
};
|
|
97067
97067
|
|
|
97068
|
-
//# debugId=
|
|
97068
|
+
//# debugId=C5ADBA499EBF0AD064756E2164756E21
|
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.
|
|
4
|
+
"version": "1.197.0-preview.60",
|
|
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": "
|
|
26
|
+
"gitHead": "e80b8345e8f629192faeb29202cba3b3de258b50"
|
|
27
27
|
}
|