@uipath/guardrails-tool 1.202.0-preview.147 → 1.202.0-preview.151

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.
Files changed (2) hide show
  1. package/dist/tool.js +2 -2
  2. package/package.json +2 -2
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-preview.147",
2103
+ version: "1.202.0-preview.151",
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=7CED58E7FB45B83C64756E2164756E21
7221
+ //# debugId=93270962537E8FD364756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/guardrails-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.147",
4
+ "version": "1.202.0-preview.151",
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": "851398a44b9231a9fd8ac913a24388151bd27692"
26
+ "gitHead": "98bbaa985d34352b6fa380561c2f9269832be5e6"
27
27
  }