@vercel/static-build 2.8.2 → 2.8.4

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 +219 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -10087,6 +10087,39 @@ var require_frameworks = __commonJS({
10087
10087
  dependency: "vite",
10088
10088
  getOutputDirName: async () => "dist"
10089
10089
  },
10090
+ {
10091
+ name: "TanStack Start",
10092
+ slug: "tanstack-start",
10093
+ logo: "https://api-frameworks.vercel.sh/framework-logos/tanstack-start.svg",
10094
+ darkModeLogo: "https://api-frameworks.vercel.sh/framework-logos/tanstack-start-dark.svg",
10095
+ tagline: "Full-stack Framework powered by TanStack Router for React and Solid.",
10096
+ description: "Full-document SSR, Streaming, Server Functions, bundling and more, powered by TanStack Router and Vite - Ready to deploy to your favorite hosting provider.",
10097
+ website: "https://tanstack.com/start",
10098
+ supersedes: ["ionic-react", "vite"],
10099
+ detectors: {
10100
+ every: [
10101
+ { matchPackage: "@tanstack/router-plugin" },
10102
+ { matchPackage: "nitro" }
10103
+ ]
10104
+ },
10105
+ settings: {
10106
+ installCommand: {
10107
+ placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
10108
+ },
10109
+ buildCommand: {
10110
+ placeholder: "`npm run build` or `vite build`",
10111
+ value: "vite build"
10112
+ },
10113
+ devCommand: {
10114
+ placeholder: "vite",
10115
+ value: "vite --port $PORT"
10116
+ },
10117
+ outputDirectory: {
10118
+ value: "dist"
10119
+ }
10120
+ },
10121
+ getOutputDirName: async () => "dist"
10122
+ },
10090
10123
  {
10091
10124
  name: "VitePress",
10092
10125
  slug: "vitepress",
@@ -10205,6 +10238,7 @@ var require_frameworks = __commonJS({
10205
10238
  description: "FastAPI framework, high performance, easy to learn, fast to code, ready for production",
10206
10239
  website: "https://fastapi.tiangolo.com",
10207
10240
  useRuntime: { src: "index.py", use: "@vercel/python" },
10241
+ ignoreRuntimes: ["@vercel/python"],
10208
10242
  detectors: {
10209
10243
  some: [
10210
10244
  {
@@ -10256,6 +10290,7 @@ var require_frameworks = __commonJS({
10256
10290
  description: "A Flask app, ready for production",
10257
10291
  website: "https://flask.palletsprojects.com",
10258
10292
  useRuntime: { src: "index.py", use: "@vercel/python" },
10293
+ ignoreRuntimes: ["@vercel/python"],
10259
10294
  detectors: {
10260
10295
  some: [
10261
10296
  {
@@ -11310,6 +11345,190 @@ var require_frameworks = __commonJS({
11310
11345
  dependency: "nestjs",
11311
11346
  getOutputDirName: async () => "public"
11312
11347
  },
11348
+ {
11349
+ name: "Elysia",
11350
+ slug: "elysia",
11351
+ logo: "https://api-frameworks.vercel.sh/framework-logos/elysia.svg",
11352
+ tagline: "Ergonomic framework for humans",
11353
+ description: "TypeScript with End-to-End Type Safety, type integrity, and exceptional developer experience. Supercharged by Bun.",
11354
+ website: "https://elysiajs.com/",
11355
+ useRuntime: { src: "index.js", use: "@vercel/elysia" },
11356
+ defaultRoutes: [
11357
+ {
11358
+ handle: "filesystem"
11359
+ },
11360
+ {
11361
+ src: "/(.*)",
11362
+ dest: "/"
11363
+ }
11364
+ ],
11365
+ detectors: {
11366
+ every: [{ matchPackage: "elysia" }],
11367
+ some: [
11368
+ {
11369
+ path: "app.cjs",
11370
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11371
+ },
11372
+ {
11373
+ path: "app.js",
11374
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11375
+ },
11376
+ {
11377
+ path: "app.mjs",
11378
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11379
+ },
11380
+ {
11381
+ path: "app.mts",
11382
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11383
+ },
11384
+ {
11385
+ path: "app.ts",
11386
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11387
+ },
11388
+ {
11389
+ path: "app.cts",
11390
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11391
+ },
11392
+ {
11393
+ path: "index.cjs",
11394
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11395
+ },
11396
+ {
11397
+ path: "index.js",
11398
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11399
+ },
11400
+ {
11401
+ path: "index.mjs",
11402
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11403
+ },
11404
+ {
11405
+ path: "index.mts",
11406
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11407
+ },
11408
+ {
11409
+ path: "index.ts",
11410
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11411
+ },
11412
+ {
11413
+ path: "index.cts",
11414
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11415
+ },
11416
+ {
11417
+ path: "server.cjs",
11418
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11419
+ },
11420
+ {
11421
+ path: "server.js",
11422
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11423
+ },
11424
+ {
11425
+ path: "server.mjs",
11426
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11427
+ },
11428
+ {
11429
+ path: "server.mts",
11430
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11431
+ },
11432
+ {
11433
+ path: "server.ts",
11434
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11435
+ },
11436
+ {
11437
+ path: "server.cts",
11438
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11439
+ },
11440
+ {
11441
+ path: "src/index.cjs",
11442
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11443
+ },
11444
+ {
11445
+ path: "src/index.js",
11446
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11447
+ },
11448
+ {
11449
+ path: "src/index.mjs",
11450
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11451
+ },
11452
+ {
11453
+ path: "src/index.mts",
11454
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11455
+ },
11456
+ {
11457
+ path: "src/index.ts",
11458
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11459
+ },
11460
+ {
11461
+ path: "src/index.cts",
11462
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11463
+ },
11464
+ {
11465
+ path: "src/app.cjs",
11466
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11467
+ },
11468
+ {
11469
+ path: "src/app.js",
11470
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11471
+ },
11472
+ {
11473
+ path: "src/app.mjs",
11474
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11475
+ },
11476
+ {
11477
+ path: "src/app.mts",
11478
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11479
+ },
11480
+ {
11481
+ path: "src/app.ts",
11482
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11483
+ },
11484
+ {
11485
+ path: "src/app.cts",
11486
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11487
+ },
11488
+ {
11489
+ path: "src/server.cjs",
11490
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11491
+ },
11492
+ {
11493
+ path: "src/server.js",
11494
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11495
+ },
11496
+ {
11497
+ path: "src/server.mjs",
11498
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11499
+ },
11500
+ {
11501
+ path: "src/server.mts",
11502
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11503
+ },
11504
+ {
11505
+ path: "src/server.ts",
11506
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11507
+ },
11508
+ {
11509
+ path: "src/server.cts",
11510
+ matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']elysia["']\\s*(?:\\))?`
11511
+ }
11512
+ ]
11513
+ },
11514
+ settings: {
11515
+ installCommand: {
11516
+ placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
11517
+ },
11518
+ buildCommand: {
11519
+ placeholder: "None",
11520
+ value: null
11521
+ },
11522
+ devCommand: {
11523
+ placeholder: "None",
11524
+ value: null
11525
+ },
11526
+ outputDirectory: {
11527
+ value: "N/A"
11528
+ }
11529
+ },
11530
+ getOutputDirName: async () => "public"
11531
+ },
11313
11532
  {
11314
11533
  name: "Fastify",
11315
11534
  slug: "fastify",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.8.2",
3
+ "version": "2.8.4",
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.101",
17
+ "@vercel/gatsby-plugin-vercel-builder": "2.0.103",
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": "12.2.2",
31
+ "@vercel/build-utils": "12.2.4",
32
32
  "@vercel/error-utils": "2.0.3",
33
- "@vercel/frameworks": "3.14.0",
34
- "@vercel/fs-detectors": "5.7.1",
33
+ "@vercel/frameworks": "3.15.0",
34
+ "@vercel/fs-detectors": "5.7.3",
35
35
  "@vercel/routing-utils": "5.2.1",
36
36
  "execa": "3.2.0",
37
37
  "fs-extra": "10.0.0",