@solongate/proxy 0.82.92 → 0.82.93
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/commands/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/tui/index.js +1 -1
- package/package.json +1 -1
package/dist/commands/index.js
CHANGED
|
@@ -1241,7 +1241,7 @@ async function collectChecks() {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
try {
|
|
1243
1243
|
const g = await api.settings.getGuardStatus();
|
|
1244
|
-
checks.push({ name: "guard hook", ok: g.up_to_date ? true : "warn", detail: g.up_to_date ? `v${g.installed} (latest) \xB7 ${g.device_count} device(s)` : `v${g.installed} \u2192 v${g.latest} available \xB7
|
|
1244
|
+
checks.push({ name: "guard hook", ok: g.up_to_date ? true : "warn", detail: g.up_to_date ? `v${g.installed} (latest) \xB7 ${g.device_count} device(s)` : `v${g.installed} \u2192 v${g.latest} available \xB7 run \`solongate update\` in your terminal` });
|
|
1245
1245
|
} catch {
|
|
1246
1246
|
}
|
|
1247
1247
|
}
|
package/dist/index.js
CHANGED
|
@@ -11328,7 +11328,7 @@ async function collectChecks() {
|
|
|
11328
11328
|
}
|
|
11329
11329
|
try {
|
|
11330
11330
|
const g = await api.settings.getGuardStatus();
|
|
11331
|
-
checks.push({ name: "guard hook", ok: g.up_to_date ? true : "warn", detail: g.up_to_date ? `v${g.installed} (latest) \xB7 ${g.device_count} device(s)` : `v${g.installed} \u2192 v${g.latest} available \xB7
|
|
11331
|
+
checks.push({ name: "guard hook", ok: g.up_to_date ? true : "warn", detail: g.up_to_date ? `v${g.installed} (latest) \xB7 ${g.device_count} device(s)` : `v${g.installed} \u2192 v${g.latest} available \xB7 run \`solongate update\` in your terminal` });
|
|
11332
11332
|
} catch {
|
|
11333
11333
|
}
|
|
11334
11334
|
}
|
package/dist/tui/index.js
CHANGED
|
@@ -4357,7 +4357,7 @@ async function collectChecks() {
|
|
|
4357
4357
|
}
|
|
4358
4358
|
try {
|
|
4359
4359
|
const g = await api.settings.getGuardStatus();
|
|
4360
|
-
checks.push({ name: "guard hook", ok: g.up_to_date ? true : "warn", detail: g.up_to_date ? `v${g.installed} (latest) \xB7 ${g.device_count} device(s)` : `v${g.installed} \u2192 v${g.latest} available \xB7
|
|
4360
|
+
checks.push({ name: "guard hook", ok: g.up_to_date ? true : "warn", detail: g.up_to_date ? `v${g.installed} (latest) \xB7 ${g.device_count} device(s)` : `v${g.installed} \u2192 v${g.latest} available \xB7 run \`solongate update\` in your terminal` });
|
|
4361
4361
|
} catch {
|
|
4362
4362
|
}
|
|
4363
4363
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.93",
|
|
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": {
|