@replit/connectors 0.12.0 → 0.13.1

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/src/client.ts CHANGED
@@ -172,7 +172,7 @@ export class Replit {
172
172
  baseURL: string;
173
173
  maxRetries: number;
174
174
  timeout: number;
175
- logger: Logger | undefined;
175
+ logger: Logger;
176
176
  logLevel: LogLevel | undefined;
177
177
  fetchOptions: MergedRequestInit | undefined;
178
178