@sema-agent/server 1.309.0 → 1.310.0

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/main.js CHANGED
@@ -1868,6 +1868,7 @@ async function main() {
1868
1868
  checkpointStore,
1869
1869
  ...(backgroundAgentStore ? { backgroundAgentStore } : {}),
1870
1870
  ...(parkedReviveTool ? { parkedReviveTool } : {}),
1871
+ ...(parkedReviveInheritedGate ? { parkedReviveInheritedGate } : {}),
1871
1872
  imageIndex,
1872
1873
  imageBakes,
1873
1874
  leaderEndpoint,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sema-agent/server",
3
- "version": "1.309.0",
3
+ "version": "1.310.0",
4
4
  "description": "Sema Server — the server/API implementation layer for Sema, wiring core, registry, model providers, and cloud agent execution. Built on @sema-agent/core.",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",