@uipath/guardrails-tool 1.202.0-preview.143 → 1.202.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 +1 -1
package/dist/tool.js
CHANGED
|
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS(function(exports) {
|
|
|
2100
2100
|
var package_default = {
|
|
2101
2101
|
name: "@uipath/guardrails-tool",
|
|
2102
2102
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2103
|
-
version: "1.202.0
|
|
2103
|
+
version: "1.202.0",
|
|
2104
2104
|
description: "CLI plugin for UiPath AI Trust Layer guardrail configurations.",
|
|
2105
2105
|
private: false,
|
|
2106
2106
|
repository: {
|
|
@@ -7218,4 +7218,4 @@ export {
|
|
|
7218
7218
|
registerCommands
|
|
7219
7219
|
};
|
|
7220
7220
|
|
|
7221
|
-
//# debugId=
|
|
7221
|
+
//# debugId=6D6A4B73945B146364756E2164756E21
|
package/package.json
CHANGED