@promptbook/markdown-utils 0.71.0-20 → 0.71.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
@@ -12,7 +12,7 @@ import { unparse, parse } from 'papaparse';
12
12
  /**
13
13
  * The version of the Promptbook library
14
14
  */
15
- var PROMPTBOOK_VERSION = '0.71.0-19';
15
+ var PROMPTBOOK_VERSION = '0.71.0-20';
16
16
  // TODO: [main] !!!! List here all the versions and annotate + put into script
17
17
 
18
18
  /*! *****************************************************************************
@@ -2985,7 +2985,6 @@ var $scrapersRegister = new $Register('scraper_constructors');
2985
2985
  * TODO: [®] DRY Register logic
2986
2986
  */
2987
2987
 
2988
- // TODO: !!!!!!last - Maybe delete this function
2989
2988
  /**
2990
2989
  * Creates a message with all registered scrapers
2991
2990
  *