@uipath/codedapp-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 +27 -11
- 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;
|
|
@@ -11927,7 +11927,7 @@ var require_dbcs_codec = __commonJS((exports) => {
|
|
|
11927
11927
|
if (resCode !== undefined) {
|
|
11928
11928
|
dbcsCode = resCode;
|
|
11929
11929
|
nextChar = uCode;
|
|
11930
|
-
}
|
|
11930
|
+
}
|
|
11931
11931
|
}
|
|
11932
11932
|
seqObj = undefined;
|
|
11933
11933
|
} else if (uCode >= 0) {
|
|
@@ -11992,7 +11992,7 @@ var require_dbcs_codec = __commonJS((exports) => {
|
|
|
11992
11992
|
newBuf[j++] = dbcsCode >> 8;
|
|
11993
11993
|
newBuf[j++] = dbcsCode & 255;
|
|
11994
11994
|
}
|
|
11995
|
-
}
|
|
11995
|
+
}
|
|
11996
11996
|
this.seqObj = undefined;
|
|
11997
11997
|
}
|
|
11998
11998
|
if (this.leadSurrogate !== -1) {
|
|
@@ -36481,7 +36481,7 @@ var require_zipEntries = __commonJS((exports, module) => {
|
|
|
36481
36481
|
if (this.centralDirRecords !== this.files.length) {
|
|
36482
36482
|
if (this.centralDirRecords !== 0 && this.files.length === 0) {
|
|
36483
36483
|
throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length);
|
|
36484
|
-
}
|
|
36484
|
+
}
|
|
36485
36485
|
}
|
|
36486
36486
|
},
|
|
36487
36487
|
readEndOfCentral: function() {
|
|
@@ -46064,7 +46064,7 @@ var require_get_proto = __commonJS((exports, module) => {
|
|
|
46064
46064
|
} : null;
|
|
46065
46065
|
});
|
|
46066
46066
|
|
|
46067
|
-
// ../../node_modules/hasown/index.js
|
|
46067
|
+
// ../../node_modules/get-intrinsic/node_modules/hasown/index.js
|
|
46068
46068
|
var require_hasown = __commonJS((exports, module) => {
|
|
46069
46069
|
var call = Function.prototype.call;
|
|
46070
46070
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -46406,12 +46406,20 @@ var require_shams2 = __commonJS((exports, module) => {
|
|
|
46406
46406
|
};
|
|
46407
46407
|
});
|
|
46408
46408
|
|
|
46409
|
+
// ../../node_modules/es-set-tostringtag/node_modules/hasown/index.js
|
|
46410
|
+
var require_hasown2 = __commonJS((exports, module) => {
|
|
46411
|
+
var call = Function.prototype.call;
|
|
46412
|
+
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
46413
|
+
var bind = require_function_bind();
|
|
46414
|
+
module.exports = bind.call(call, $hasOwn);
|
|
46415
|
+
});
|
|
46416
|
+
|
|
46409
46417
|
// ../../node_modules/es-set-tostringtag/index.js
|
|
46410
46418
|
var require_es_set_tostringtag = __commonJS((exports, module) => {
|
|
46411
46419
|
var GetIntrinsic = require_get_intrinsic();
|
|
46412
46420
|
var $defineProperty = GetIntrinsic("%Object.defineProperty%", true);
|
|
46413
46421
|
var hasToStringTag = require_shams2()();
|
|
46414
|
-
var hasOwn =
|
|
46422
|
+
var hasOwn = require_hasown2();
|
|
46415
46423
|
var $TypeError = require_type();
|
|
46416
46424
|
var toStringTag = hasToStringTag ? Symbol.toStringTag : null;
|
|
46417
46425
|
module.exports = function setToStringTag(object2, value) {
|
|
@@ -46435,6 +46443,14 @@ var require_es_set_tostringtag = __commonJS((exports, module) => {
|
|
|
46435
46443
|
};
|
|
46436
46444
|
});
|
|
46437
46445
|
|
|
46446
|
+
// ../../node_modules/form-data/node_modules/hasown/index.js
|
|
46447
|
+
var require_hasown3 = __commonJS((exports, module) => {
|
|
46448
|
+
var call = Function.prototype.call;
|
|
46449
|
+
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
46450
|
+
var bind = require_function_bind();
|
|
46451
|
+
module.exports = bind.call(call, $hasOwn);
|
|
46452
|
+
});
|
|
46453
|
+
|
|
46438
46454
|
// ../../node_modules/form-data/lib/populate.js
|
|
46439
46455
|
var require_populate = __commonJS((exports, module) => {
|
|
46440
46456
|
module.exports = function(dst, src) {
|
|
@@ -46459,7 +46475,7 @@ var require_form_data = __commonJS((exports, module) => {
|
|
|
46459
46475
|
var mime = require_mime_types();
|
|
46460
46476
|
var asynckit = require_asynckit();
|
|
46461
46477
|
var setToStringTag = require_es_set_tostringtag();
|
|
46462
|
-
var hasOwn =
|
|
46478
|
+
var hasOwn = require_hasown3();
|
|
46463
46479
|
var populate = require_populate();
|
|
46464
46480
|
function FormData4(options) {
|
|
46465
46481
|
if (!(this instanceof FormData4)) {
|
|
@@ -47931,7 +47947,7 @@ var init_envAuth = __esm(() => {
|
|
|
47931
47947
|
|
|
47932
47948
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
47933
47949
|
var require_coreipc = __commonJS((exports, module) => {
|
|
47934
|
-
var __dirname = "/
|
|
47950
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
47935
47951
|
/*! For license information please see index.js.LICENSE.txt */
|
|
47936
47952
|
(function(e2, t2) {
|
|
47937
47953
|
typeof exports == "object" && typeof module == "object" ? module.exports = t2() : typeof define == "function" && define.amd ? define([], t2) : typeof exports == "object" ? exports.ipc = t2() : e2.ipc = t2();
|
|
@@ -67416,7 +67432,7 @@ var init_src2 = __esm(() => {
|
|
|
67416
67432
|
// package.json
|
|
67417
67433
|
var package_default = {
|
|
67418
67434
|
name: "@uipath/codedapp-tool",
|
|
67419
|
-
version: "1.0.
|
|
67435
|
+
version: "1.0.4",
|
|
67420
67436
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
67421
67437
|
keywords: [
|
|
67422
67438
|
"cli-tool",
|
|
@@ -94572,7 +94588,7 @@ function finalize(ctx, schema2) {
|
|
|
94572
94588
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
94573
94589
|
} else if (ctx.target === "draft-04") {
|
|
94574
94590
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
94575
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
94591
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
94576
94592
|
if (ctx.external?.uri) {
|
|
94577
94593
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
94578
94594
|
if (!id)
|
|
@@ -94814,7 +94830,7 @@ var literalProcessor = (schema2, ctx, json2, _params) => {
|
|
|
94814
94830
|
if (val === undefined) {
|
|
94815
94831
|
if (ctx.unrepresentable === "throw") {
|
|
94816
94832
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
94817
|
-
}
|
|
94833
|
+
}
|
|
94818
94834
|
} else if (typeof val === "bigint") {
|
|
94819
94835
|
if (ctx.unrepresentable === "throw") {
|
|
94820
94836
|
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/codedapp-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli-tool",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"lint:fix": "biome check --write ."
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@uipath/auth": "1.0.
|
|
39
|
-
"@uipath/common": "1.0.
|
|
40
|
-
"@uipath/filesystem": "1.0.
|
|
38
|
+
"@uipath/auth": "1.0.4",
|
|
39
|
+
"@uipath/common": "1.0.4",
|
|
40
|
+
"@uipath/filesystem": "1.0.4",
|
|
41
41
|
"@types/bun": "^1.3.11",
|
|
42
42
|
"chalk": "^5.3.0",
|
|
43
43
|
"commander": "^14.0.3",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"uuid": "^14.0.0",
|
|
52
52
|
"zod": "^4.3.6"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
55
55
|
}
|