@vercel/static-build 2.7.18 → 2.7.19

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 +79 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -10434,6 +10434,26 @@ var require_frameworks = __commonJS({
10434
10434
  detectors: {
10435
10435
  every: [{ matchPackage: "hono" }],
10436
10436
  some: [
10437
+ {
10438
+ path: "app.cjs",
10439
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
10440
+ },
10441
+ {
10442
+ path: "app.js",
10443
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
10444
+ },
10445
+ {
10446
+ path: "app.mjs",
10447
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
10448
+ },
10449
+ {
10450
+ path: "app.mts",
10451
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
10452
+ },
10453
+ {
10454
+ path: "app.ts",
10455
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
10456
+ },
10437
10457
  {
10438
10458
  path: "index.cjs",
10439
10459
  matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
@@ -10536,6 +10556,26 @@ var require_frameworks = __commonJS({
10536
10556
  detectors: {
10537
10557
  every: [{ matchPackage: "express" }],
10538
10558
  some: [
10559
+ {
10560
+ path: "app.cjs",
10561
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
10562
+ },
10563
+ {
10564
+ path: "app.js",
10565
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
10566
+ },
10567
+ {
10568
+ path: "app.mjs",
10569
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
10570
+ },
10571
+ {
10572
+ path: "app.mts",
10573
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
10574
+ },
10575
+ {
10576
+ path: "app.ts",
10577
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
10578
+ },
10539
10579
  {
10540
10580
  path: "index.cjs",
10541
10581
  matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
@@ -10617,6 +10657,45 @@ var require_frameworks = __commonJS({
10617
10657
  dependency: "express",
10618
10658
  getOutputDirName: async () => "public"
10619
10659
  },
10660
+ {
10661
+ name: "xmcp",
10662
+ slug: "xmcp",
10663
+ logo: "https://api-frameworks.vercel.sh/framework-logos/xmcp.svg",
10664
+ tagline: "The MCP framework for building AI-powered tools",
10665
+ description: "A framework for building Model Context Protocol servers with zero configuration.",
10666
+ website: "https://xmcp.dev",
10667
+ detectors: {
10668
+ some: [
10669
+ {
10670
+ path: "xmcp.config.ts"
10671
+ },
10672
+ {
10673
+ path: "xmcp.config.js"
10674
+ },
10675
+ {
10676
+ matchPackage: "xmcp"
10677
+ }
10678
+ ]
10679
+ },
10680
+ settings: {
10681
+ installCommand: {
10682
+ placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
10683
+ },
10684
+ buildCommand: {
10685
+ placeholder: "`npm run build` or `xmcp build`",
10686
+ value: "xmcp build --vercel"
10687
+ },
10688
+ devCommand: {
10689
+ value: "xmcp dev",
10690
+ placeholder: "xmcp dev"
10691
+ },
10692
+ outputDirectory: {
10693
+ value: "dist"
10694
+ }
10695
+ },
10696
+ dependency: "xmcp",
10697
+ getOutputDirName: async () => "dist"
10698
+ },
10620
10699
  {
10621
10700
  name: "Other",
10622
10701
  slug: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.7.18",
3
+ "version": "2.7.19",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/build-step",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
17
- "@vercel/gatsby-plugin-vercel-builder": "2.0.92",
17
+ "@vercel/gatsby-plugin-vercel-builder": "2.0.93",
18
18
  "@vercel/static-config": "3.1.1",
19
19
  "ts-morph": "12.0.0"
20
20
  },
@@ -28,10 +28,10 @@
28
28
  "@types/node-fetch": "2.5.4",
29
29
  "@types/promise-timeout": "1.3.0",
30
30
  "@types/semver": "7.3.13",
31
- "@vercel/build-utils": "11.0.1",
31
+ "@vercel/build-utils": "11.0.2",
32
32
  "@vercel/error-utils": "2.0.3",
33
- "@vercel/frameworks": "3.7.6",
34
- "@vercel/fs-detectors": "5.4.12",
33
+ "@vercel/frameworks": "3.8.1",
34
+ "@vercel/fs-detectors": "5.4.15",
35
35
  "@vercel/routing-utils": "5.1.1",
36
36
  "execa": "3.2.0",
37
37
  "fs-extra": "10.0.0",