@karmaniverous/get-dotenv 3.1.10 → 3.1.11

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.
@@ -124,6 +124,7 @@ const getDotenvCli = function () {
124
124
  let {
125
125
  command,
126
126
  debugOff,
127
+ excludeAll,
127
128
  excludeAllOff,
128
129
  excludeDynamicOff,
129
130
  excludeEnvOff,
@@ -346,6 +346,7 @@ export const getDotenvCli = ({
346
346
  let {
347
347
  command,
348
348
  debugOff,
349
+ excludeAll,
349
350
  excludeAllOff,
350
351
  excludeDynamicOff,
351
352
  excludeEnvOff,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "bin": {
4
4
  "getdotenv": "bin/getdotenv/index.js"
5
5
  },
6
- "version": "3.1.10",
6
+ "version": "3.1.11",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },