@vercel/static-build 2.8.3 → 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 +33 -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.8.3",
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.102",
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.3",
31
+ "@vercel/build-utils": "12.2.4",
32
32
  "@vercel/error-utils": "2.0.3",
33
- "@vercel/frameworks": "3.14.1",
34
- "@vercel/fs-detectors": "5.7.2",
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",