@promptbook/pdf 0.81.0-15 → 0.81.0-17

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
@@ -22,7 +22,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
22
22
  * @generated
23
23
  * @see https://github.com/webgptorg/promptbook
24
24
  */
25
- var PROMPTBOOK_ENGINE_VERSION = '0.81.0-14';
25
+ var PROMPTBOOK_ENGINE_VERSION = '0.81.0-16';
26
26
  /**
27
27
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
28
28
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -782,7 +782,6 @@ function checkSerializableAsJson(options) {
782
782
  function deepClone(objectValue) {
783
783
  return JSON.parse(JSON.stringify(objectValue));
784
784
  /*
785
- !!!!!!!!
786
785
  TODO: [🧠] Is there a better implementation?
787
786
  > const propertyNames = Object.getOwnPropertyNames(objectValue);
788
787
  > for (const propertyName of propertyNames) {