@uipath/orchestrator-tool 1.202.1-preview.181 → 1.202.2-preview.183
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
CHANGED
|
@@ -2103,7 +2103,7 @@ var require_commander = __commonJS(function(exports) {
|
|
|
2103
2103
|
var package_default = {
|
|
2104
2104
|
name: "@uipath/orchestrator-tool",
|
|
2105
2105
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2106
|
-
version: "1.202.
|
|
2106
|
+
version: "1.202.2-preview.183",
|
|
2107
2107
|
description: "Manage Orchestrator folders, jobs, processes, and releases.",
|
|
2108
2108
|
private: false,
|
|
2109
2109
|
repository: {
|
|
@@ -46091,4 +46091,4 @@ var registerCommands = async (program2) => {
|
|
|
46091
46091
|
|
|
46092
46092
|
export { Command, metadata, registerCommands };
|
|
46093
46093
|
|
|
46094
|
-
//# debugId=
|
|
46094
|
+
//# debugId=FFDB5CF9C206934E64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/orchestrator-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.
|
|
4
|
+
"version": "1.202.2-preview.183",
|
|
5
5
|
"description": "Manage Orchestrator folders, jobs, processes, and releases.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "b512d14a5465ea9bbdbc7773d42b5cfb4c2ae200"
|
|
30
30
|
}
|