@karmaniverous/get-dotenv 5.2.4 → 5.2.6

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.
@@ -95,14 +95,6 @@ interface GetDotenvOptions {
95
95
  useConfigLoader?: boolean;
96
96
  }
97
97
 
98
- /** * Per-invocation context shared with plugins and actions. */
99
- type GetDotenvCliCtx<TOptions extends GetDotenvOptions = GetDotenvOptions> = {
100
- optionsResolved: TOptions;
101
- dotenv: ProcessEnv;
102
- plugins?: Record<string, unknown>;
103
- pluginConfigs?: Record<string, unknown>;
104
- };
105
-
106
98
  /** src/cliHost/definePlugin.ts
107
99
  * Plugin contracts for the GetDotenv CLI host.
108
100
  *
@@ -153,6 +145,14 @@ interface GetDotenvCliPlugin {
153
145
  use: (child: GetDotenvCliPlugin) => GetDotenvCliPlugin;
154
146
  }
155
147
 
148
+ /** * Per-invocation context shared with plugins and actions. */
149
+ type GetDotenvCliCtx<TOptions extends GetDotenvOptions = GetDotenvOptions> = {
150
+ optionsResolved: TOptions;
151
+ dotenv: ProcessEnv;
152
+ plugins?: Record<string, unknown>;
153
+ pluginConfigs?: Record<string, unknown>;
154
+ };
155
+
156
156
  type CmdPluginOptions = {
157
157
  /**
158
158
  * When true, register as the default subcommand at the root. */
@@ -95,14 +95,6 @@ interface GetDotenvOptions {
95
95
  useConfigLoader?: boolean;
96
96
  }
97
97
 
98
- /** * Per-invocation context shared with plugins and actions. */
99
- type GetDotenvCliCtx<TOptions extends GetDotenvOptions = GetDotenvOptions> = {
100
- optionsResolved: TOptions;
101
- dotenv: ProcessEnv;
102
- plugins?: Record<string, unknown>;
103
- pluginConfigs?: Record<string, unknown>;
104
- };
105
-
106
98
  /** src/cliHost/definePlugin.ts
107
99
  * Plugin contracts for the GetDotenv CLI host.
108
100
  *
@@ -153,6 +145,14 @@ interface GetDotenvCliPlugin {
153
145
  use: (child: GetDotenvCliPlugin) => GetDotenvCliPlugin;
154
146
  }
155
147
 
148
+ /** * Per-invocation context shared with plugins and actions. */
149
+ type GetDotenvCliCtx<TOptions extends GetDotenvOptions = GetDotenvOptions> = {
150
+ optionsResolved: TOptions;
151
+ dotenv: ProcessEnv;
152
+ plugins?: Record<string, unknown>;
153
+ pluginConfigs?: Record<string, unknown>;
154
+ };
155
+
156
156
  type CmdPluginOptions = {
157
157
  /**
158
158
  * When true, register as the default subcommand at the root. */
@@ -95,14 +95,6 @@ interface GetDotenvOptions {
95
95
  useConfigLoader?: boolean;
96
96
  }
97
97
 
98
- /** * Per-invocation context shared with plugins and actions. */
99
- type GetDotenvCliCtx<TOptions extends GetDotenvOptions = GetDotenvOptions> = {
100
- optionsResolved: TOptions;
101
- dotenv: ProcessEnv;
102
- plugins?: Record<string, unknown>;
103
- pluginConfigs?: Record<string, unknown>;
104
- };
105
-
106
98
  /** src/cliHost/definePlugin.ts
107
99
  * Plugin contracts for the GetDotenv CLI host.
108
100
  *
@@ -153,6 +145,14 @@ interface GetDotenvCliPlugin {
153
145
  use: (child: GetDotenvCliPlugin) => GetDotenvCliPlugin;
154
146
  }
155
147
 
148
+ /** * Per-invocation context shared with plugins and actions. */
149
+ type GetDotenvCliCtx<TOptions extends GetDotenvOptions = GetDotenvOptions> = {
150
+ optionsResolved: TOptions;
151
+ dotenv: ProcessEnv;
152
+ plugins?: Record<string, unknown>;
153
+ pluginConfigs?: Record<string, unknown>;
154
+ };
155
+
156
156
  type CmdPluginOptions = {
157
157
  /**
158
158
  * When true, register as the default subcommand at the root. */