@uipath/vertical-solutions-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/tool.js +7 -9
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/tool.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;
|
|
@@ -3236,7 +3236,7 @@ function isBrowser() {
|
|
|
3236
3236
|
|
|
3237
3237
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
3238
3238
|
var require_coreipc = __commonJS((exports, module) => {
|
|
3239
|
-
var __dirname = "/
|
|
3239
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
3240
3240
|
/*! For license information please see index.js.LICENSE.txt */
|
|
3241
3241
|
(function(e, t) {
|
|
3242
3242
|
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();
|
|
@@ -22534,7 +22534,7 @@ var require_tracestate_impl = __commonJS((exports) => {
|
|
|
22534
22534
|
const value = listMember.slice(i2 + 1, part.length);
|
|
22535
22535
|
if ((0, tracestate_validators_1.validateKey)(key) && (0, tracestate_validators_1.validateValue)(value)) {
|
|
22536
22536
|
agg.set(key, value);
|
|
22537
|
-
}
|
|
22537
|
+
}
|
|
22538
22538
|
}
|
|
22539
22539
|
return agg;
|
|
22540
22540
|
}, new Map);
|
|
@@ -25367,7 +25367,7 @@ var require_TraceState = __commonJS((exports) => {
|
|
|
25367
25367
|
const value = listMember.slice(i2 + 1, part.length);
|
|
25368
25368
|
if ((0, validators_1.validateKey)(key) && (0, validators_1.validateValue)(value)) {
|
|
25369
25369
|
agg.set(key, value);
|
|
25370
|
-
}
|
|
25370
|
+
}
|
|
25371
25371
|
}
|
|
25372
25372
|
return agg;
|
|
25373
25373
|
}, new Map);
|
|
@@ -27364,7 +27364,7 @@ var require_src6 = __commonJS((exports) => {
|
|
|
27364
27364
|
// package.json
|
|
27365
27365
|
var package_default = {
|
|
27366
27366
|
name: "@uipath/vertical-solutions-tool",
|
|
27367
|
-
version: "1.0.
|
|
27367
|
+
version: "1.0.4",
|
|
27368
27368
|
description: "Scaffold and generate Vertical Solution projects.",
|
|
27369
27369
|
private: false,
|
|
27370
27370
|
repository: {
|
|
@@ -48335,7 +48335,7 @@ function finalize(ctx, schema2) {
|
|
|
48335
48335
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
48336
48336
|
} else if (ctx.target === "draft-04") {
|
|
48337
48337
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
48338
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
48338
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
48339
48339
|
if (ctx.external?.uri) {
|
|
48340
48340
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
48341
48341
|
if (!id)
|
|
@@ -48577,7 +48577,7 @@ var literalProcessor = (schema2, ctx, json2, _params) => {
|
|
|
48577
48577
|
if (val === undefined) {
|
|
48578
48578
|
if (ctx.unrepresentable === "throw") {
|
|
48579
48579
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
48580
|
-
}
|
|
48580
|
+
}
|
|
48581
48581
|
} else if (typeof val === "bigint") {
|
|
48582
48582
|
if (ctx.unrepresentable === "throw") {
|
|
48583
48583
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -58414,8 +58414,6 @@ function finalize2(ctx, schema2) {
|
|
|
58414
58414
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
58415
58415
|
} else if (ctx.target === "openapi-3.0")
|
|
58416
58416
|
;
|
|
58417
|
-
else
|
|
58418
|
-
;
|
|
58419
58417
|
if (ctx.external?.uri) {
|
|
58420
58418
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
58421
58419
|
if (!id)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/vertical-solutions-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Scaffold and generate Vertical Solution projects.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"test:coverage": "vitest run --coverage"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@uipath/auth": "1.0.
|
|
46
|
-
"@uipath/common": "1.0.
|
|
47
|
-
"@uipath/filesystem": "1.0.
|
|
45
|
+
"@uipath/auth": "1.0.4",
|
|
46
|
+
"@uipath/common": "1.0.4",
|
|
47
|
+
"@uipath/filesystem": "1.0.4",
|
|
48
48
|
"@uipath/uipath-typescript": "^1.3.7",
|
|
49
49
|
"@inquirer/prompts": "^8.3.2",
|
|
50
50
|
"@types/node": "^25.5.2",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"typescript": "^6.0.2",
|
|
54
54
|
"zod": "^4.3.6"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
57
57
|
}
|