@vercel/static-build 2.7.20 → 2.7.22
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 +134 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10454,6 +10454,10 @@ var require_frameworks = __commonJS({
|
|
|
10454
10454
|
path: "app.ts",
|
|
10455
10455
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10456
10456
|
},
|
|
10457
|
+
{
|
|
10458
|
+
path: "app.cts",
|
|
10459
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10460
|
+
},
|
|
10457
10461
|
{
|
|
10458
10462
|
path: "index.cjs",
|
|
10459
10463
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
@@ -10474,6 +10478,10 @@ var require_frameworks = __commonJS({
|
|
|
10474
10478
|
path: "index.ts",
|
|
10475
10479
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10476
10480
|
},
|
|
10481
|
+
{
|
|
10482
|
+
path: "index.cts",
|
|
10483
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10484
|
+
},
|
|
10477
10485
|
{
|
|
10478
10486
|
path: "server.cjs",
|
|
10479
10487
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
@@ -10494,6 +10502,10 @@ var require_frameworks = __commonJS({
|
|
|
10494
10502
|
path: "server.ts",
|
|
10495
10503
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10496
10504
|
},
|
|
10505
|
+
{
|
|
10506
|
+
path: "server.cts",
|
|
10507
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10508
|
+
},
|
|
10497
10509
|
{
|
|
10498
10510
|
path: "src/index.cjs",
|
|
10499
10511
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
@@ -10513,6 +10525,58 @@ var require_frameworks = __commonJS({
|
|
|
10513
10525
|
{
|
|
10514
10526
|
path: "src/index.ts",
|
|
10515
10527
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10528
|
+
},
|
|
10529
|
+
{
|
|
10530
|
+
path: "src/index.cts",
|
|
10531
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10532
|
+
},
|
|
10533
|
+
{
|
|
10534
|
+
path: "src/app.cjs",
|
|
10535
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10536
|
+
},
|
|
10537
|
+
{
|
|
10538
|
+
path: "src/app.js",
|
|
10539
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10540
|
+
},
|
|
10541
|
+
{
|
|
10542
|
+
path: "src/app.mjs",
|
|
10543
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10544
|
+
},
|
|
10545
|
+
{
|
|
10546
|
+
path: "src/app.mts",
|
|
10547
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10548
|
+
},
|
|
10549
|
+
{
|
|
10550
|
+
path: "src/app.ts",
|
|
10551
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10552
|
+
},
|
|
10553
|
+
{
|
|
10554
|
+
path: "src/app.cts",
|
|
10555
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10556
|
+
},
|
|
10557
|
+
{
|
|
10558
|
+
path: "src/server.cjs",
|
|
10559
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10560
|
+
},
|
|
10561
|
+
{
|
|
10562
|
+
path: "src/server.js",
|
|
10563
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10564
|
+
},
|
|
10565
|
+
{
|
|
10566
|
+
path: "src/server.mjs",
|
|
10567
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10568
|
+
},
|
|
10569
|
+
{
|
|
10570
|
+
path: "src/server.mts",
|
|
10571
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10572
|
+
},
|
|
10573
|
+
{
|
|
10574
|
+
path: "src/server.ts",
|
|
10575
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10576
|
+
},
|
|
10577
|
+
{
|
|
10578
|
+
path: "src/server.cts",
|
|
10579
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
10516
10580
|
}
|
|
10517
10581
|
]
|
|
10518
10582
|
},
|
|
@@ -10576,6 +10640,10 @@ var require_frameworks = __commonJS({
|
|
|
10576
10640
|
path: "app.ts",
|
|
10577
10641
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10578
10642
|
},
|
|
10643
|
+
{
|
|
10644
|
+
path: "app.cts",
|
|
10645
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10646
|
+
},
|
|
10579
10647
|
{
|
|
10580
10648
|
path: "index.cjs",
|
|
10581
10649
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
@@ -10596,6 +10664,10 @@ var require_frameworks = __commonJS({
|
|
|
10596
10664
|
path: "index.ts",
|
|
10597
10665
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10598
10666
|
},
|
|
10667
|
+
{
|
|
10668
|
+
path: "index.cts",
|
|
10669
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10670
|
+
},
|
|
10599
10671
|
{
|
|
10600
10672
|
path: "server.cjs",
|
|
10601
10673
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
@@ -10616,6 +10688,10 @@ var require_frameworks = __commonJS({
|
|
|
10616
10688
|
path: "server.ts",
|
|
10617
10689
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10618
10690
|
},
|
|
10691
|
+
{
|
|
10692
|
+
path: "server.cts",
|
|
10693
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10694
|
+
},
|
|
10619
10695
|
{
|
|
10620
10696
|
path: "src/index.cjs",
|
|
10621
10697
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
@@ -10635,6 +10711,58 @@ var require_frameworks = __commonJS({
|
|
|
10635
10711
|
{
|
|
10636
10712
|
path: "src/index.ts",
|
|
10637
10713
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10714
|
+
},
|
|
10715
|
+
{
|
|
10716
|
+
path: "src/index.cts",
|
|
10717
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10718
|
+
},
|
|
10719
|
+
{
|
|
10720
|
+
path: "src/app.cjs",
|
|
10721
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10722
|
+
},
|
|
10723
|
+
{
|
|
10724
|
+
path: "src/app.js",
|
|
10725
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10726
|
+
},
|
|
10727
|
+
{
|
|
10728
|
+
path: "src/app.mjs",
|
|
10729
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10730
|
+
},
|
|
10731
|
+
{
|
|
10732
|
+
path: "src/app.mts",
|
|
10733
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10734
|
+
},
|
|
10735
|
+
{
|
|
10736
|
+
path: "src/app.ts",
|
|
10737
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
path: "src/app.cts",
|
|
10741
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10742
|
+
},
|
|
10743
|
+
{
|
|
10744
|
+
path: "src/server.js",
|
|
10745
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10746
|
+
},
|
|
10747
|
+
{
|
|
10748
|
+
path: "src/server.cjs",
|
|
10749
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10750
|
+
},
|
|
10751
|
+
{
|
|
10752
|
+
path: "src/server.mjs",
|
|
10753
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10754
|
+
},
|
|
10755
|
+
{
|
|
10756
|
+
path: "src/server.ts",
|
|
10757
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10758
|
+
},
|
|
10759
|
+
{
|
|
10760
|
+
path: "src/server.mts",
|
|
10761
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10762
|
+
},
|
|
10763
|
+
{
|
|
10764
|
+
path: "src/server.cts",
|
|
10765
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']express["']\\s*(?:\\))?`
|
|
10638
10766
|
}
|
|
10639
10767
|
]
|
|
10640
10768
|
},
|
|
@@ -10661,6 +10789,7 @@ var require_frameworks = __commonJS({
|
|
|
10661
10789
|
name: "xmcp",
|
|
10662
10790
|
slug: "xmcp",
|
|
10663
10791
|
logo: "https://api-frameworks.vercel.sh/framework-logos/xmcp.svg",
|
|
10792
|
+
demo: "https://xmcp-template.vercel.app/",
|
|
10664
10793
|
tagline: "The MCP framework for building AI-powered tools",
|
|
10665
10794
|
description: "A framework for building Model Context Protocol servers with zero configuration.",
|
|
10666
10795
|
website: "https://xmcp.dev",
|
|
@@ -26627,15 +26756,17 @@ var require_get_monorepo_default_settings = __commonJS({
|
|
|
26627
26756
|
})
|
|
26628
26757
|
]);
|
|
26629
26758
|
if (monorepoManager === "turbo") {
|
|
26630
|
-
const [turboJSONBuf, packageJSONBuf] = await Promise.all([
|
|
26759
|
+
const [turboJSONBuf, turboJSONCBuf, packageJSONBuf] = await Promise.all([
|
|
26631
26760
|
detectorFilesystem.readFile("turbo.json").catch(() => null),
|
|
26761
|
+
detectorFilesystem.readFile("turbo.jsonc").catch(() => null),
|
|
26632
26762
|
detectorFilesystem.readFile("package.json").catch(() => null)
|
|
26633
26763
|
]);
|
|
26634
26764
|
let hasBuildPipeline = false;
|
|
26635
26765
|
let hasTurboTasks = false;
|
|
26636
26766
|
let turboSemVer = null;
|
|
26637
|
-
|
|
26638
|
-
|
|
26767
|
+
const turboConfigBuf = turboJSONBuf || turboJSONCBuf;
|
|
26768
|
+
if (turboConfigBuf !== null) {
|
|
26769
|
+
const turboJSON = import_json5.default.parse(turboConfigBuf.toString("utf-8"));
|
|
26639
26770
|
hasTurboTasks = "tasks" in (turboJSON || {});
|
|
26640
26771
|
if (turboJSON?.pipeline?.build || turboJSON?.tasks?.build) {
|
|
26641
26772
|
hasBuildPipeline = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.22",
|
|
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.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.0.95",
|
|
18
18
|
"@vercel/static-config": "3.1.2",
|
|
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": "
|
|
31
|
+
"@vercel/build-utils": "12.1.0",
|
|
32
32
|
"@vercel/error-utils": "2.0.3",
|
|
33
|
-
"@vercel/frameworks": "3.8.
|
|
34
|
-
"@vercel/fs-detectors": "5.
|
|
33
|
+
"@vercel/frameworks": "3.8.2",
|
|
34
|
+
"@vercel/fs-detectors": "5.5.0",
|
|
35
35
|
"@vercel/routing-utils": "5.1.1",
|
|
36
36
|
"execa": "3.2.0",
|
|
37
37
|
"fs-extra": "10.0.0",
|