@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vercel/build-utils
2
2
 
3
+ ## 10.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [envs] add `VERCEL_TARGET_ENV` to prefixed env vars ([#13069](https://github.com/vercel/vercel/pull/13069))
8
+
3
9
  ## 10.0.1
4
10
 
5
11
  ### Patch Changes
@@ -29,6 +29,7 @@ function getPrefixedEnvVars({
29
29
  const allowed = [
30
30
  "VERCEL_URL",
31
31
  "VERCEL_ENV",
32
+ "VERCEL_TARGET_ENV",
32
33
  "VERCEL_REGION",
33
34
  "VERCEL_BRANCH_URL",
34
35
  "VERCEL_PROJECT_PRODUCTION_URL"
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "10.0.1",
3
+ "version": "10.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",