@promptbook/node 0.81.0-6 → 0.81.0-7

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