@uipath/maestro-sdk 1.0.0 → 1.0.2
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 +5 -5
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1018,7 +1018,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1018
1018
|
this._exitCallback = (err) => {
|
|
1019
1019
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1020
1020
|
throw err;
|
|
1021
|
-
}
|
|
1021
|
+
}
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
1024
|
return this;
|
|
@@ -2956,7 +2956,7 @@ function isBrowser() {
|
|
|
2956
2956
|
|
|
2957
2957
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
2958
2958
|
var require_coreipc = __commonJS((exports, module) => {
|
|
2959
|
-
var __dirname = "/
|
|
2959
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
2960
2960
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2961
2961
|
(function(e, t) {
|
|
2962
2962
|
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();
|
|
@@ -52629,7 +52629,7 @@ function finalize(ctx, schema2) {
|
|
|
52629
52629
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
52630
52630
|
} else if (ctx.target === "draft-04") {
|
|
52631
52631
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
52632
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
52632
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
52633
52633
|
if (ctx.external?.uri) {
|
|
52634
52634
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
52635
52635
|
if (!id)
|
|
@@ -52871,7 +52871,7 @@ var literalProcessor = (schema2, ctx, json2, _params) => {
|
|
|
52871
52871
|
if (val === undefined) {
|
|
52872
52872
|
if (ctx.unrepresentable === "throw") {
|
|
52873
52873
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
52874
|
-
}
|
|
52874
|
+
}
|
|
52875
52875
|
} else if (typeof val === "bigint") {
|
|
52876
52876
|
if (ctx.unrepresentable === "throw") {
|
|
52877
52877
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -65646,7 +65646,7 @@ class JSONSchemaGenerator2 {
|
|
|
65646
65646
|
if (val === undefined) {
|
|
65647
65647
|
if (this.unrepresentable === "throw") {
|
|
65648
65648
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
65649
|
-
}
|
|
65649
|
+
}
|
|
65650
65650
|
} else if (typeof val === "bigint") {
|
|
65651
65651
|
if (this.unrepresentable === "throw") {
|
|
65652
65652
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"lint": "biome check ."
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@uipath/auth": "1.0.
|
|
47
|
-
"@uipath/common": "1.0.
|
|
48
|
-
"@uipath/filesystem": "1.0.
|
|
46
|
+
"@uipath/auth": "1.0.2",
|
|
47
|
+
"@uipath/common": "1.0.2",
|
|
48
|
+
"@uipath/filesystem": "1.0.2",
|
|
49
49
|
"@uipath/flow-core": "^0.2.205",
|
|
50
50
|
"@uipath/integrationservice-sdk": "1.0.1",
|
|
51
51
|
"@uipath/orchestrator-sdk": "1.0.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"commander": "^14.0.3",
|
|
54
54
|
"typescript": "^6.0.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
57
57
|
}
|