@solongate/proxy 0.82.52 → 0.82.53
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/index.js +2 -2
- package/dist/tui/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9517,7 +9517,7 @@ function PoliciesPanel({ focused }) {
|
|
|
9517
9517
|
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: rule?.id ?? "" }),
|
|
9518
9518
|
dirtyTag
|
|
9519
9519
|
] }),
|
|
9520
|
-
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "\u2191\u2193 field \xB7 enter edit \xB7 space toggle \xB7 \u2190\u2192 move/pick \xB7
|
|
9520
|
+
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "\u2191\u2193 field \xB7 enter edit \xB7 space toggle \xB7 \u2190\u2192 move/pick \xB7 type * for wildcard \xB7 s save \xB7 \u2190 back" }),
|
|
9521
9521
|
/* @__PURE__ */ jsx4(Box4, { marginTop: 1, flexDirection: "column", children: FIELDS.map((f, i) => {
|
|
9522
9522
|
const active2 = i === fi;
|
|
9523
9523
|
const label = /* @__PURE__ */ jsx4(Text4, { color: active2 ? theme.accentBright : void 0, children: (active2 ? "\u25B8 " : " ") + f.label.padEnd(13) });
|
|
@@ -9584,7 +9584,7 @@ function PoliciesPanel({ focused }) {
|
|
|
9584
9584
|
)
|
|
9585
9585
|
] }, f.label);
|
|
9586
9586
|
}) }),
|
|
9587
|
-
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: " * = wildcard (
|
|
9587
|
+
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: " * = wildcard (any run of chars). Just type it in the value: rm* or *ping*. Green \u2731 = active. (Shortcut, not while editing: [ / ] toggle a leading/trailing *.)" }),
|
|
9588
9588
|
status ? /* @__PURE__ */ jsx4(Text4, { color: status.startsWith("\u2717") ? theme.bad : theme.ok, children: status }) : null
|
|
9589
9589
|
] });
|
|
9590
9590
|
}
|
package/dist/tui/index.js
CHANGED
|
@@ -2835,7 +2835,7 @@ function PoliciesPanel({ focused }) {
|
|
|
2835
2835
|
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: rule?.id ?? "" }),
|
|
2836
2836
|
dirtyTag
|
|
2837
2837
|
] }),
|
|
2838
|
-
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "\u2191\u2193 field \xB7 enter edit \xB7 space toggle \xB7 \u2190\u2192 move/pick \xB7
|
|
2838
|
+
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "\u2191\u2193 field \xB7 enter edit \xB7 space toggle \xB7 \u2190\u2192 move/pick \xB7 type * for wildcard \xB7 s save \xB7 \u2190 back" }),
|
|
2839
2839
|
/* @__PURE__ */ jsx4(Box4, { marginTop: 1, flexDirection: "column", children: FIELDS.map((f, i) => {
|
|
2840
2840
|
const active2 = i === fi;
|
|
2841
2841
|
const label = /* @__PURE__ */ jsx4(Text4, { color: active2 ? theme.accentBright : void 0, children: (active2 ? "\u25B8 " : " ") + f.label.padEnd(13) });
|
|
@@ -2902,7 +2902,7 @@ function PoliciesPanel({ focused }) {
|
|
|
2902
2902
|
)
|
|
2903
2903
|
] }, f.label);
|
|
2904
2904
|
}) }),
|
|
2905
|
-
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: " * = wildcard (
|
|
2905
|
+
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: " * = wildcard (any run of chars). Just type it in the value: rm* or *ping*. Green \u2731 = active. (Shortcut, not while editing: [ / ] toggle a leading/trailing *.)" }),
|
|
2906
2906
|
status ? /* @__PURE__ */ jsx4(Text4, { color: status.startsWith("\u2717") ? theme.bad : theme.ok, children: status }) : null
|
|
2907
2907
|
] });
|
|
2908
2908
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.53",
|
|
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": {
|