@solongate/proxy 0.81.30 → 0.81.31
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 +4 -2
- package/dist/tui/index.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9221,9 +9221,11 @@ function AuditPanel({ active: active2, focused }) {
|
|
|
9221
9221
|
] }, k))
|
|
9222
9222
|
] }, group)) });
|
|
9223
9223
|
return /* @__PURE__ */ jsxs6(Box6, { flexDirection: "column", children: [
|
|
9224
|
+
copyBanner,
|
|
9224
9225
|
/* @__PURE__ */ jsxs6(Text6, { bold: true, color: theme.accentBright, children: [
|
|
9225
|
-
"AUDIT \u2014 all keys
|
|
9226
|
-
|
|
9226
|
+
"AUDIT \u2014 all keys",
|
|
9227
|
+
" ",
|
|
9228
|
+
/* @__PURE__ */ jsx6(Text6, { color: theme.dim, children: frozen ? "\xB7 screen frozen \u2014 space resumes, other keys are locked" : "\xB7 press any key to close \xB7 space = copy mode (works here too)" })
|
|
9227
9229
|
] }),
|
|
9228
9230
|
/* @__PURE__ */ jsxs6(Box6, { marginTop: 1, children: [
|
|
9229
9231
|
colOf(AUDIT_HELP.slice(0, 1)),
|
package/dist/tui/index.js
CHANGED
|
@@ -2625,9 +2625,11 @@ function AuditPanel({ active: active2, focused }) {
|
|
|
2625
2625
|
] }, k))
|
|
2626
2626
|
] }, group)) });
|
|
2627
2627
|
return /* @__PURE__ */ jsxs6(Box6, { flexDirection: "column", children: [
|
|
2628
|
+
copyBanner,
|
|
2628
2629
|
/* @__PURE__ */ jsxs6(Text6, { bold: true, color: theme.accentBright, children: [
|
|
2629
|
-
"AUDIT \u2014 all keys
|
|
2630
|
-
|
|
2630
|
+
"AUDIT \u2014 all keys",
|
|
2631
|
+
" ",
|
|
2632
|
+
/* @__PURE__ */ jsx6(Text6, { color: theme.dim, children: frozen ? "\xB7 screen frozen \u2014 space resumes, other keys are locked" : "\xB7 press any key to close \xB7 space = copy mode (works here too)" })
|
|
2631
2633
|
] }),
|
|
2632
2634
|
/* @__PURE__ */ jsxs6(Box6, { marginTop: 1, children: [
|
|
2633
2635
|
colOf(AUDIT_HELP.slice(0, 1)),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.31",
|
|
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": {
|