@uipath/cli 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 +10 -10
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1047,7 +1047,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1047
1047
|
this._exitCallback = (err) => {
|
|
1048
1048
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1049
1049
|
throw err;
|
|
1050
|
-
}
|
|
1050
|
+
}
|
|
1051
1051
|
};
|
|
1052
1052
|
}
|
|
1053
1053
|
return this;
|
|
@@ -8960,7 +8960,7 @@ var require_applicationinsights = __commonJS((exports, module) => {
|
|
|
8960
8960
|
|
|
8961
8961
|
// ../../node_modules/applicationinsights/out/Library/JsonConfig.js
|
|
8962
8962
|
var require_JsonConfig = __commonJS((exports) => {
|
|
8963
|
-
var __dirname = "/
|
|
8963
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/applicationinsights/out/Library";
|
|
8964
8964
|
var __importDefault = exports && exports.__importDefault || function(mod2) {
|
|
8965
8965
|
return mod2 && mod2.__esModule ? mod2 : { default: mod2 };
|
|
8966
8966
|
};
|
|
@@ -12274,7 +12274,7 @@ var require_tracestate_impl = __commonJS((exports) => {
|
|
|
12274
12274
|
const value = listMember.slice(i2 + 1, part.length);
|
|
12275
12275
|
if ((0, tracestate_validators_1.validateKey)(key) && (0, tracestate_validators_1.validateValue)(value)) {
|
|
12276
12276
|
agg.set(key, value);
|
|
12277
|
-
}
|
|
12277
|
+
}
|
|
12278
12278
|
}
|
|
12279
12279
|
return agg;
|
|
12280
12280
|
}, new Map);
|
|
@@ -15048,7 +15048,7 @@ var require_TraceState = __commonJS((exports) => {
|
|
|
15048
15048
|
const value = listMember.slice(i2 + 1, part.length);
|
|
15049
15049
|
if ((0, validators_1.validateKey)(key) && (0, validators_1.validateValue)(value)) {
|
|
15050
15050
|
agg.set(key, value);
|
|
15051
|
-
}
|
|
15051
|
+
}
|
|
15052
15052
|
}
|
|
15053
15053
|
return agg;
|
|
15054
15054
|
}, new Map);
|
|
@@ -32027,7 +32027,7 @@ var require_stack_chain2 = __commonJS((exports, module) => {
|
|
|
32027
32027
|
|
|
32028
32028
|
// ../../node_modules/async-hook-jl/index.js
|
|
32029
32029
|
var require_async_hook_jl = __commonJS((exports, module) => {
|
|
32030
|
-
var __dirname = "/
|
|
32030
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/async-hook-jl";
|
|
32031
32031
|
var AsyncHook = require_async_hook();
|
|
32032
32032
|
if (global._asyncHook) {
|
|
32033
32033
|
if (global._asyncHook.version === require_package2().version) {
|
|
@@ -35653,7 +35653,7 @@ var require_PrefixHelper = __commonJS((exports) => {
|
|
|
35653
35653
|
|
|
35654
35654
|
// ../../node_modules/applicationinsights/out/Library/Context.js
|
|
35655
35655
|
var require_Context = __commonJS((exports, module) => {
|
|
35656
|
-
var __dirname = "/
|
|
35656
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/applicationinsights/out/Library";
|
|
35657
35657
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
35658
35658
|
if (k2 === undefined)
|
|
35659
35659
|
k2 = k;
|
|
@@ -48821,7 +48821,7 @@ var package_default;
|
|
|
48821
48821
|
var init_package = __esm(() => {
|
|
48822
48822
|
package_default = {
|
|
48823
48823
|
name: "@uipath/cli",
|
|
48824
|
-
version: "1.0.
|
|
48824
|
+
version: "1.0.4",
|
|
48825
48825
|
description: "Cross platform CLI for UiPath",
|
|
48826
48826
|
repository: {
|
|
48827
48827
|
type: "git",
|
|
@@ -66554,7 +66554,7 @@ function finalize(ctx, schema2) {
|
|
|
66554
66554
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
66555
66555
|
} else if (ctx.target === "draft-04") {
|
|
66556
66556
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
66557
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
66557
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
66558
66558
|
if (ctx.external?.uri) {
|
|
66559
66559
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
66560
66560
|
if (!id)
|
|
@@ -66813,7 +66813,7 @@ var formatMap, stringProcessor = (schema2, ctx, _json, _params) => {
|
|
|
66813
66813
|
if (val === undefined) {
|
|
66814
66814
|
if (ctx.unrepresentable === "throw") {
|
|
66815
66815
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
66816
|
-
}
|
|
66816
|
+
}
|
|
66817
66817
|
} else if (typeof val === "bigint") {
|
|
66818
66818
|
if (ctx.unrepresentable === "throw") {
|
|
66819
66819
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -71300,7 +71300,7 @@ var init_envAuth = __esm(() => {
|
|
|
71300
71300
|
|
|
71301
71301
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
71302
71302
|
var require_coreipc = __commonJS((exports, module) => {
|
|
71303
|
-
var __dirname = "/
|
|
71303
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
71304
71304
|
/*! For license information please see index.js.LICENSE.txt */
|
|
71305
71305
|
(function(e, t) {
|
|
71306
71306
|
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();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Cross platform CLI for UiPath",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
44
44
|
"@types/bun": "^1.3.11",
|
|
45
45
|
"@types/node": "^25.5.2",
|
|
46
|
-
"@uipath/auth": "1.0.
|
|
47
|
-
"@uipath/common": "1.0.
|
|
48
|
-
"@uipath/filesystem": "1.0.
|
|
46
|
+
"@uipath/auth": "1.0.4",
|
|
47
|
+
"@uipath/common": "1.0.4",
|
|
48
|
+
"@uipath/filesystem": "1.0.4",
|
|
49
49
|
"applicationinsights": "^2.9.8",
|
|
50
50
|
"commander": "^14.0.3",
|
|
51
51
|
"esbuild": "^0.27.3",
|
|
@@ -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
|
}
|