poe-code 3.0.60 → 3.0.62

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.
@@ -10,4 +10,5 @@ type ClaudeCodeUnconfigureContext = {
10
10
  };
11
11
  export declare const CLAUDE_CODE_INSTALL_DEFINITION: ServiceInstallDefinition;
12
12
  export declare const claudeCodeService: import("../cli/service-registry.js").ProviderService<ClaudeCodeConfigureContext, ClaudeCodeUnconfigureContext, any>;
13
+ export declare const provider: import("../cli/service-registry.js").ProviderService<ClaudeCodeConfigureContext, ClaudeCodeUnconfigureContext, any>;
13
14
  export {};