@promptbook/documents 0.81.0-6 → 0.81.0-8

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/esm/index.es.js CHANGED
@@ -15,15 +15,17 @@ import { unparse, parse } from 'papaparse';
15
15
  /**
16
16
  * The version of the Book language
17
17
  *
18
+ * @generated
18
19
  * @see https://github.com/webgptorg/book
19
20
  */
20
21
  var BOOK_LANGUAGE_VERSION = '1.0.0';
21
22
  /**
22
23
  * The version of the Promptbook engine
23
24
  *
25
+ * @generated
24
26
  * @see https://github.com/webgptorg/promptbook
25
27
  */
26
- var PROMPTBOOK_ENGINE_VERSION = '0.81.0-5';
28
+ var PROMPTBOOK_ENGINE_VERSION = '0.81.0-7';
27
29
  /**
28
30
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
31
  * Note: [💞] Ignore a discrepancy between file name and entity name