@uipath/guardrails-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
|
@@ -2110,7 +2110,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2110
2110
|
var package_default = {
|
|
2111
2111
|
name: "@uipath/guardrails-tool",
|
|
2112
2112
|
license: "MIT",
|
|
2113
|
-
version: "1.200.0
|
|
2113
|
+
version: "1.200.0",
|
|
2114
2114
|
description: "CLI plugin for UiPath AI Trust Layer guardrail configurations.",
|
|
2115
2115
|
private: false,
|
|
2116
2116
|
repository: {
|
|
@@ -10931,4 +10931,4 @@ export {
|
|
|
10931
10931
|
metadata
|
|
10932
10932
|
};
|
|
10933
10933
|
|
|
10934
|
-
//# debugId=
|
|
10934
|
+
//# debugId=380A3FC1AB333A2764756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/guardrails-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
5
5
|
"description": "CLI plugin for UiPath AI Trust Layer guardrail configurations.",
|
|
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
|
}
|