@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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