@promptbook/node 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
@@ -17,7 +17,7 @@ import { spawn } from 'child_process';
17
17
  /**
18
18
  * The version of the Promptbook library
19
19
  */
20
- var PROMPTBOOK_VERSION = '0.72.0-9';
20
+ var PROMPTBOOK_VERSION = '0.72.0-11';
21
21
  // TODO: [main] !!!! List here all the versions and annotate + put into script
22
22
 
23
23
  /*! *****************************************************************************
@@ -5040,7 +5040,7 @@ function isValidFilePath(filename) {
5040
5040
  /**
5041
5041
  * @@@
5042
5042
  *
5043
- * @private for scraper utilities
5043
+ * @public exported from `@promptbook/core`
5044
5044
  */
5045
5045
  function makeKnowledgeSourceHandler(knowledgeSource, tools, options) {
5046
5046
  var _a;