@uipath/gov-tool 1.203.0-preview.180 → 1.203.0-preview.182
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 +3 -3
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -7654,7 +7654,7 @@ var package_default = {
|
|
|
7654
7654
|
name: "@uipath/gov-tool",
|
|
7655
7655
|
author: "UiPath",
|
|
7656
7656
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7657
|
-
version: "1.203.0-preview.
|
|
7657
|
+
version: "1.203.0-preview.182",
|
|
7658
7658
|
description: "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
7659
7659
|
private: false,
|
|
7660
7660
|
repository: {
|
|
@@ -14257,7 +14257,7 @@ var package_default3 = {
|
|
|
14257
14257
|
name: "@uipath/aops-policy-sdk",
|
|
14258
14258
|
author: "UiPath",
|
|
14259
14259
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
14260
|
-
version: "1.203.0-preview.
|
|
14260
|
+
version: "1.203.0-preview.182",
|
|
14261
14261
|
description: "SDK for the UiPath AOps Governance API — policy management and deployment.",
|
|
14262
14262
|
repository: {
|
|
14263
14263
|
type: "git",
|
|
@@ -24768,4 +24768,4 @@ export {
|
|
|
24768
24768
|
registerCommands
|
|
24769
24769
|
};
|
|
24770
24770
|
|
|
24771
|
-
//# debugId=
|
|
24771
|
+
//# debugId=438CF4ACE23657BB64756E2164756E21
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/gov-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.182",
|
|
6
6
|
"description": "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"repository": {
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
|
|
28
28
|
}
|