@netlify/build 29.33.0 → 29.33.2
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.
|
@@ -77,6 +77,7 @@ const executeBuildStep = async function ({ config, packagePath, defaultConfig, c
|
|
|
77
77
|
debug,
|
|
78
78
|
constants,
|
|
79
79
|
featureFlags,
|
|
80
|
+
packagePath,
|
|
80
81
|
childEnv,
|
|
81
82
|
buildSteps,
|
|
82
83
|
repositoryRoot: repositoryRootA,
|
|
@@ -105,7 +106,7 @@ const executeBuildStep = async function ({ config, packagePath, defaultConfig, c
|
|
|
105
106
|
throw error;
|
|
106
107
|
}
|
|
107
108
|
};
|
|
108
|
-
const runBuildStep = async function ({ netlifyConfig, buildDir, nodePath, constants, logs, debug, featureFlags, childEnv, buildSteps, repositoryRoot, systemLog, edgeFunctionsBootstrapURL, deployId, quiet, }) {
|
|
109
|
+
const runBuildStep = async function ({ netlifyConfig, buildDir, nodePath, constants, logs, debug, featureFlags, packagePath, childEnv, buildSteps, repositoryRoot, systemLog, edgeFunctionsBootstrapURL, deployId, quiet, }) {
|
|
109
110
|
const { netlifyConfig: netlifyConfigA, configMutations } = await runSteps({
|
|
110
111
|
steps: getBuildSteps(buildSteps),
|
|
111
112
|
buildDir,
|
|
@@ -115,6 +116,7 @@ const runBuildStep = async function ({ netlifyConfig, buildDir, nodePath, consta
|
|
|
115
116
|
logs,
|
|
116
117
|
debug,
|
|
117
118
|
timers: [],
|
|
119
|
+
packagePath,
|
|
118
120
|
featureFlags,
|
|
119
121
|
childEnv,
|
|
120
122
|
repositoryRoot,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "29.33.
|
|
3
|
+
"version": "29.33.2",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/index.js",
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
"@netlify/config": "^20.10.2",
|
|
74
74
|
"@netlify/edge-bundler": "11.2.2",
|
|
75
75
|
"@netlify/framework-info": "^9.8.10",
|
|
76
|
-
"@netlify/functions-utils": "^5.2.
|
|
76
|
+
"@netlify/functions-utils": "^5.2.48",
|
|
77
77
|
"@netlify/git-utils": "^5.1.1",
|
|
78
78
|
"@netlify/opentelemetry-utils": "^1.0.1",
|
|
79
79
|
"@netlify/plugins-list": "^6.73.0",
|
|
80
80
|
"@netlify/run-utils": "^5.1.1",
|
|
81
|
-
"@netlify/zip-it-and-ship-it": "9.28.
|
|
81
|
+
"@netlify/zip-it-and-ship-it": "9.28.4",
|
|
82
82
|
"@opentelemetry/api": "~1.6.0",
|
|
83
83
|
"@sindresorhus/slugify": "^2.0.0",
|
|
84
84
|
"ansi-escapes": "^6.0.0",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"engines": {
|
|
164
164
|
"node": "^14.16.0 || >=16.0.0"
|
|
165
165
|
},
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "06d94ae9024d3ddc564b09258a0d831a2faec27c"
|
|
167
167
|
}
|