@vercel/build-utils 10.0.1 → 10.1.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.
- package/CHANGELOG.md +6 -0
- package/dist/get-prefixed-env-vars.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -24001,6 +24001,7 @@ function getPrefixedEnvVars({
|
|
24001
24001
|
const allowed = [
|
24002
24002
|
"VERCEL_URL",
|
24003
24003
|
"VERCEL_ENV",
|
24004
|
+
"VERCEL_TARGET_ENV",
|
24004
24005
|
"VERCEL_REGION",
|
24005
24006
|
"VERCEL_BRANCH_URL",
|
24006
24007
|
"VERCEL_PROJECT_PRODUCTION_URL"
|