@solongate/proxy 0.82.50 → 0.82.51
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 +1 -1
- package/dist/tui/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9423,7 +9423,7 @@ function PoliciesPanel({ focused }) {
|
|
|
9423
9423
|
const lWin = policies.slice(lStart, lStart + lBudget);
|
|
9424
9424
|
const lAbove = lStart;
|
|
9425
9425
|
const lBelow = Math.max(0, policies.length - (lStart + lBudget));
|
|
9426
|
-
return /* @__PURE__ */ jsx4(DataView, { loading: list5.loading && !list5.data, error: list5.error, empty: !!list5.data && policies.length === 0, emptyText: "No policies.", children: /* @__PURE__ */ jsxs4(Box4, { flexDirection: "column", children: [
|
|
9426
|
+
return /* @__PURE__ */ jsx4(DataView, { loading: list5.loading && !list5.data, error: list5.error, empty: !!list5.data && policies.length === 0 && creating === null, emptyText: "No policies yet \u2014 press n to create one.", children: /* @__PURE__ */ jsxs4(Box4, { flexDirection: "column", children: [
|
|
9427
9427
|
/* @__PURE__ */ jsxs4(Box4, { children: [
|
|
9428
9428
|
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "active: " }),
|
|
9429
9429
|
activeQ.loading && !activeQ.data ? /* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "\u2026" }) : activeName ? /* @__PURE__ */ jsxs4(Fragment3, { children: [
|
package/dist/tui/index.js
CHANGED
|
@@ -2741,7 +2741,7 @@ function PoliciesPanel({ focused }) {
|
|
|
2741
2741
|
const lWin = policies.slice(lStart, lStart + lBudget);
|
|
2742
2742
|
const lAbove = lStart;
|
|
2743
2743
|
const lBelow = Math.max(0, policies.length - (lStart + lBudget));
|
|
2744
|
-
return /* @__PURE__ */ jsx4(DataView, { loading: list5.loading && !list5.data, error: list5.error, empty: !!list5.data && policies.length === 0, emptyText: "No policies.", children: /* @__PURE__ */ jsxs4(Box4, { flexDirection: "column", children: [
|
|
2744
|
+
return /* @__PURE__ */ jsx4(DataView, { loading: list5.loading && !list5.data, error: list5.error, empty: !!list5.data && policies.length === 0 && creating === null, emptyText: "No policies yet \u2014 press n to create one.", children: /* @__PURE__ */ jsxs4(Box4, { flexDirection: "column", children: [
|
|
2745
2745
|
/* @__PURE__ */ jsxs4(Box4, { children: [
|
|
2746
2746
|
/* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "active: " }),
|
|
2747
2747
|
activeQ.loading && !activeQ.data ? /* @__PURE__ */ jsx4(Text4, { color: theme.dim, children: "\u2026" }) : activeName ? /* @__PURE__ */ jsxs4(Fragment3, { children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.51",
|
|
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": {
|