@promptbook/legacy-documents 0.81.0-16 → 0.81.0-18

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
@@ -25,7 +25,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
25
25
  * @generated
26
26
  * @see https://github.com/webgptorg/promptbook
27
27
  */
28
- var PROMPTBOOK_ENGINE_VERSION = '0.81.0-15';
28
+ var PROMPTBOOK_ENGINE_VERSION = '0.81.0-17';
29
29
  /**
30
30
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
31
31
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1542,7 +1542,6 @@ function checkSerializableAsJson(options) {
1542
1542
  function deepClone(objectValue) {
1543
1543
  return JSON.parse(JSON.stringify(objectValue));
1544
1544
  /*
1545
- !!!!!!!!
1546
1545
  TODO: [🧠] Is there a better implementation?
1547
1546
  > const propertyNames = Object.getOwnPropertyNames(objectValue);
1548
1547
  > for (const propertyName of propertyNames) {