@uipath/orchestrator-tool 1.0.2 → 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/tool.js +1 -1
- package/package.json +4 -4
package/dist/tool.js
CHANGED
|
@@ -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.4",
|
|
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.4",
|
|
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.4",
|
|
38
|
+
"@uipath/filesystem": "1.0.4",
|
|
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": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
45
45
|
}
|