@uipath/oms-commands 1.202.0 → 1.202.1-preview.167
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.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -13516,4 +13516,4 @@ export {
|
|
|
13516
13516
|
registerCommands
|
|
13517
13517
|
};
|
|
13518
13518
|
|
|
13519
|
-
//# debugId=
|
|
13519
|
+
//# debugId=826A23230DF05D9664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/oms-commands",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.
|
|
4
|
+
"version": "1.202.1-preview.167",
|
|
5
5
|
"description": "Admin CLI commands for the UiPath Organization Management Service. Library composed by admin-tool, not a standalone CLI tool.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "04e307035c95c9da5b9a2e04c6794f64f14fd9da"
|
|
29
29
|
}
|