@uipath/maestro-tool 0.1.14 → 0.2.0
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 -7
- package/package.json +6 -6
package/dist/tool.js
CHANGED
|
@@ -10303,7 +10303,7 @@ import"./packager-tool.js";
|
|
|
10303
10303
|
// package.json
|
|
10304
10304
|
var package_default = {
|
|
10305
10305
|
name: "@uipath/maestro-tool",
|
|
10306
|
-
version: "0.
|
|
10306
|
+
version: "0.2.0",
|
|
10307
10307
|
description: "Create, debug, and run Maestro projects and jobs.",
|
|
10308
10308
|
private: false,
|
|
10309
10309
|
repository: {
|
|
@@ -30365,12 +30365,6 @@ async function resolveByPath(foldersApi, folderPath) {
|
|
|
30365
30365
|
displayName: folder.displayName
|
|
30366
30366
|
};
|
|
30367
30367
|
}
|
|
30368
|
-
// ../orchestrator-sdk/src/scripts/generate-sdk.ts
|
|
30369
|
-
import { join as join2 } from "node:path";
|
|
30370
|
-
var OUTPUT_DIR = join2(process.cwd(), "generated");
|
|
30371
|
-
var TEMP_DIR = join2(process.cwd(), "temp");
|
|
30372
|
-
var GENRATE_DIR = join2(process.cwd(), "swagger");
|
|
30373
|
-
if (false) {}
|
|
30374
30368
|
// src/services/http-client.ts
|
|
30375
30369
|
init_src();
|
|
30376
30370
|
function buildCommonHeaders(config2, options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-tool",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Create, debug, and run Maestro projects and jobs.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@uipath/solutionpackager-tool-core": "0.0.31"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@uipath/auth": "0.
|
|
42
|
-
"@uipath/common": "0.
|
|
43
|
-
"@uipath/filesystem": "0.
|
|
44
|
-
"@uipath/maestro-sdk": "0.
|
|
45
|
-
"@uipath/orchestrator-sdk": "0.
|
|
41
|
+
"@uipath/auth": "0.2.0",
|
|
42
|
+
"@uipath/common": "0.2.0",
|
|
43
|
+
"@uipath/filesystem": "0.2.0",
|
|
44
|
+
"@uipath/maestro-sdk": "0.2.0",
|
|
45
|
+
"@uipath/orchestrator-sdk": "0.2.0",
|
|
46
46
|
"@uipath/packager-tool-bpmn": "0.0.7",
|
|
47
47
|
"@types/node": "^25.5.0",
|
|
48
48
|
"bpmn-moddle": "^9.0.4",
|