@netlify/build 30.0.0 → 30.0.1

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.
@@ -2,5 +2,5 @@ export function getNewEnvChanges(envBefore: any, netlifyConfig: any, netlifyConf
2
2
  [x: string]: any;
3
3
  };
4
4
  export function setEnvChanges(envChanges: any, currentEnv?: NodeJS.ProcessEnv): {
5
- [x: string]: string | undefined;
5
+ [key: string]: string | undefined;
6
6
  };
@@ -38,5 +38,7 @@ export declare const reduceLogLines: (lines: any) => any;
38
38
  * Builds a function for logging data to the system logger (i.e. hidden from
39
39
  * the user-facing build logs)
40
40
  */
41
- export declare const getSystemLogger: (logs: BufferedLogs | undefined, debug: boolean, systemLogFile?: number) => SystemLogger;
41
+ export declare const getSystemLogger: (logs: BufferedLogs | undefined, debug: boolean,
42
+ /** A system log file descriptor, if non is provided it will be a noop logger */
43
+ systemLogFile?: number) => SystemLogger;
42
44
  export declare const addOutputFlusher: (logs: Logs, outputFlusher: OutputFlusher) => Logs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "30.0.0",
3
+ "version": "30.0.1",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -69,15 +69,15 @@
69
69
  "@bugsnag/js": "^7.0.0",
70
70
  "@netlify/blobs": "^7.4.0",
71
71
  "@netlify/cache-utils": "^5.2.0",
72
- "@netlify/config": "^21.0.0",
72
+ "@netlify/config": "^21.0.1",
73
73
  "@netlify/edge-bundler": "12.3.2",
74
74
  "@netlify/framework-info": "^9.9.1",
75
- "@netlify/functions-utils": "^5.3.9",
75
+ "@netlify/functions-utils": "^5.3.10",
76
76
  "@netlify/git-utils": "^5.2.0",
77
77
  "@netlify/opentelemetry-utils": "^1.3.0",
78
78
  "@netlify/plugins-list": "^6.80.0",
79
79
  "@netlify/run-utils": "^5.2.0",
80
- "@netlify/zip-it-and-ship-it": "10.0.0",
80
+ "@netlify/zip-it-and-ship-it": "10.0.1",
81
81
  "@sindresorhus/slugify": "^2.0.0",
82
82
  "ansi-escapes": "^6.0.0",
83
83
  "chalk": "^5.0.0",
@@ -164,5 +164,5 @@
164
164
  "engines": {
165
165
  "node": "^14.16.0 || >=16.0.0"
166
166
  },
167
- "gitHead": "65206cf82369d2e0412c707c763590690cc1819a"
167
+ "gitHead": "8e40ace9314f5a549797f753389962ca22eab87d"
168
168
  }