@solongate/proxy 0.81.14 → 0.81.15
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15244,7 +15244,7 @@ ${msg.content.text}`;
|
|
|
15244
15244
|
|
|
15245
15245
|
// src/index.ts
|
|
15246
15246
|
init_cli_utils();
|
|
15247
|
-
var CLI_SUBCOMMANDS = /* @__PURE__ */ new Set(["login", "logout", "shield", "create", "inject", "pull", "push", "list", "ls", "logs-server", "local-logs", "policy", "ratelimit", "dlp", "stats", "audit", "agents", "agent", "doctor", "watch", "keys", "mcp", "alerts", "webhooks", "dataroom"
|
|
15247
|
+
var CLI_SUBCOMMANDS = /* @__PURE__ */ new Set(["login", "logout", "shield", "create", "inject", "pull", "push", "list", "ls", "logs-server", "local-logs", "policy", "ratelimit", "dlp", "stats", "audit", "agents", "agent", "doctor", "watch", "keys", "mcp", "alerts", "webhooks", "dataroom"]);
|
|
15248
15248
|
var IS_HUMAN_CLI = process.argv.length <= 2 || CLI_SUBCOMMANDS.has(process.argv[2] ?? "");
|
|
15249
15249
|
if (!IS_HUMAN_CLI) {
|
|
15250
15250
|
console.log = (...args) => {
|
|
@@ -15288,7 +15288,7 @@ async function main5() {
|
|
|
15288
15288
|
printWelcome();
|
|
15289
15289
|
return;
|
|
15290
15290
|
}
|
|
15291
|
-
if (subcommand === "dataroom"
|
|
15291
|
+
if (subcommand === "dataroom") {
|
|
15292
15292
|
const { launchTui: launchTui2 } = await Promise.resolve().then(() => (init_tui(), tui_exports));
|
|
15293
15293
|
await launchTui2();
|
|
15294
15294
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.15",
|
|
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": {
|