@uipath/cli 1.198.0-preview.93 → 1.198.0-preview.95
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 +28 -28
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -68854,7 +68854,7 @@ var init_package = __esm(() => {
|
|
|
68854
68854
|
package_default = {
|
|
68855
68855
|
name: "@uipath/cli",
|
|
68856
68856
|
license: "MIT",
|
|
68857
|
-
version: "1.198.0-preview.
|
|
68857
|
+
version: "1.198.0-preview.95",
|
|
68858
68858
|
description: "Cross platform CLI for UiPath",
|
|
68859
68859
|
repository: {
|
|
68860
68860
|
type: "git",
|
|
@@ -139509,4 +139509,4 @@ export {
|
|
|
139509
139509
|
ready
|
|
139510
139510
|
};
|
|
139511
139511
|
|
|
139512
|
-
//# debugId=
|
|
139512
|
+
//# debugId=B98B00DE588EA69A64756E2164756E21
|
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.95",
|
|
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": "7f6f14e06688fe417ecaac94186ab795a9106caa"
|
|
38
38
|
}
|