@promptbook/markdown-utils 0.76.0 → 0.77.0-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/README.md CHANGED
@@ -23,6 +23,10 @@
23
23
 
24
24
 
25
25
 
26
+ <blockquote style="color: #ff8811">
27
+ <b>⚠ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
28
+ </blockquote>
29
+
26
30
  ## 📦 Package `@promptbook/markdown-utils`
27
31
 
28
32
  - Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
package/esm/index.es.js CHANGED
@@ -20,7 +20,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
20
20
  *
21
21
  * @see https://github.com/webgptorg/promptbook
22
22
  */
23
- var PROMPTBOOK_ENGINE_VERSION = '0.75.10';
23
+ var PROMPTBOOK_ENGINE_VERSION = '0.76.0';
24
24
  /**
25
25
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
26
26
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -3682,7 +3682,7 @@ function preparePipeline(pipeline, tools, options) {
3682
3682
  llmToolsWithUsage = countTotalUsage(llmTools);
3683
3683
  currentPreparation = {
3684
3684
  id: 1,
3685
- // TODO: [🍥]> date: $currentDate(),
3685
+ // TODO: [🍥]> date: $getCurrentDate(),
3686
3686
  promptbookVersion: PROMPTBOOK_ENGINE_VERSION,
3687
3687
  usage: ZERO_USAGE,
3688
3688
  };