@solongate/proxy 0.1.14 → 0.1.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/create.js CHANGED
@@ -283,7 +283,7 @@ async function main() {
283
283
  bLine(`${c.yellow}Use with OpenClaw:${c.reset}`);
284
284
  bEmpty();
285
285
  bLine(` ${c.cyan}$${c.reset} solongate-proxy -- npx @openclaw/server`);
286
- bLine(` ${c.dim}Wraps any OpenClaw server with SolonGate protection${c.reset}`);
286
+ bLine(` ${c.dim}Wraps OpenClaw servers with SolonGate protection${c.reset}`);
287
287
  bEmpty();
288
288
  log(` ${c.dim}\u251C${hr}\u2524${c.reset}`);
289
289
  bEmpty();
package/dist/index.js CHANGED
@@ -944,7 +944,7 @@ async function main3() {
944
944
  bLine(`${c2.yellow}Use with OpenClaw:${c2.reset}`);
945
945
  bEmpty();
946
946
  bLine(` ${c2.cyan}$${c2.reset} solongate-proxy -- npx @openclaw/server`);
947
- bLine(` ${c2.dim}Wraps any OpenClaw server with SolonGate protection${c2.reset}`);
947
+ bLine(` ${c2.dim}Wraps OpenClaw servers with SolonGate protection${c2.reset}`);
948
948
  bEmpty();
949
949
  log3(` ${c2.dim}\u251C${hr}\u2524${c2.reset}`);
950
950
  bEmpty();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "MCP security proxy — protect any MCP server with policies, input validation, rate limiting, and audit logging. Zero code changes required.",
5
5
  "type": "module",
6
6
  "bin": {