@vercel/frameworks
Advanced tools
Comparing version 0.2.1-canary.5 to 0.2.1-canary.6
@@ -1117,2 +1117,3 @@ import { Framework } from './types'; | ||
readonly getOutputDirName: (dirPrefix: string) => Promise<string>; | ||
readonly cachePattern: "{vendor/bin,vendor/cache,vendor/bundle}/**"; | ||
}, { | ||
@@ -1178,2 +1179,3 @@ readonly name: "Brunch"; | ||
readonly getOutputDirName: () => Promise<string>; | ||
readonly cachePattern: "{vendor/bin,vendor/cache,vendor/bundle}/**"; | ||
}, { | ||
@@ -1180,0 +1182,0 @@ readonly name: "Zola"; |
@@ -1342,2 +1342,3 @@ "use strict"; | ||
}, | ||
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**', | ||
}, | ||
@@ -1409,2 +1410,3 @@ { | ||
getOutputDirName: async () => 'build', | ||
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**', | ||
}, | ||
@@ -1411,0 +1413,0 @@ { |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "0.2.1-canary.5", | ||
"version": "0.2.1-canary.6", | ||
"main": "./dist/frameworks.js", | ||
@@ -29,3 +29,3 @@ "types": "./dist/frameworks.d.ts", | ||
}, | ||
"gitHead": "50080e4b92cf3dca2addf30fbd51847285409993" | ||
"gitHead": "f7f81fb89665f535a421cfb6c3fcc59527c0d6ad" | ||
} |
118811
2925