@uipath/gov-tool 1.202.0-preview.138 → 1.202.0-preview.139
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
|
@@ -8176,7 +8176,7 @@ var require_commander = __commonJS(function(exports) {
|
|
|
8176
8176
|
var package_default = {
|
|
8177
8177
|
name: "@uipath/gov-tool",
|
|
8178
8178
|
license: "MIT",
|
|
8179
|
-
version: "1.202.0-preview.
|
|
8179
|
+
version: "1.202.0-preview.139",
|
|
8180
8180
|
description: "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
8181
8181
|
private: false,
|
|
8182
8182
|
repository: {
|
|
@@ -25035,4 +25035,4 @@ export {
|
|
|
25035
25035
|
registerCommands
|
|
25036
25036
|
};
|
|
25037
25037
|
|
|
25038
|
-
//# debugId=
|
|
25038
|
+
//# debugId=A2C39FFA256B3A6564756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/gov-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.139",
|
|
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": "fd9f8b8a05749404743763d22187b1b012c44274"
|
|
27
27
|
}
|