@dotenvx/dotenvx 1.48.2 → 1.48.3

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.48.2",
2
+ "version": "1.48.3",
3
3
  "name": "@dotenvx/dotenvx",
4
4
  "description": "a better dotenv–from the creator of `dotenv`",
5
5
  "author": "@motdotla",
@@ -100,6 +100,8 @@ class Run {
100
100
  const privateKeyName = guessPrivateKeyName(envFilepath)
101
101
  const { parsed, errors, injected, preExisted } = new Parse(src, privateKey, this.processEnv, this.overload, privateKeyName).run()
102
102
 
103
+ row.privateKeyName = privateKeyName
104
+ row.privateKey = privateKey
103
105
  row.src = src
104
106
  row.parsed = parsed
105
107
  row.errors = errors