@vercel/static-build 1.0.30 → 1.0.32
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 +10 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -12275,9 +12275,15 @@ exports.frameworks = [
|
|
|
12275
12275
|
{
|
|
12276
12276
|
path: 'sanity.config.js',
|
|
12277
12277
|
},
|
|
12278
|
+
{
|
|
12279
|
+
path: 'sanity.config.jsx',
|
|
12280
|
+
},
|
|
12278
12281
|
{
|
|
12279
12282
|
path: 'sanity.config.ts',
|
|
12280
12283
|
},
|
|
12284
|
+
{
|
|
12285
|
+
path: 'sanity.config.tsx',
|
|
12286
|
+
},
|
|
12281
12287
|
],
|
|
12282
12288
|
},
|
|
12283
12289
|
settings: {
|
|
@@ -12317,10 +12323,13 @@ exports.frameworks = [
|
|
|
12317
12323
|
website: 'https://hydrogen.shopify.dev',
|
|
12318
12324
|
useRuntime: { src: 'package.json', use: '@vercel/hydrogen' },
|
|
12319
12325
|
detectors: {
|
|
12320
|
-
|
|
12326
|
+
some: [
|
|
12321
12327
|
{
|
|
12322
12328
|
path: 'hydrogen.config.js',
|
|
12323
12329
|
},
|
|
12330
|
+
{
|
|
12331
|
+
path: 'hydrogen.config.ts',
|
|
12332
|
+
},
|
|
12324
12333
|
],
|
|
12325
12334
|
},
|
|
12326
12335
|
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.32",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@types/ms": "0.7.31",
|
|
37
37
|
"@types/node-fetch": "2.5.4",
|
|
38
38
|
"@types/promise-timeout": "1.3.0",
|
|
39
|
-
"@vercel/build-utils": "5.5.
|
|
40
|
-
"@vercel/frameworks": "1.1.
|
|
39
|
+
"@vercel/build-utils": "5.5.5",
|
|
40
|
+
"@vercel/frameworks": "1.1.8",
|
|
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": "40f38948a04d83a9e260ddd455685d74e3eb9209"
|
|
52
52
|
}
|