@karmaniverous/get-dotenv 2.2.1 → 2.2.2

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.
@@ -201,7 +201,7 @@ const getDotenvSync = function () {
201
201
 
202
202
  // Load process.env.
203
203
  if (loadProcess) Object.assign(process.env, dotenv, {
204
- __dotenvOptions: JSON.stringify({
204
+ __getdotenvOptions: JSON.stringify({
205
205
  dotenvToken,
206
206
  dynamicPath,
207
207
  env,
@@ -236,7 +236,7 @@ export const getDotenvSync = ({
236
236
  // Load process.env.
237
237
  if (loadProcess)
238
238
  Object.assign(process.env, dotenv, {
239
- __dotenvOptions: JSON.stringify({
239
+ __getdotenvOptions: JSON.stringify({
240
240
  dotenvToken,
241
241
  dynamicPath,
242
242
  env,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "bin": {
4
4
  "getdotenv": "bin/getdotenv/index.js"
5
5
  },
6
- "version": "2.2.1",
6
+ "version": "2.2.2",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },