Skip to content

Commit 8ddf8b3

Browse files
committed
README updated
1 parent 965415b commit 8ddf8b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Both approaches will automatically set the env vars `DB_USER` and `DB_PASSWORD`
299299
Notes:
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.

0 commit comments

Comments
 (0)