@uipath/gov-tool 1.2.0 → 1.195.0
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 +5 -5
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -20887,7 +20887,7 @@ var init_server = __esm(() => {
|
|
|
20887
20887
|
var package_default = {
|
|
20888
20888
|
name: "@uipath/access-policy-tool",
|
|
20889
20889
|
license: "MIT",
|
|
20890
|
-
version: "1.
|
|
20890
|
+
version: "1.195.0",
|
|
20891
20891
|
description: "Manage UiPath Access Policies, rules, and compliance evaluations.",
|
|
20892
20892
|
private: false,
|
|
20893
20893
|
repository: {
|
|
@@ -21307,7 +21307,7 @@ class VoidApiResponse {
|
|
|
21307
21307
|
var package_default2 = {
|
|
21308
21308
|
name: "@uipath/authz-sdk",
|
|
21309
21309
|
license: "MIT",
|
|
21310
|
-
version: "1.
|
|
21310
|
+
version: "1.195.0",
|
|
21311
21311
|
description: "SDK for the UiPath Authorization Service API.",
|
|
21312
21312
|
repository: {
|
|
21313
21313
|
type: "git",
|
|
@@ -49230,7 +49230,7 @@ var init_server2 = __esm2(() => {
|
|
|
49230
49230
|
var package_default3 = {
|
|
49231
49231
|
name: "@uipath/aops-policy-tool",
|
|
49232
49232
|
license: "MIT",
|
|
49233
|
-
version: "1.
|
|
49233
|
+
version: "1.195.0",
|
|
49234
49234
|
description: "CLI plugin for managing UiPath AOps governance policies.",
|
|
49235
49235
|
private: false,
|
|
49236
49236
|
repository: {
|
|
@@ -49668,7 +49668,7 @@ class TextApiResponse {
|
|
|
49668
49668
|
var package_default22 = {
|
|
49669
49669
|
name: "@uipath/aops-policy-sdk",
|
|
49670
49670
|
license: "MIT",
|
|
49671
|
-
version: "1.
|
|
49671
|
+
version: "1.195.0",
|
|
49672
49672
|
description: "SDK for the UiPath AOps Governance API — policy management and deployment.",
|
|
49673
49673
|
repository: {
|
|
49674
49674
|
type: "git",
|
|
@@ -64378,7 +64378,7 @@ var registerCommands2 = async (program2) => {
|
|
|
64378
64378
|
var package_default5 = {
|
|
64379
64379
|
name: "@uipath/gov-tool",
|
|
64380
64380
|
license: "MIT",
|
|
64381
|
-
version: "1.
|
|
64381
|
+
version: "1.195.0",
|
|
64382
64382
|
description: "Manage UiPath governance (AOps and Access policies) end-to-end.",
|
|
64383
64383
|
private: false,
|
|
64384
64384
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/gov-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.195.0",
|
|
5
5
|
"description": "Manage UiPath governance (AOps and Access policies) end-to-end.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
|
|
27
27
|
}
|