@uipath/gov-tool 1.200.0-preview.118 → 1.200.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 +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -3035,7 +3035,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
3035
3035
|
var package_default = {
|
|
3036
3036
|
name: "@uipath/gov-tool",
|
|
3037
3037
|
license: "MIT",
|
|
3038
|
-
version: "1.200.0
|
|
3038
|
+
version: "1.200.0",
|
|
3039
3039
|
description: "Manage UiPath governance — AOps policies, Access policies, and compliance packs.",
|
|
3040
3040
|
private: false,
|
|
3041
3041
|
repository: {
|
|
@@ -23732,4 +23732,4 @@ export {
|
|
|
23732
23732
|
metadata
|
|
23733
23733
|
};
|
|
23734
23734
|
|
|
23735
|
-
//# debugId=
|
|
23735
|
+
//# debugId=A54C9BC08B59F1E364756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/gov-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
27
27
|
}
|