@uipath/cli 1.197.0-preview.63 → 1.197.0-preview.65
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 +19 -19
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -45190,7 +45190,7 @@ var init_package = __esm(() => {
|
|
|
45190
45190
|
package_default = {
|
|
45191
45191
|
name: "@uipath/cli",
|
|
45192
45192
|
license: "MIT",
|
|
45193
|
-
version: "1.197.0-preview.
|
|
45193
|
+
version: "1.197.0-preview.65",
|
|
45194
45194
|
description: "Cross platform CLI for UiPath",
|
|
45195
45195
|
repository: {
|
|
45196
45196
|
type: "git",
|
|
@@ -114452,4 +114452,4 @@ export {
|
|
|
114452
114452
|
ready
|
|
114453
114453
|
};
|
|
114454
114454
|
|
|
114455
|
-
//# debugId=
|
|
114455
|
+
//# debugId=A401F3F554C0CA7964756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/cli",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.65",
|
|
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": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
|
|
38
38
|
}
|