@uipath/cli 1.196.1 → 1.196.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 +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -46240,7 +46240,7 @@ var init_package = __esm(() => {
|
|
|
46240
46240
|
package_default = {
|
|
46241
46241
|
name: "@uipath/cli",
|
|
46242
46242
|
license: "MIT",
|
|
46243
|
-
version: "1.196.
|
|
46243
|
+
version: "1.196.2",
|
|
46244
46244
|
description: "Cross platform CLI for UiPath",
|
|
46245
46245
|
repository: {
|
|
46246
46246
|
type: "git",
|
|
@@ -106493,6 +106493,7 @@ var init_copilot = __esm(() => {
|
|
|
106493
106493
|
init_detect();
|
|
106494
106494
|
def4 = {
|
|
106495
106495
|
localSubdir: [".github", "skills"],
|
|
106496
|
+
globalSubdir: [".copilot", "skills"],
|
|
106496
106497
|
detect: () => verifiedCommandOnPath(["copilot"], /GitHub Copilot/i)
|
|
106497
106498
|
};
|
|
106498
106499
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/cli",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.196.
|
|
4
|
+
"version": "1.196.2",
|
|
5
5
|
"description": "Cross platform CLI for UiPath",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"mihaigirleanu",
|
|
32
32
|
"vlad-uipath"
|
|
33
33
|
],
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "fe1d29f88ea348e6c827b3126e2d5d8d755520aa"
|
|
35
35
|
}
|