@uipath/orchestrator-tool 1.0.0 → 1.0.2
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 +3 -3
- package/package.json +4 -4
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;
|
|
@@ -2964,7 +2964,7 @@ function isBrowser() {
|
|
|
2964
2964
|
|
|
2965
2965
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
2966
2966
|
var require_coreipc = __commonJS((exports, module) => {
|
|
2967
|
-
var __dirname = "/
|
|
2967
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
2968
2968
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2969
2969
|
(function(e, t) {
|
|
2970
2970
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -21159,7 +21159,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
21159
21159
|
// package.json
|
|
21160
21160
|
var package_default = {
|
|
21161
21161
|
name: "@uipath/orchestrator-tool",
|
|
21162
|
-
version: "1.0.
|
|
21162
|
+
version: "1.0.2",
|
|
21163
21163
|
description: "Manage Orchestrator folders, jobs, processes, and releases.",
|
|
21164
21164
|
private: false,
|
|
21165
21165
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/orchestrator-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Manage Orchestrator folders, jobs, processes, and releases.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"lint:fix": "biome check --write ."
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@uipath/common": "1.0.
|
|
38
|
-
"@uipath/filesystem": "1.0.
|
|
37
|
+
"@uipath/common": "1.0.2",
|
|
38
|
+
"@uipath/filesystem": "1.0.2",
|
|
39
39
|
"@uipath/orchestrator-sdk": "1.0.0",
|
|
40
40
|
"@types/node": "^25.5.2",
|
|
41
41
|
"commander": "^14.0.3",
|
|
42
42
|
"typescript": "^6.0.2"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
45
45
|
}
|