vercel 46.1.0 → 46.1.1
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/index.js +1 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -116838,6 +116838,7 @@ var require_frameworks = __commonJS2({
|
|
|
116838
116838
|
name: "xmcp",
|
|
116839
116839
|
slug: "xmcp",
|
|
116840
116840
|
logo: "https://api-frameworks.vercel.sh/framework-logos/xmcp.svg",
|
|
116841
|
+
demo: "https://xmcp-template.vercel.app/",
|
|
116841
116842
|
tagline: "The MCP framework for building AI-powered tools",
|
|
116842
116843
|
description: "A framework for building Model Context Protocol servers with zero configuration.",
|
|
116843
116844
|
website: "https://xmcp.dev",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "46.1.
|
|
3
|
+
"version": "46.1.1",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The command-line interface for Vercel",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@vercel/express": "0.0.10",
|
|
30
30
|
"@vercel/hono": "0.0.18",
|
|
31
31
|
"@vercel/hydrogen": "1.2.4",
|
|
32
|
-
"@vercel/next": "4.12.
|
|
32
|
+
"@vercel/next": "4.12.3",
|
|
33
33
|
"@vercel/node": "5.3.17",
|
|
34
34
|
"@vercel/python": "5.0.0",
|
|
35
35
|
"@vercel/redwood": "2.3.6",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"write-json-file": "2.2.0",
|
|
167
167
|
"xdg-app-paths": "5.1.0",
|
|
168
168
|
"yauzl-promise": "2.1.3",
|
|
169
|
-
"@vercel-internals/constants": "1.0.4",
|
|
170
169
|
"@vercel-internals/get-package-json": "1.0.0",
|
|
171
|
-
"@vercel-internals/types": "3.0.6"
|
|
170
|
+
"@vercel-internals/types": "3.0.6",
|
|
171
|
+
"@vercel-internals/constants": "1.0.4"
|
|
172
172
|
},
|
|
173
173
|
"scripts": {
|
|
174
174
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|