@uipath/maestro-tool 1.0.0 → 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/index.js +1 -1
- package/dist/packager-tool.js +4 -4
- package/dist/tool.js +18 -18
- package/package.json +8 -8
package/dist/index.js
CHANGED
package/dist/packager-tool.js
CHANGED
|
@@ -17250,7 +17250,7 @@ function finalize(ctx, schema) {
|
|
|
17250
17250
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
17251
17251
|
} else if (ctx.target === "draft-04") {
|
|
17252
17252
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
17253
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
17253
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
17254
17254
|
if (ctx.external?.uri) {
|
|
17255
17255
|
const id = ctx.external.registry.get(schema)?.id;
|
|
17256
17256
|
if (!id)
|
|
@@ -17509,7 +17509,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
|
|
|
17509
17509
|
if (val === undefined) {
|
|
17510
17510
|
if (ctx.unrepresentable === "throw") {
|
|
17511
17511
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
17512
|
-
}
|
|
17512
|
+
}
|
|
17513
17513
|
} else if (typeof val === "bigint") {
|
|
17514
17514
|
if (ctx.unrepresentable === "throw") {
|
|
17515
17515
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -37170,7 +37170,7 @@ class JSONSchemaGenerator2 {
|
|
|
37170
37170
|
if (val === undefined) {
|
|
37171
37171
|
if (this.unrepresentable === "throw") {
|
|
37172
37172
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
37173
|
-
}
|
|
37173
|
+
}
|
|
37174
37174
|
} else if (typeof val === "bigint") {
|
|
37175
37175
|
if (this.unrepresentable === "throw") {
|
|
37176
37176
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -84754,7 +84754,7 @@ class JSONSchemaGenerator3 {
|
|
|
84754
84754
|
if (val === undefined) {
|
|
84755
84755
|
if (this.unrepresentable === "throw") {
|
|
84756
84756
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
84757
|
-
}
|
|
84757
|
+
}
|
|
84758
84758
|
} else if (typeof val === "bigint") {
|
|
84759
84759
|
if (this.unrepresentable === "throw") {
|
|
84760
84760
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
package/dist/tool.js
CHANGED
|
@@ -1018,7 +1018,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1018
1018
|
this._exitCallback = (err2) => {
|
|
1019
1019
|
if (err2.code !== "commander.executeSubCommandAsync") {
|
|
1020
1020
|
throw err2;
|
|
1021
|
-
}
|
|
1021
|
+
}
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
1024
|
return this;
|
|
@@ -14139,7 +14139,7 @@ function finalize2(ctx, schema35) {
|
|
|
14139
14139
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
14140
14140
|
} else if (ctx.target === "draft-04") {
|
|
14141
14141
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
14142
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
14142
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
14143
14143
|
if (ctx.external?.uri) {
|
|
14144
14144
|
const id = ctx.external.registry.get(schema35)?.id;
|
|
14145
14145
|
if (!id)
|
|
@@ -14398,7 +14398,7 @@ var formatMap2, stringProcessor2 = (schema35, ctx, _json, _params) => {
|
|
|
14398
14398
|
if (val === undefined) {
|
|
14399
14399
|
if (ctx.unrepresentable === "throw") {
|
|
14400
14400
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
14401
|
-
}
|
|
14401
|
+
}
|
|
14402
14402
|
} else if (typeof val === "bigint") {
|
|
14403
14403
|
if (ctx.unrepresentable === "throw") {
|
|
14404
14404
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -34059,7 +34059,7 @@ class JSONSchemaGenerator5 {
|
|
|
34059
34059
|
if (val === undefined) {
|
|
34060
34060
|
if (this.unrepresentable === "throw") {
|
|
34061
34061
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
34062
|
-
}
|
|
34062
|
+
}
|
|
34063
34063
|
} else if (typeof val === "bigint") {
|
|
34064
34064
|
if (this.unrepresentable === "throw") {
|
|
34065
34065
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -50216,7 +50216,7 @@ function isBrowser2() {
|
|
|
50216
50216
|
|
|
50217
50217
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
50218
50218
|
var require_coreipc2 = __commonJS((exports, module) => {
|
|
50219
|
-
var __dirname = "/
|
|
50219
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
50220
50220
|
/*! For license information please see index.js.LICENSE.txt */
|
|
50221
50221
|
(function(e, t) {
|
|
50222
50222
|
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();
|
|
@@ -100455,7 +100455,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
100455
100455
|
this._exitCallback = (err3) => {
|
|
100456
100456
|
if (err3.code !== "commander.executeSubCommandAsync") {
|
|
100457
100457
|
throw err3;
|
|
100458
|
-
}
|
|
100458
|
+
}
|
|
100459
100459
|
};
|
|
100460
100460
|
}
|
|
100461
100461
|
return this;
|
|
@@ -197960,7 +197960,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
197960
197960
|
this._exitCallback = (err) => {
|
|
197961
197961
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
197962
197962
|
throw err;
|
|
197963
|
-
}
|
|
197963
|
+
}
|
|
197964
197964
|
};
|
|
197965
197965
|
}
|
|
197966
197966
|
return this;
|
|
@@ -199853,7 +199853,7 @@ function isBrowser() {
|
|
|
199853
199853
|
return typeof globalThis !== "undefined" && "window" in globalThis && "document" in globalThis;
|
|
199854
199854
|
}
|
|
199855
199855
|
var require_coreipc = __commonJS2((exports, module) => {
|
|
199856
|
-
var __dirname3 = "/
|
|
199856
|
+
var __dirname3 = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
199857
199857
|
/*! For license information please see index.js.LICENSE.txt */
|
|
199858
199858
|
(function(e, t) {
|
|
199859
199859
|
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();
|
|
@@ -250722,7 +250722,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
250722
250722
|
|
|
250723
250723
|
` + ("" + errorBoundaryMessage);
|
|
250724
250724
|
console["error"](combinedMessage);
|
|
250725
|
-
}
|
|
250725
|
+
}
|
|
250726
250726
|
} catch (e) {
|
|
250727
250727
|
setTimeout(function() {
|
|
250728
250728
|
throw e;
|
|
@@ -357308,7 +357308,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
357308
357308
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
357309
357309
|
} else if (ctx.target === "draft-04") {
|
|
357310
357310
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
357311
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
357311
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
357312
357312
|
if (ctx.external?.uri) {
|
|
357313
357313
|
const id2 = ctx.external.registry.get(schema2)?.id;
|
|
357314
357314
|
if (!id2)
|
|
@@ -357645,7 +357645,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
357645
357645
|
if (val === undefined) {
|
|
357646
357646
|
if (ctx.unrepresentable === "throw") {
|
|
357647
357647
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
357648
|
-
}
|
|
357648
|
+
}
|
|
357649
357649
|
} else if (typeof val === "bigint") {
|
|
357650
357650
|
if (ctx.unrepresentable === "throw") {
|
|
357651
357651
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -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: {
|
|
@@ -460321,7 +460321,7 @@ function finalize(ctx, schema2) {
|
|
|
460321
460321
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
460322
460322
|
} else if (ctx.target === "draft-04") {
|
|
460323
460323
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
460324
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
460324
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
460325
460325
|
if (ctx.external?.uri) {
|
|
460326
460326
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
460327
460327
|
if (!id)
|
|
@@ -460562,7 +460562,7 @@ var literalProcessor = (schema2, ctx, json2, _params) => {
|
|
|
460562
460562
|
if (val === undefined) {
|
|
460563
460563
|
if (ctx.unrepresentable === "throw") {
|
|
460564
460564
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
460565
|
-
}
|
|
460565
|
+
}
|
|
460566
460566
|
} else if (typeof val === "bigint") {
|
|
460567
460567
|
if (ctx.unrepresentable === "throw") {
|
|
460568
460568
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -473255,7 +473255,7 @@ class JSONSchemaGenerator2 {
|
|
|
473255
473255
|
if (val === undefined) {
|
|
473256
473256
|
if (this.unrepresentable === "throw") {
|
|
473257
473257
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
473258
|
-
}
|
|
473258
|
+
}
|
|
473259
473259
|
} else if (typeof val === "bigint") {
|
|
473260
473260
|
if (this.unrepresentable === "throw") {
|
|
473261
473261
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -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: {
|
|
@@ -574936,7 +574936,7 @@ class JSONSchemaGenerator6 {
|
|
|
574936
574936
|
if (val === undefined) {
|
|
574937
574937
|
if (this.unrepresentable === "throw") {
|
|
574938
574938
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
574939
|
-
}
|
|
574939
|
+
}
|
|
574940
574940
|
} else if (typeof val === "bigint") {
|
|
574941
574941
|
if (this.unrepresentable === "throw") {
|
|
574942
574942
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -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
|
}
|