@uipath/cli 1.199.0-preview.97 → 1.199.0-preview.99
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
|
@@ -70071,7 +70071,7 @@ var init_package = __esm(() => {
|
|
|
70071
70071
|
package_default = {
|
|
70072
70072
|
name: "@uipath/cli",
|
|
70073
70073
|
license: "MIT",
|
|
70074
|
-
version: "1.199.0-preview.
|
|
70074
|
+
version: "1.199.0-preview.99",
|
|
70075
70075
|
description: "Cross platform CLI for UiPath",
|
|
70076
70076
|
repository: {
|
|
70077
70077
|
type: "git",
|
|
@@ -141173,4 +141173,4 @@ export {
|
|
|
141173
141173
|
ready
|
|
141174
141174
|
};
|
|
141175
141175
|
|
|
141176
|
-
//# debugId=
|
|
141176
|
+
//# debugId=8DAC45614472F82464756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/cli",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
38
38
|
}
|