@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.
- package/dist/index.js +1 -1
- 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 = "/
|
|
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.
|
|
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.
|
|
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": "
|
|
52
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
53
53
|
}
|