@swarmvaultai/engine 3.13.0 → 3.14.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
@@ -5441,7 +5441,7 @@ import path12 from "path";
5441
5441
  import { McpServer, ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js";
5442
5442
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
5443
5443
  import { z } from "zod";
5444
- var SERVER_VERSION = "3.13.0";
5444
+ var SERVER_VERSION = "3.14.0";
5445
5445
  var codeLanguageSchema = z.enum([
5446
5446
  "javascript",
5447
5447
  "jsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swarmvaultai/engine",
3
- "version": "3.13.0",
3
+ "version": "3.14.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",