@promptbook/markdown-utils 0.92.0-19 → 0.92.0-21

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 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
25
25
  * @generated
26
26
  * @see https://github.com/webgptorg/promptbook
27
27
  */
28
- const PROMPTBOOK_ENGINE_VERSION = '0.92.0-19';
28
+ const PROMPTBOOK_ENGINE_VERSION = '0.92.0-21';
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
@@ -2070,15 +2070,12 @@ function jsonParse(value) {
2070
2070
  }
2071
2071
  throw new Error(spaceTrim((block) => `
2072
2072
  ${block(error.message)}
2073
-
2073
+
2074
2074
  The JSON text:
2075
2075
  ${block(value)}
2076
2076
  `));
2077
2077
  }
2078
2078
  }
2079
- /**
2080
- * TODO: !!!! Use in Promptbook.studio
2081
- */
2082
2079
 
2083
2080
  /**
2084
2081
  * Recursively converts JSON strings to JSON objects