@uipath/api-workflow-tool 1.0.0 → 1.0.4
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/index.js +1 -1
- package/dist/tool.js +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/tool.js
CHANGED
|
@@ -1018,7 +1018,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1018
1018
|
this._exitCallback = (err) => {
|
|
1019
1019
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1020
1020
|
throw err;
|
|
1021
|
-
}
|
|
1021
|
+
}
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
1024
|
return this;
|
|
@@ -11960,7 +11960,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
11960
11960
|
this._exitCallback = (err2) => {
|
|
11961
11961
|
if (err2.code !== "commander.executeSubCommandAsync") {
|
|
11962
11962
|
throw err2;
|
|
11963
|
-
}
|
|
11963
|
+
}
|
|
11964
11964
|
};
|
|
11965
11965
|
}
|
|
11966
11966
|
return this;
|
|
@@ -39545,7 +39545,7 @@ function isBrowser() {
|
|
|
39545
39545
|
|
|
39546
39546
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
39547
39547
|
var require_coreipc = __commonJS((exports, module) => {
|
|
39548
|
-
var __dirname = "/
|
|
39548
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
39549
39549
|
/*! For license information please see index.js.LICENSE.txt */
|
|
39550
39550
|
(function(e, t2) {
|
|
39551
39551
|
typeof exports == "object" && typeof module == "object" ? module.exports = t2() : typeof define == "function" && define.amd ? define([], t2) : typeof exports == "object" ? exports.ipc = t2() : e.ipc = t2();
|
|
@@ -57743,7 +57743,7 @@ import"./packager-tool.js";
|
|
|
57743
57743
|
// package.json
|
|
57744
57744
|
var package_default = {
|
|
57745
57745
|
name: "@uipath/api-workflow-tool",
|
|
57746
|
-
version: "1.0.
|
|
57746
|
+
version: "1.0.4",
|
|
57747
57747
|
description: "Run UiPath API Workflows locally.",
|
|
57748
57748
|
private: false,
|
|
57749
57749
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/api-workflow-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Run UiPath API Workflows locally.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^25.5.2",
|
|
35
35
|
"@uipath/api-workflow-executor": "12.10.2",
|
|
36
|
-
"@uipath/auth": "1.0.
|
|
37
|
-
"@uipath/common": "1.0.
|
|
38
|
-
"@uipath/filesystem": "1.0.
|
|
36
|
+
"@uipath/auth": "1.0.4",
|
|
37
|
+
"@uipath/common": "1.0.4",
|
|
38
|
+
"@uipath/filesystem": "1.0.4",
|
|
39
39
|
"@uipath/packager-tool-apiworkflow": "0.0.18",
|
|
40
40
|
"@uipath/project-packager": "1.1.15",
|
|
41
41
|
"@uipath/solutionpackager-tool-core": "0.0.33",
|
|
42
42
|
"commander": "^14.0.3",
|
|
43
43
|
"typescript": "^6.0.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
46
46
|
}
|