@neovate/code 0.12.4 → 0.12.5

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/dist/index.d.ts CHANGED
@@ -176,6 +176,7 @@ export declare class Context {
176
176
  version: string;
177
177
  config: Config;
178
178
  paths: Paths;
179
+ argvConfig: Record<string, any>;
179
180
  mcpManager: MCPManager;
180
181
  constructor(opts: ContextOpts);
181
182
  apply(applyOpts: Omit<PluginApplyOpts, 'pluginContext'>): Promise<any>;