@uipath/gov-tool 1.202.0-preview.153 → 1.202.0-preview.155
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 +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -7653,7 +7653,7 @@ var require_commander = __commonJS(function(exports) {
|
|
|
7653
7653
|
var package_default = {
|
|
7654
7654
|
name: "@uipath/gov-tool",
|
|
7655
7655
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7656
|
-
version: "1.202.0-preview.
|
|
7656
|
+
version: "1.202.0-preview.155",
|
|
7657
7657
|
description: "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
7658
7658
|
private: false,
|
|
7659
7659
|
repository: {
|
|
@@ -24512,4 +24512,4 @@ export {
|
|
|
24512
24512
|
registerCommands
|
|
24513
24513
|
};
|
|
24514
24514
|
|
|
24515
|
-
//# debugId=
|
|
24515
|
+
//# debugId=7DF5A92077F9DFB864756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/gov-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.155",
|
|
5
5
|
"description": "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "3b07ad72dd6d72eace0829d1081f7bd04ba77df7"
|
|
27
27
|
}
|