@netlify/build 19.0.7 → 19.0.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "19.0.7",
3
+ "version": "19.0.8",
4
4
  "description": "Netlify build module",
5
5
  "main": "src/core/main.js",
6
6
  "types": "types/index.d.ts",
@@ -14,7 +14,7 @@ interface Redirect {
14
14
  signed?: string
15
15
  query?: Partial<Record<string, string>>
16
16
  headers?: Partial<Record<string, string>>
17
- conditions?: Record<'language' | 'role' | 'country', readonly string[]>
17
+ conditions?: Partial<Record<'Language' | 'Role' | 'Country' | 'Cookie', readonly string[]>>
18
18
  }
19
19
 
20
20
  interface Header {