@uipath/cli 1.199.0-preview.113 → 1.199.0-preview.116
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
|
@@ -71226,7 +71226,7 @@ var init_package = __esm(() => {
|
|
|
71226
71226
|
package_default = {
|
|
71227
71227
|
name: "@uipath/cli",
|
|
71228
71228
|
license: "MIT",
|
|
71229
|
-
version: "1.199.0-preview.
|
|
71229
|
+
version: "1.199.0-preview.116",
|
|
71230
71230
|
description: "Cross platform CLI for UiPath",
|
|
71231
71231
|
repository: {
|
|
71232
71232
|
type: "git",
|
|
@@ -142350,4 +142350,4 @@ export {
|
|
|
142350
142350
|
ready
|
|
142351
142351
|
};
|
|
142352
142352
|
|
|
142353
|
-
//# debugId=
|
|
142353
|
+
//# debugId=14CBAB41D68C3CE964756E2164756E21
|
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.116",
|
|
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": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
38
38
|
}
|