@uipath/cli 1.0.2 → 1.0.4
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -48821,7 +48821,7 @@ var package_default;
|
|
|
48821
48821
|
var init_package = __esm(() => {
|
|
48822
48822
|
package_default = {
|
|
48823
48823
|
name: "@uipath/cli",
|
|
48824
|
-
version: "1.0.
|
|
48824
|
+
version: "1.0.4",
|
|
48825
48825
|
description: "Cross platform CLI for UiPath",
|
|
48826
48826
|
repository: {
|
|
48827
48827
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Cross platform CLI for UiPath",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
44
44
|
"@types/bun": "^1.3.11",
|
|
45
45
|
"@types/node": "^25.5.2",
|
|
46
|
-
"@uipath/auth": "1.0.
|
|
47
|
-
"@uipath/common": "1.0.
|
|
48
|
-
"@uipath/filesystem": "1.0.
|
|
46
|
+
"@uipath/auth": "1.0.4",
|
|
47
|
+
"@uipath/common": "1.0.4",
|
|
48
|
+
"@uipath/filesystem": "1.0.4",
|
|
49
49
|
"applicationinsights": "^2.9.8",
|
|
50
50
|
"commander": "^14.0.3",
|
|
51
51
|
"esbuild": "^0.27.3",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"typescript": "^6.0.2",
|
|
54
54
|
"zod": "^4.3.6"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
57
57
|
}
|