@neovate/code 0.13.0 → 0.14.0

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
@@ -415,7 +415,7 @@ declare class Paths {
415
415
  cwd: string;
416
416
  });
417
417
  getSessionLogPath(sessionId: string): string;
418
- getLatestSessionId(): string;
418
+ getLatestSessionId(): string | undefined;
419
419
  getAllSessions(): {
420
420
  sessionId: string;
421
421
  modified: Date;