@suveren/gateway 0.3.11 → 0.3.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suveren/gateway",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Suveren gateway — local agent gateway built in compliance with the Human Agency Protocol (HAP). Runs the UI, control plane, and MCP server in one Node process.",
5
5
  "type": "module",
6
6
  "main": "server.js",
@@ -170,5 +170,6 @@
170
170
  "default": 86400,
171
171
  "max": 31536000
172
172
  },
173
- "retention_minimum": 7776000
173
+ "retention_minimum": 7776000,
174
+ "content_binding": { "version": "1", "kind": "text" }
174
175
  }
@@ -168,5 +168,6 @@
168
168
  "default": 86400,
169
169
  "max": 31536000
170
170
  },
171
- "retention_minimum": 7776000
171
+ "retention_minimum": 7776000,
172
+ "content_binding": { "version": "1", "kind": "text" }
172
173
  }