@uipath/admin-tool 1.203.0-preview.160 → 1.203.0-preview.180
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/tool.js +4 -4
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -23222,7 +23222,7 @@ var package_default2 = {
|
|
|
23222
23222
|
name: "@uipath/apms-tool",
|
|
23223
23223
|
author: "UiPath",
|
|
23224
23224
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
23225
|
-
version: "1.203.0-preview.
|
|
23225
|
+
version: "1.203.0-preview.180",
|
|
23226
23226
|
description: "CLI plugin for the UiPath Access Policy Management Service.",
|
|
23227
23227
|
private: false,
|
|
23228
23228
|
repository: {
|
|
@@ -46775,7 +46775,7 @@ var package_default8 = {
|
|
|
46775
46775
|
name: "@uipath/resourcecatalog-tool",
|
|
46776
46776
|
author: "UiPath",
|
|
46777
46777
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
46778
|
-
version: "1.203.0-preview.
|
|
46778
|
+
version: "1.203.0-preview.180",
|
|
46779
46779
|
description: "CLI plugin for the UiPath Resource Catalog Service.",
|
|
46780
46780
|
private: false,
|
|
46781
46781
|
repository: {
|
|
@@ -48725,7 +48725,7 @@ var package_default10 = {
|
|
|
48725
48725
|
name: "@uipath/admin-tool",
|
|
48726
48726
|
author: "UiPath",
|
|
48727
48727
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
48728
|
-
version: "1.203.0-preview.
|
|
48728
|
+
version: "1.203.0-preview.180",
|
|
48729
48729
|
description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
|
|
48730
48730
|
private: false,
|
|
48731
48731
|
repository: {
|
|
@@ -48790,4 +48790,4 @@ export {
|
|
|
48790
48790
|
registerCommands8 as registerCommands
|
|
48791
48791
|
};
|
|
48792
48792
|
|
|
48793
|
-
//# debugId=
|
|
48793
|
+
//# debugId=F72464E33539632764756E2164756E21
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/admin-tool",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.180",
|
|
6
6
|
"description": "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"repository": {
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "4e0a51e3ab2c9d89afd3d35a7b087a7fa58133a0"
|
|
28
28
|
}
|