@promptbook/cli 0.72.0-10 → 0.72.0-12

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 { Converter } from 'showdown';
26
26
  /**
27
27
  * The version of the Promptbook library
28
28
  */
29
- var PROMPTBOOK_VERSION = '0.72.0-9';
29
+ var PROMPTBOOK_VERSION = '0.72.0-11';
30
30
  // TODO: [main] !!!! List here all the versions and annotate + put into script
31
31
 
32
32
  /*! *****************************************************************************
@@ -5285,7 +5285,7 @@ function isValidFilePath(filename) {
5285
5285
  /**
5286
5286
  * @@@
5287
5287
  *
5288
- * @private for scraper utilities
5288
+ * @public exported from `@promptbook/core`
5289
5289
  */
5290
5290
  function makeKnowledgeSourceHandler(knowledgeSource, tools, options) {
5291
5291
  var _a;