@vercel/static-build 1.0.30 → 1.0.31

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 +10 -1
  2. package/package.json +3 -3
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
- every: [
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.30",
3
+ "version": "1.0.31",
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.5.4",
40
- "@vercel/frameworks": "1.1.6",
40
+ "@vercel/frameworks": "1.1.7",
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": "45bd855250436b73bee892c53f0407e1f24bc689"
51
+ "gitHead": "ae13c5ee92d9f5d679f38415ec86f77b3536815b"
52
52
  }