@uipath/cli 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +32 -48
package/dist/index.js CHANGED
@@ -8963,7 +8963,7 @@ var require_applicationinsights = __commonJS((exports, module) => {
8963
8963
 
8964
8964
  // ../../node_modules/applicationinsights/out/Library/JsonConfig.js
8965
8965
  var require_JsonConfig = __commonJS((exports) => {
8966
- var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/applicationinsights/out/Library";
8966
+ var __dirname = "/home/runner/work/cli/cli/node_modules/applicationinsights/out/Library";
8967
8967
  var __importDefault = exports && exports.__importDefault || function(mod2) {
8968
8968
  return mod2 && mod2.__esModule ? mod2 : { default: mod2 };
8969
8969
  };
@@ -32030,7 +32030,7 @@ var require_stack_chain2 = __commonJS((exports, module) => {
32030
32030
 
32031
32031
  // ../../node_modules/async-hook-jl/index.js
32032
32032
  var require_async_hook_jl = __commonJS((exports, module) => {
32033
- var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/async-hook-jl";
32033
+ var __dirname = "/home/runner/work/cli/cli/node_modules/async-hook-jl";
32034
32034
  var AsyncHook = require_async_hook();
32035
32035
  if (global._asyncHook) {
32036
32036
  if (global._asyncHook.version === require_package2().version) {
@@ -35656,7 +35656,7 @@ var require_PrefixHelper = __commonJS((exports) => {
35656
35656
 
35657
35657
  // ../../node_modules/applicationinsights/out/Library/Context.js
35658
35658
  var require_Context = __commonJS((exports, module) => {
35659
- var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/applicationinsights/out/Library";
35659
+ var __dirname = "/home/runner/work/cli/cli/node_modules/applicationinsights/out/Library";
35660
35660
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
35661
35661
  if (k2 === undefined)
35662
35662
  k2 = k;
@@ -48895,7 +48895,7 @@ var package_default;
48895
48895
  var init_package = __esm(() => {
48896
48896
  package_default = {
48897
48897
  name: "@uipath/cli",
48898
- version: "1.1.0",
48898
+ version: "1.1.1",
48899
48899
  description: "Cross platform CLI for UiPath",
48900
48900
  repository: {
48901
48901
  type: "git",
@@ -71379,7 +71379,7 @@ var init_envAuth = __esm(() => {
71379
71379
 
71380
71380
  // ../../node_modules/@uipath/coreipc/index.js
71381
71381
  var require_coreipc = __commonJS((exports, module) => {
71382
- var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
71382
+ var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
71383
71383
  /*! For license information please see index.js.LICENSE.txt */
71384
71384
  (function(e, t) {
71385
71385
  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,50 +1,34 @@
1
1
  {
2
- "name": "@uipath/cli",
3
- "version": "1.1.0",
4
- "description": "Cross platform CLI for UiPath",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/UiPath/cli.git",
8
- "directory": "packages/cli"
9
- },
10
- "publishConfig": {
11
- "registry": "https://registry.npmjs.org/"
12
- },
13
- "type": "module",
14
- "main": "./dist/index.js",
15
- "exports": {
16
- ".": {
17
- "browser": "./dist/browser.js",
18
- "default": "./dist/index.js"
19
- }
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "bin": {
25
- "uip": "./dist/index.js"
26
- },
27
- "private": false,
28
- "maintainers": [
29
- "aoltean16",
30
- "mihaigirleanu",
31
- "vlad-uipath"
32
- ],
33
- "devDependencies": {
34
- "@inquirer/prompts": "^8.3.2",
35
- "@modelcontextprotocol/sdk": "^1.26.0",
36
- "@types/bun": "^1.3.11",
37
- "@types/node": "^25.5.2",
38
- "@uipath/auth": "1.1.0",
39
- "@uipath/common": "1.1.0",
40
- "@uipath/filesystem": "1.1.0",
41
- "applicationinsights": "^2.9.8",
42
- "commander": "^14.0.3",
43
- "esbuild": "^0.27.3",
44
- "js-yaml": "^4.1.0",
45
- "ora": "^9.3.0",
46
- "typescript": "^6.0.2",
47
- "zod": "^4.3.6"
48
- },
49
- "gitHead": "06e8c8f566df4b87da4a008635483c62f64f33f0"
2
+ "name": "@uipath/cli",
3
+ "version": "1.1.1",
4
+ "description": "Cross platform CLI for UiPath",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/UiPath/cli.git",
8
+ "directory": "packages/cli"
9
+ },
10
+ "publishConfig": {
11
+ "registry": "https://registry.npmjs.org/"
12
+ },
13
+ "type": "module",
14
+ "main": "./dist/index.js",
15
+ "exports": {
16
+ ".": {
17
+ "browser": "./dist/browser.js",
18
+ "default": "./dist/index.js"
19
+ }
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "bin": {
25
+ "uip": "./dist/index.js"
26
+ },
27
+ "private": false,
28
+ "maintainers": [
29
+ "aoltean16",
30
+ "mihaigirleanu",
31
+ "vlad-uipath"
32
+ ],
33
+ "gitHead": "26f86957c55edf43cc19e60362e0c03105cfe8c8"
50
34
  }