@promptbook/cli 0.72.0-7 → 0.72.0-8

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
@@ -26,7 +26,7 @@ import OpenAI from 'openai';
26
26
  /**
27
27
  * The version of the Promptbook library
28
28
  */
29
- var PROMPTBOOK_VERSION = '0.72.0-6';
29
+ var PROMPTBOOK_VERSION = '0.72.0-7';
30
30
  // TODO: [main] !!!! List here all the versions and annotate + put into script
31
31
 
32
32
  /*! *****************************************************************************
@@ -5632,7 +5632,8 @@ var websiteScraper = {
5632
5632
  /**
5633
5633
  * @@@
5634
5634
  *
5635
- * @public exported from `@promptbook/core`
5635
+ * @private because this will be replaced by a system of one scraper per package [🦖]
5636
+ * TODO: [🦖] System for scrapers NOT public exported from `@promptbook/core`
5636
5637
  */
5637
5638
  var SCRAPERS = [
5638
5639
  markdownScraper,