File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ Both approaches will automatically set the env vars `DB_USER` and `DB_PASSWORD`
299299Notes:
300300- If the ` envVarExports` array contains multiple entries having the exact same ` key` , only the first entry will be considered.
301301- If ` envVarExports` contains entries that cannot be found in the configuration, no env var will be set and no error will be thrown.
302- - If the ` envVarExports` option AND the ` __envVarExports` configuration key both are present, the programmatic passed arry will take precedence.
302+ - If the ` envVarExports` option AND the ` __envVarExports` configuration key both are present, the programmatic passed array will take precedence.
303303
304304## Injecting the decryption key
305305
@@ -411,3 +411,6 @@ This package ships with a CycloneDX software bill of materials (SBOM) v1.6 in JS
411411
412412### 2.3.1
413413- [SBOM](#SBOM) added to shipped files
414+
415+ ### 2.4.0
416+ - Setting of [environment variables](#envVarExports) added.
You can’t perform that action at this time.
0 commit comments