@netlify/build 29.17.4 → 29.18.0

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.
@@ -5,6 +5,7 @@ const BUILD_COMMAND_DESCRIPTIONS = {
5
5
  ui: 'Build command from Netlify app',
6
6
  config: 'build.command from netlify.toml',
7
7
  inline: 'build.command from a plugin',
8
+ heuristics: 'build.command automatically detected',
8
9
  };
9
10
  /** Retrieve human-friendly plugin origin */
10
11
  export const getPluginOrigin = function (loadedFrom, origin) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "29.17.4",
3
+ "version": "29.18.0",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/core/main.js",
@@ -68,11 +68,11 @@
68
68
  "@netlify/config": "^20.7.0",
69
69
  "@netlify/edge-bundler": "8.17.1",
70
70
  "@netlify/framework-info": "^9.8.10",
71
- "@netlify/functions-utils": "^5.2.19",
71
+ "@netlify/functions-utils": "^5.2.20",
72
72
  "@netlify/git-utils": "^5.1.1",
73
73
  "@netlify/plugins-list": "^6.68.0",
74
74
  "@netlify/run-utils": "^5.1.1",
75
- "@netlify/zip-it-and-ship-it": "9.13.1",
75
+ "@netlify/zip-it-and-ship-it": "9.14.0",
76
76
  "@opentelemetry/api": "^1.4.1",
77
77
  "@sindresorhus/slugify": "^2.0.0",
78
78
  "ansi-escapes": "^6.0.0",
@@ -148,5 +148,5 @@
148
148
  "module": "commonjs"
149
149
  }
150
150
  },
151
- "gitHead": "a20207ec7cdc1101a875d9411355bd48f12733a3"
151
+ "gitHead": "f79e1dae2fb91563cfb4ca527d6c832f2c36de8a"
152
152
  }