@vercel/frameworks
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -1467,4 +1467,8 @@ import { Framework } from './types'; | ||
readonly detectors: { | ||
readonly every: readonly [{ | ||
readonly some: readonly [{ | ||
readonly path: "sanity.json"; | ||
}, { | ||
readonly path: "sanity.config.js"; | ||
}, { | ||
readonly path: "sanity.config.ts"; | ||
}]; | ||
@@ -1471,0 +1475,0 @@ }; |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "./dist/frameworks.js", | ||
@@ -28,3 +28,3 @@ "types": "./dist/frameworks.d.ts", | ||
}, | ||
"gitHead": "d5537500d8957985c1ffb3798659a611cc2e5d5d" | ||
"gitHead": "8b3c52b9e8cbf7de7fc51f76975374c4bb2fad56" | ||
} |
Sorry, the diff of this file is too big to display
145938
3601