@swarmvaultai/engine 3.9.0 → 3.11.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4913,7 +4913,7 @@ import path10 from "path";
4913
4913
  import { McpServer, ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js";
4914
4914
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
4915
4915
  import { z } from "zod";
4916
- var SERVER_VERSION = "3.9.0";
4916
+ var SERVER_VERSION = "3.11.0";
4917
4917
  var codeLanguageSchema = z.enum([
4918
4918
  "javascript",
4919
4919
  "jsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swarmvaultai/engine",
3
- "version": "3.9.0",
3
+ "version": "3.11.0",
4
4
  "description": "Core engine for SwarmVault: ingest, compile, query, lint, and provider abstractions.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",