@promptbook/legacy-documents 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/legacy-documents`
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
@@ -23,7 +23,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
23
23
  *
24
24
  * @see https://github.com/webgptorg/promptbook
25
25
  */
26
- var PROMPTBOOK_ENGINE_VERSION = '0.75.10';
26
+ var PROMPTBOOK_ENGINE_VERSION = '0.76.0';
27
27
  /**
28
28
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
29
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -3741,7 +3741,7 @@ function preparePipeline(pipeline, tools, options) {
3741
3741
  llmToolsWithUsage = countTotalUsage(llmTools);
3742
3742
  currentPreparation = {
3743
3743
  id: 1,
3744
- // TODO: [🍥]> date: $currentDate(),
3744
+ // TODO: [🍥]> date: $getCurrentDate(),
3745
3745
  promptbookVersion: PROMPTBOOK_ENGINE_VERSION,
3746
3746
  usage: ZERO_USAGE,
3747
3747
  };