@uipath/functions-tool 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/tool.js +4 -4
- package/package.json +5 -5
package/dist/tool.js
CHANGED
|
@@ -3,7 +3,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@uipath/functions-tool",
|
|
6
|
-
version: "1.0.
|
|
6
|
+
version: "1.0.2",
|
|
7
7
|
description: "UiPath CLI tool for JS/TS and Python Functions — thin passthrough to uipath-functions / uipath",
|
|
8
8
|
keywords: [
|
|
9
9
|
"uipcli-tool",
|
|
@@ -1082,7 +1082,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1082
1082
|
this._exitCallback = (err) => {
|
|
1083
1083
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1084
1084
|
throw err;
|
|
1085
|
-
}
|
|
1085
|
+
}
|
|
1086
1086
|
};
|
|
1087
1087
|
}
|
|
1088
1088
|
return this;
|
|
@@ -11563,7 +11563,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
11563
11563
|
this._exitCallback = (err) => {
|
|
11564
11564
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
11565
11565
|
throw err;
|
|
11566
|
-
}
|
|
11566
|
+
}
|
|
11567
11567
|
};
|
|
11568
11568
|
}
|
|
11569
11569
|
return this;
|
|
@@ -16181,7 +16181,7 @@ var init_src = __esm(() => {
|
|
|
16181
16181
|
fsInstance4 = new NodeFileSystem4;
|
|
16182
16182
|
});
|
|
16183
16183
|
var require_coreipc = __commonJS3((exports, module) => {
|
|
16184
|
-
var __dirname4 = "/
|
|
16184
|
+
var __dirname4 = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
16185
16185
|
/*! For license information please see index.js.LICENSE.txt */
|
|
16186
16186
|
(function(e, t) {
|
|
16187
16187
|
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/functions-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "UiPath CLI tool for JS/TS and Python Functions — thin passthrough to uipath-functions / uipath",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"uipcli-tool",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"test:coverage": "vitest run --coverage"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@uipath/auth": "1.0.
|
|
40
|
+
"@uipath/auth": "1.0.2",
|
|
41
41
|
"@uipath/coded-functions-js-cli": "^0.1.54",
|
|
42
|
-
"@uipath/common": "1.0.
|
|
43
|
-
"@uipath/filesystem": "1.0.
|
|
42
|
+
"@uipath/common": "1.0.2",
|
|
43
|
+
"@uipath/filesystem": "1.0.2",
|
|
44
44
|
"commander": "^14.0.3",
|
|
45
45
|
"@types/bun": "^1.3.11",
|
|
46
46
|
"typescript": "^6.0.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
49
49
|
}
|