@solongate/proxy 0.82.90 → 0.82.91

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 CHANGED
@@ -7446,7 +7446,7 @@ function ensureLocalLogOwner(activeApiKey) {
7446
7446
  } catch {
7447
7447
  }
7448
7448
  if (have === want) return false;
7449
- const cleared = have !== "" && localLogExists();
7449
+ const cleared = localLogExists();
7450
7450
  if (cleared) clearLocalLog();
7451
7451
  try {
7452
7452
  writeFileSync6(marker, want);
package/dist/tui/index.js CHANGED
@@ -782,7 +782,7 @@ function ensureLocalLogOwner(activeApiKey) {
782
782
  } catch {
783
783
  }
784
784
  if (have === want) return false;
785
- const cleared = have !== "" && localLogExists();
785
+ const cleared = localLogExists();
786
786
  if (cleared) clearLocalLog();
787
787
  try {
788
788
  writeFileSync(marker, want);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.82.90",
3
+ "version": "0.82.91",
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": {