@vercel/frameworks
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -139,4 +139,6 @@ import { Framework } from './types'; | ||
readonly detectors: { | ||
readonly every: readonly [{ | ||
readonly some: readonly [{ | ||
readonly path: "remix.config.js"; | ||
}, { | ||
readonly path: "remix.config.mjs"; | ||
}]; | ||
@@ -1410,2 +1412,3 @@ }; | ||
}; | ||
readonly envPrefix: "PUBLIC_"; | ||
readonly detectors: { | ||
@@ -1412,0 +1415,0 @@ readonly some: readonly [{ |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"main": "./dist/frameworks.js", | ||
@@ -24,7 +24,7 @@ "types": "./dist/frameworks.d.ts", | ||
"@types/node-fetch": "2.5.8", | ||
"@vercel/routing-utils": "2.1.9", | ||
"@vercel/routing-utils": "2.1.10", | ||
"ajv": "6.12.2", | ||
"typescript": "4.3.4" | ||
}, | ||
"gitHead": "9308a0fda5e14ee8a07b9a3506e4480f5f67d212" | ||
"gitHead": "e0f8bc98202146eda0f2b85efac74b803654e786" | ||
} |
Sorry, the diff of this file is too big to display
146736
3793