@vercel/static-build 1.0.22 → 1.0.23
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 +7 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -12268,10 +12268,16 @@ exports.frameworks = [
|
|
|
12268
12268
|
website: 'https://www.sanity.io',
|
|
12269
12269
|
envPrefix: 'SANITY_STUDIO_',
|
|
12270
12270
|
detectors: {
|
|
12271
|
-
|
|
12271
|
+
some: [
|
|
12272
12272
|
{
|
|
12273
12273
|
path: 'sanity.json',
|
|
12274
12274
|
},
|
|
12275
|
+
{
|
|
12276
|
+
path: 'sanity.config.js',
|
|
12277
|
+
},
|
|
12278
|
+
{
|
|
12279
|
+
path: 'sanity.config.ts',
|
|
12280
|
+
},
|
|
12275
12281
|
],
|
|
12276
12282
|
},
|
|
12277
12283
|
settings: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/node-fetch": "2.5.4",
|
|
38
38
|
"@types/promise-timeout": "1.3.0",
|
|
39
39
|
"@vercel/build-utils": "5.4.2",
|
|
40
|
-
"@vercel/frameworks": "1.1.
|
|
40
|
+
"@vercel/frameworks": "1.1.5",
|
|
41
41
|
"@vercel/ncc": "0.24.0",
|
|
42
42
|
"@vercel/routing-utils": "2.0.2",
|
|
43
43
|
"fs-extra": "10.0.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"rc9": "1.2.0",
|
|
49
49
|
"typescript": "4.3.4"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "8b3c52b9e8cbf7de7fc51f76975374c4bb2fad56"
|
|
52
52
|
}
|