@uipath/cli 1.198.0-preview.80 → 1.198.0-preview.82
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.browser.js +27 -27
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -68507,7 +68507,7 @@ var init_package = __esm(() => {
|
|
|
68507
68507
|
package_default = {
|
|
68508
68508
|
name: "@uipath/cli",
|
|
68509
68509
|
license: "MIT",
|
|
68510
|
-
version: "1.198.0-preview.
|
|
68510
|
+
version: "1.198.0-preview.82",
|
|
68511
68511
|
description: "Cross platform CLI for UiPath",
|
|
68512
68512
|
repository: {
|
|
68513
68513
|
type: "git",
|
|
@@ -138954,4 +138954,4 @@ export {
|
|
|
138954
138954
|
ready
|
|
138955
138955
|
};
|
|
138956
138956
|
|
|
138957
|
-
//# debugId=
|
|
138957
|
+
//# debugId=6FDFE97F72F0F69864756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/cli",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.82",
|
|
5
5
|
"description": "Cross platform CLI for UiPath",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"mihaigirleanu",
|
|
35
35
|
"vlad-uipath"
|
|
36
36
|
],
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "ec9a5f58936b8ab07633a96598d699fa8527be65"
|
|
38
38
|
}
|