@solongate/proxy 0.83.45 → 0.83.46

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.
@@ -6579,7 +6579,7 @@ function sweepLegacyFlagDir() {
6579
6579
  } catch {
6580
6580
  }
6581
6581
  }
6582
- var HOOK_VERSION = 83;
6582
+ var HOOK_VERSION = 84;
6583
6583
  var SG_REFRESH_ARG = process.argv.includes("--sg-refresh-policy");
6584
6584
  var SG_STDIN = SG_REFRESH_ARG ? "" : (() => {
6585
6585
  try {
package/hooks/guard.mjs CHANGED
@@ -82,7 +82,7 @@ import { createHash } from 'node:crypto';
82
82
  // the installed hook self-updates when the cloud version is higher (see
83
83
  // maybeSelfUpdate). This is what makes guard fixes propagate without a manual
84
84
  // reinstall — the same trust model as the OPA WASM this hook already runs.
85
- const HOOK_VERSION = 83;
85
+ const HOOK_VERSION = 84;
86
86
 
87
87
  // ── The Go guard, when there is one and it is the right one ──────────────────
88
88
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.83.45",
3
+ "version": "0.83.46",
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": {
@@ -61,12 +61,12 @@
61
61
  "node": ">=20.0.0"
62
62
  },
63
63
  "optionalDependencies": {
64
- "@solongate/guard-linux-x64": "0.83.45",
65
- "@solongate/guard-linux-arm64": "0.83.45",
66
- "@solongate/guard-darwin-x64": "0.83.45",
67
- "@solongate/guard-darwin-arm64": "0.83.45",
68
- "@solongate/guard-win32-x64": "0.83.45",
69
- "@solongate/guard-win32-arm64": "0.83.45"
64
+ "@solongate/guard-linux-x64": "0.83.46",
65
+ "@solongate/guard-linux-arm64": "0.83.46",
66
+ "@solongate/guard-darwin-x64": "0.83.46",
67
+ "@solongate/guard-darwin-arm64": "0.83.46",
68
+ "@solongate/guard-win32-x64": "0.83.46",
69
+ "@solongate/guard-win32-arm64": "0.83.46"
70
70
  },
71
71
  "dependencies": {
72
72
  "@modelcontextprotocol/sdk": "^1.26.0",