@solongate/proxy 0.82.26 → 0.82.27
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/commands/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/commands/index.js
CHANGED
|
@@ -668,7 +668,7 @@ function printRules(rules) {
|
|
|
668
668
|
r.effect === "ALLOW" ? green("ALLOW") : decisionColor("DENY"),
|
|
669
669
|
String(r.priority),
|
|
670
670
|
cyan(truncate(r.toolPattern, 24)),
|
|
671
|
-
dim(
|
|
671
|
+
dim(r.id),
|
|
672
672
|
truncate(r.description || "-", 40)
|
|
673
673
|
])
|
|
674
674
|
);
|
package/dist/index.js
CHANGED
|
@@ -11584,7 +11584,7 @@ function printRules(rules) {
|
|
|
11584
11584
|
r.effect === "ALLOW" ? green("ALLOW") : decisionColor2("DENY"),
|
|
11585
11585
|
String(r.priority),
|
|
11586
11586
|
cyan(truncate3(r.toolPattern, 24)),
|
|
11587
|
-
dim(
|
|
11587
|
+
dim(r.id),
|
|
11588
11588
|
truncate3(r.description || "-", 40)
|
|
11589
11589
|
])
|
|
11590
11590
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.27",
|
|
4
4
|
"description": "AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|