@uipath/pm-tool 1.198.0-preview.80 → 1.198.0-preview.82
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 +3 -3
- package/package.json +28 -36
package/dist/tool.js
CHANGED
|
@@ -3030,7 +3030,7 @@ function isBrowser() {
|
|
|
3030
3030
|
|
|
3031
3031
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
3032
3032
|
var require_coreipc = __commonJS((exports, module) => {
|
|
3033
|
-
var __dirname = "/
|
|
3033
|
+
var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
|
|
3034
3034
|
/*! For license information please see index.js.LICENSE.txt */
|
|
3035
3035
|
(function(e, t) {
|
|
3036
3036
|
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();
|
|
@@ -21230,7 +21230,7 @@ var init_server = __esm(() => {
|
|
|
21230
21230
|
var package_default = {
|
|
21231
21231
|
name: "@uipath/pm-tool",
|
|
21232
21232
|
license: "MIT",
|
|
21233
|
-
version: "1.198.0-preview.
|
|
21233
|
+
version: "1.198.0-preview.82",
|
|
21234
21234
|
description: "Process Mining — process apps, transformations, and data ingestion.",
|
|
21235
21235
|
private: false,
|
|
21236
21236
|
repository: {
|
|
@@ -29728,4 +29728,4 @@ export {
|
|
|
29728
29728
|
metadata
|
|
29729
29729
|
};
|
|
29730
29730
|
|
|
29731
|
-
//# debugId=
|
|
29731
|
+
//# debugId=FE9FE16D2B2369E864756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,38 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"@uipath/auth": "1.198.0",
|
|
31
|
-
"@uipath/common": "1.198.0",
|
|
32
|
-
"@uipath/filesystem": "1.198.0",
|
|
33
|
-
"@types/node": "^25.5.2",
|
|
34
|
-
"commander": "^14.0.3",
|
|
35
|
-
"typescript": "^6.0.2"
|
|
36
|
-
},
|
|
37
|
-
"gitHead": "d6a326ee051d553694b61f4923bcf1719d2e5110"
|
|
2
|
+
"name": "@uipath/pm-tool",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.198.0-preview.82",
|
|
5
|
+
"description": "Process Mining — process apps, transformations, and data ingestion.",
|
|
6
|
+
"private": false,
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/UiPath/cli.git",
|
|
10
|
+
"directory": "packages/pm-tool"
|
|
11
|
+
},
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"registry": "https://registry.npmjs.org/"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"cli-tool"
|
|
17
|
+
],
|
|
18
|
+
"type": "module",
|
|
19
|
+
"main": "./dist/tool.js",
|
|
20
|
+
"exports": {
|
|
21
|
+
".": "./dist/tool.js"
|
|
22
|
+
},
|
|
23
|
+
"bin": {
|
|
24
|
+
"pm-tool": "./dist/index.js"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist"
|
|
28
|
+
],
|
|
29
|
+
"gitHead": "ec9a5f58936b8ab07633a96598d699fa8527be65"
|
|
38
30
|
}
|