@netlify/config
Advanced tools
Comparing version
@@ -68,2 +68,5 @@ import { throwUserError } from '../error.js'; | ||
redirects: { lastEvent: 'onPostBuild' }, | ||
'dev.processing': { lastEvent: 'onPreDev' }, | ||
'dev.processing.html': { lastEvent: 'onPreDev' }, | ||
'dev.processing.html.injections': { lastEvent: 'onPreDev' }, | ||
}; |
{ | ||
"name": "@netlify/config", | ||
"version": "20.13.2", | ||
"version": "20.14.0", | ||
"description": "Netlify config module", | ||
@@ -14,3 +14,4 @@ "type": "module", | ||
"bin.js", | ||
"lib/**/*.js" | ||
"lib/**/*.js", | ||
"lib/**/*.d.ts" | ||
], | ||
@@ -98,3 +99,3 @@ "author": "Netlify Inc.", | ||
}, | ||
"gitHead": "6573e4d27bb60c0b1438ace279791389330286ad" | ||
"gitHead": "7289364df0eeacbb579acf11424a2299bd28ee32" | ||
} |
161076
19.45%127
92.42%3866
30.39%