@uipath/admin-tool 1.202.1-preview.177 → 1.202.1-preview.178
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
|
@@ -25456,7 +25456,7 @@ var registerCommands = async (program2) => {
|
|
|
25456
25456
|
var package_default2 = {
|
|
25457
25457
|
name: "@uipath/apms-tool",
|
|
25458
25458
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
25459
|
-
version: "1.202.1-preview.
|
|
25459
|
+
version: "1.202.1-preview.178",
|
|
25460
25460
|
description: "CLI plugin for the UiPath Access Policy Management Service.",
|
|
25461
25461
|
private: false,
|
|
25462
25462
|
repository: {
|
|
@@ -48344,7 +48344,7 @@ var registerCommands6 = async (program3) => {
|
|
|
48344
48344
|
var package_default8 = {
|
|
48345
48345
|
name: "@uipath/resourcecatalog-tool",
|
|
48346
48346
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
48347
|
-
version: "1.202.1-preview.
|
|
48347
|
+
version: "1.202.1-preview.178",
|
|
48348
48348
|
description: "CLI plugin for the UiPath Resource Catalog Service.",
|
|
48349
48349
|
private: false,
|
|
48350
48350
|
repository: {
|
|
@@ -50292,7 +50292,7 @@ var registerCommands7 = async (program3) => {
|
|
|
50292
50292
|
var package_default10 = {
|
|
50293
50293
|
name: "@uipath/admin-tool",
|
|
50294
50294
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
50295
|
-
version: "1.202.1-preview.
|
|
50295
|
+
version: "1.202.1-preview.178",
|
|
50296
50296
|
description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
|
|
50297
50297
|
private: false,
|
|
50298
50298
|
repository: {
|
|
@@ -50357,4 +50357,4 @@ export {
|
|
|
50357
50357
|
registerCommands8 as registerCommands
|
|
50358
50358
|
};
|
|
50359
50359
|
|
|
50360
|
-
//# debugId=
|
|
50360
|
+
//# debugId=0D6A8C7D8796807264756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/admin-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.178",
|
|
5
5
|
"description": "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "de7ccb8416c2979b608452d0dc0ce270dbf1a382"
|
|
27
27
|
}
|