@promptbook/cli 0.112.0-70 → 0.112.0-71

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Returns true when one periodic background task should run now.
3
+ */
4
+ export declare function shouldRunPeriodicTask(options: {
5
+ readonly lastRunTimestamp: number | undefined;
6
+ readonly intervalMs: number;
7
+ }): boolean;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-69`).
18
+ * It follows semantic versioning (e.g., `0.112.0-70`).
19
19
  *
20
20
  * @generated
21
21
  */