@vercel/static-build 2.7.10 → 2.7.11

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 +30 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -9722,6 +9722,7 @@ var require_frameworks = __commonJS({
9722
9722
  website: "https://nuxtjs.org",
9723
9723
  sort: 2,
9724
9724
  envPrefix: "NUXT_ENV_",
9725
+ supersedes: ["nitro"],
9725
9726
  detectors: {
9726
9727
  some: [
9727
9728
  {
@@ -10382,6 +10383,35 @@ var require_frameworks = __commonJS({
10382
10383
  },
10383
10384
  getOutputDirName: async () => "storybook-static"
10384
10385
  },
10386
+ {
10387
+ name: "Nitro",
10388
+ slug: "nitro",
10389
+ logo: "https://api-frameworks.vercel.sh/framework-logos/nitro.svg",
10390
+ demo: "https://nitro-template.vercel.app",
10391
+ tagline: "Nitro is a next generation server toolkit.",
10392
+ description: "Nitro lets you create web servers that run on multiple platforms.",
10393
+ website: "https://nitro.build/",
10394
+ detectors: {
10395
+ every: [{ matchPackage: "nitropack" }]
10396
+ },
10397
+ settings: {
10398
+ installCommand: {
10399
+ placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
10400
+ },
10401
+ buildCommand: {
10402
+ placeholder: "`npm run build` or `nitro build`",
10403
+ value: "nitro build"
10404
+ },
10405
+ devCommand: {
10406
+ value: "nitro dev"
10407
+ },
10408
+ outputDirectory: {
10409
+ value: "dist"
10410
+ }
10411
+ },
10412
+ dependency: "nitropack",
10413
+ getOutputDirName: () => Promise
10414
+ },
10385
10415
  {
10386
10416
  name: "Other",
10387
10417
  slug: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.7.10",
3
+ "version": "2.7.11",
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.84",
17
+ "@vercel/gatsby-plugin-vercel-builder": "2.0.85",
18
18
  "@vercel/static-config": "3.1.1",
19
19
  "ts-morph": "12.0.0"
20
20
  },
@@ -28,11 +28,11 @@
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": "10.6.1",
31
+ "@vercel/build-utils": "10.6.2",
32
32
  "@vercel/error-utils": "2.0.3",
33
- "@vercel/frameworks": "3.6.4",
34
- "@vercel/fs-detectors": "5.4.3",
35
- "@vercel/routing-utils": "5.0.6",
33
+ "@vercel/frameworks": "3.7.0",
34
+ "@vercel/fs-detectors": "5.4.6",
35
+ "@vercel/routing-utils": "5.1.0",
36
36
  "execa": "3.2.0",
37
37
  "fs-extra": "10.0.0",
38
38
  "get-port": "5.0.0",