@vercel/static-build 2.5.19 → 2.5.20
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 +60 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10184,6 +10184,66 @@ var require_frameworks = __commonJS({
|
|
|
10184
10184
|
}
|
|
10185
10185
|
]
|
|
10186
10186
|
},
|
|
10187
|
+
{
|
|
10188
|
+
name: "Sanity (v3)",
|
|
10189
|
+
slug: "sanity-v3",
|
|
10190
|
+
demo: "https://sanity-studio-template.vercel.app",
|
|
10191
|
+
logo: "https://api-frameworks.vercel.sh/framework-logos/sanity.svg",
|
|
10192
|
+
tagline: "The structured content platform.",
|
|
10193
|
+
description: "A Sanity Studio",
|
|
10194
|
+
website: "https://www.sanity.io",
|
|
10195
|
+
envPrefix: "SANITY_STUDIO_",
|
|
10196
|
+
detectors: {
|
|
10197
|
+
some: [
|
|
10198
|
+
{
|
|
10199
|
+
path: "sanity.json"
|
|
10200
|
+
},
|
|
10201
|
+
{
|
|
10202
|
+
path: "sanity.config.js"
|
|
10203
|
+
},
|
|
10204
|
+
{
|
|
10205
|
+
path: "sanity.config.jsx"
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
path: "sanity.config.ts"
|
|
10209
|
+
},
|
|
10210
|
+
{
|
|
10211
|
+
path: "sanity.config.tsx"
|
|
10212
|
+
}
|
|
10213
|
+
],
|
|
10214
|
+
every: [
|
|
10215
|
+
{
|
|
10216
|
+
path: "package.json",
|
|
10217
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"sanity":\\s*"\\^?3\\..*"[^}]*}'
|
|
10218
|
+
}
|
|
10219
|
+
]
|
|
10220
|
+
},
|
|
10221
|
+
settings: {
|
|
10222
|
+
installCommand: {
|
|
10223
|
+
placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
|
|
10224
|
+
},
|
|
10225
|
+
buildCommand: {
|
|
10226
|
+
placeholder: "`npm run build` or `sanity build`",
|
|
10227
|
+
value: "sanity build"
|
|
10228
|
+
},
|
|
10229
|
+
devCommand: {
|
|
10230
|
+
value: "sanity dev --port $PORT"
|
|
10231
|
+
},
|
|
10232
|
+
outputDirectory: {
|
|
10233
|
+
value: "dist"
|
|
10234
|
+
}
|
|
10235
|
+
},
|
|
10236
|
+
getOutputDirName: async () => "dist",
|
|
10237
|
+
defaultRoutes: [
|
|
10238
|
+
{
|
|
10239
|
+
handle: "filesystem"
|
|
10240
|
+
},
|
|
10241
|
+
{
|
|
10242
|
+
src: "/(.*)",
|
|
10243
|
+
dest: "/index.html"
|
|
10244
|
+
}
|
|
10245
|
+
]
|
|
10246
|
+
},
|
|
10187
10247
|
{
|
|
10188
10248
|
name: "Sanity",
|
|
10189
10249
|
slug: "sanity",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.20",
|
|
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.42",
|
|
18
18
|
"@vercel/static-config": "3.0.0",
|
|
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": "8.3.
|
|
31
|
+
"@vercel/build-utils": "8.3.8",
|
|
32
32
|
"@vercel/error-utils": "2.0.2",
|
|
33
|
-
"@vercel/frameworks": "3.
|
|
34
|
-
"@vercel/fs-detectors": "5.2.
|
|
33
|
+
"@vercel/frameworks": "3.2.0",
|
|
34
|
+
"@vercel/fs-detectors": "5.2.9",
|
|
35
35
|
"@vercel/routing-utils": "3.1.0",
|
|
36
36
|
"execa": "3.2.0",
|
|
37
37
|
"fs-extra": "10.0.0",
|