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