@uipath/auth 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -872,7 +872,7 @@ var init_src = __esm(() => {
872
872
 
873
873
  // ../../node_modules/@uipath/coreipc/index.js
874
874
  var require_coreipc = __commonJS((exports, module) => {
875
- var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
875
+ var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
876
876
  /*! For license information please see index.js.LICENSE.txt */
877
877
  (function(e, t) {
878
878
  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/auth",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/UiPath/cli.git",
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^25.5.2",
47
- "@uipath/filesystem": "1.0.0",
47
+ "@uipath/filesystem": "1.0.2",
48
48
  "@uipath/robot-client": "26.0.193-alpha22964",
49
49
  "openid-client": "^6.8.2",
50
50
  "typescript": "^6.0.2"
51
51
  },
52
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
52
+ "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
53
53
  }