@uipath/platform-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/index.js +1 -1
- package/dist/tool.js +3 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/tool.js
CHANGED
|
@@ -1005,7 +1005,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1005
1005
|
this._exitCallback = (err) => {
|
|
1006
1006
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1007
1007
|
throw err;
|
|
1008
|
-
}
|
|
1008
|
+
}
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
1011
|
return this;
|
|
@@ -2943,7 +2943,7 @@ function isBrowser() {
|
|
|
2943
2943
|
|
|
2944
2944
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
2945
2945
|
var require_coreipc = __commonJS((exports, module) => {
|
|
2946
|
-
var __dirname = "/
|
|
2946
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
2947
2947
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2948
2948
|
(function(e, t) {
|
|
2949
2949
|
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();
|
|
@@ -28891,7 +28891,7 @@ var require_dist2 = __commonJS((exports) => {
|
|
|
28891
28891
|
// package.json
|
|
28892
28892
|
var package_default = {
|
|
28893
28893
|
name: "@uipath/platform-tool",
|
|
28894
|
-
version: "1.0.
|
|
28894
|
+
version: "1.0.2",
|
|
28895
28895
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
28896
28896
|
type: "module",
|
|
28897
28897
|
main: "./dist/tool.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/platform-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Manage UiPath platform-level resources such as tenant licensing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/tool.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"commander": "^14.0.3",
|
|
26
|
-
"@uipath/common": "1.0.
|
|
27
|
-
"@uipath/auth": "1.0.
|
|
28
|
-
"@uipath/filesystem": "1.0.
|
|
26
|
+
"@uipath/common": "1.0.2",
|
|
27
|
+
"@uipath/auth": "1.0.2",
|
|
28
|
+
"@uipath/filesystem": "1.0.2",
|
|
29
29
|
"@uipath/license.resource.manager.typescript.client": "1.1.11-dev.4",
|
|
30
30
|
"@types/node": "^25.5.2",
|
|
31
31
|
"typescript": "^6.0.2"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"registry": "https://registry.npmjs.org/"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
40
40
|
}
|