@uipath/maestro-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 +3 -3
- package/package.json +8 -8
package/dist/tool.js
CHANGED
|
@@ -436721,7 +436721,7 @@ var require_semver2 = __commonJS2((exports, module) => {
|
|
|
436721
436721
|
});
|
|
436722
436722
|
var package_default = {
|
|
436723
436723
|
name: "@uipath/case-tool",
|
|
436724
|
-
version: "1.0.
|
|
436724
|
+
version: "1.0.4",
|
|
436725
436725
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
436726
436726
|
private: false,
|
|
436727
436727
|
repository: {
|
|
@@ -523515,7 +523515,7 @@ import"./packager-tool.js";
|
|
|
523515
523515
|
// ../flow-tool/package.json
|
|
523516
523516
|
var package_default2 = {
|
|
523517
523517
|
name: "@uipath/flow-tool",
|
|
523518
|
-
version: "1.0.
|
|
523518
|
+
version: "1.0.4",
|
|
523519
523519
|
description: "Create, debug, and run UiPath Flow projects and jobs.",
|
|
523520
523520
|
private: false,
|
|
523521
523521
|
repository: {
|
|
@@ -588002,7 +588002,7 @@ var registerCommands2 = async (program4) => {
|
|
|
588002
588002
|
// package.json
|
|
588003
588003
|
var package_default3 = {
|
|
588004
588004
|
name: "@uipath/maestro-tool",
|
|
588005
|
-
version: "1.0.
|
|
588005
|
+
version: "1.0.4",
|
|
588006
588006
|
description: "Create, debug, and run Maestro projects and jobs.",
|
|
588007
588007
|
private: false,
|
|
588008
588008
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Create, debug, and run Maestro projects and jobs.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"lint:fix": "biome check --write ."
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@uipath/auth": "1.0.
|
|
39
|
-
"@uipath/case-tool": "1.0.
|
|
40
|
-
"@uipath/common": "1.0.
|
|
41
|
-
"@uipath/filesystem": "1.0.
|
|
42
|
-
"@uipath/flow-tool": "1.0.
|
|
43
|
-
"@uipath/maestro-sdk": "1.0.
|
|
38
|
+
"@uipath/auth": "1.0.4",
|
|
39
|
+
"@uipath/case-tool": "1.0.4",
|
|
40
|
+
"@uipath/common": "1.0.4",
|
|
41
|
+
"@uipath/filesystem": "1.0.4",
|
|
42
|
+
"@uipath/flow-tool": "1.0.4",
|
|
43
|
+
"@uipath/maestro-sdk": "1.0.4",
|
|
44
44
|
"@uipath/orchestrator-sdk": "1.0.0",
|
|
45
45
|
"@uipath/packager-tool-bpmn": "0.0.8",
|
|
46
46
|
"@uipath/packager-tool-case": "0.0.8",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"commander": "^14.0.3",
|
|
53
53
|
"typescript": "^6.0.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
56
56
|
}
|